-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Fill the "job_id" field for airflow task run
command.
#16108
Conversation
Fixes apache#13805, see comment apache#13805 (comment). Signed-off-by: Tao He <sighingnow@gmail.com>
Replace #16043. |
The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest master or amend the last commit of the PR, and push it with --force-with-lease. |
Hi @ashb, could we get this one landed? The failure is not caused by this PR and happends on master as well. |
Awesome work, congrats on your first merged pull request! |
…aw` for KubeExecutor (apache#16108) (cherry picked from commit cdc9f1a)
…aw` for KubeExecutor (apache#16108) (cherry picked from commit cdc9f1a) (cherry picked from commit 55fc6f6)
…aw` for KubeExecutor (apache#16108) (cherry picked from commit cdc9f1a) (cherry picked from commit 55fc6f6) (cherry picked from commit 7a6492e)
…aw` for KubeExecutor (apache#16108) (cherry picked from commit cdc9f1a)
I have encounter the same exception backtrace when running dag with Kubernetes executor in #13805, with airflow 2.0.2. This one-line change does fix the problem.
Fixes #13805, see also comment #13805 (comment).