Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

airflow.example_dags.example_deadline_alert

Example Dag demonstrating DeadlineAlert usage.

Attributes

log

Functions

notify_deadline_missed(context, **kwargs)

Async callback executed by the Triggerer when the deadline is missed.

hello_deadline()

Module Contents

airflow.example_dags.example_deadline_alert.log[source]
async airflow.example_dags.example_deadline_alert.notify_deadline_missed(context, **kwargs)[source]

Async callback executed by the Triggerer when the deadline is missed.

airflow.example_dags.example_deadline_alert.hello_deadline()[source]

Was this entry helpful?