on_failure_callback when the DAG (not a task) fails #38897
Replies: 2 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Based on #30329 it sounds like |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Airflow has an option to execute a specific function when task fails (on_failure callback), but this functionality doesn't cover the following case:
My request is to add the analogue of on_failure_callback but for the state of the DAG, not task
Beta Was this translation helpful? Give feedback.
All reactions