-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error description cannot be shown #25286
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
Hey @alexott - maybe you or someone from your team can help ? |
What is the version of the Databricks provider? |
What is the version of the Databricks provider? Can you also provide an example of the code - what operator are you using, etc.? |
Here the code that run the deployment:
|
Regarding the Deployment. I currently do not find the concrete version but it is a legacy version (not E2) |
what is the version of |
it is based on quay.io/astronomer/ap-airflow:2.3.3-onbuild Does this help? |
Before we used quay.io/astronomer/ap-airflow:2.2.5-onbuild. After the update we got this error |
it looks like it's caused by this PR: https://github.com/apache/airflow/pull/21709/files - I'll investigate it |
@alexott Could you already find something out? |
I know the culprit (linked PR), but I need to get time to fix it (most probably around weekend...) |
assigned you then :) |
In the Jobs API 2.1, we can't call `get_run_output` on the top-level Run ID because it's not supported by API - we need to call this function on specific sub-run of the job, even if it consists of the single task closes: apache#25286
In the Jobs API 2.1, we can't call `get_run_output` on the top-level Run ID because it's not supported by API - we need to call this function on specific sub-run of the job, even if it consists of the single task closes: #25286
Apache Airflow version
2.3.3 (latest released)
What happened
Unfortunately, I cannot get further information about my actual error because of the following KeyError
What you think should happen instead
No response
How to reproduce
No response
Operating System
I Assume some Linux distribution
Versions of Apache Airflow Providers
Astronomer Certified: v2.3.3.post1 based on Apache Airflow v2.3.3
Git Version: .release:2.3.3+astro.1+4446ad3e6781ad048c8342993f7c1418db225b25
Deployment
Astronomer
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: