Replies: 2 comments 6 replies
-
|
I completely don't understand what you are asking for . Please be more precise if you would like some help with your problem. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
Opened a PR to pass a more relevant task to Dag callbacks: #61274 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
if i set on_callback_failure in dag and task failed, handle_failure is activated in airflow.models.dags.py.
in this code, callback method is activated with context having first taskinstance not error raised taskinstance. then, is there no way to get error task information unless assigned on_callback_failure in every task?
Beta Was this translation helpful? Give feedback.
All reactions