Relative Content

Tag Archive for callbackairflow

Can I set both DAG level and task level on_failure_callbacks in Airflow?

I would like to set both task-level and DAG-level on_failure_callbacks and have them perform two different actions. Would the DAG level failure callbacks and task level callbacks both trigger if configured without overriding one another? Or would the task level callback override the DAG level callback?