on_failure_callback when the DAG (not a task) fails #38897
Unanswered
maratbakiev2
asked this question in
Ideas
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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