airflow.example_dags.example_deadline_alert
Example Dag demonstrating DeadlineAlert usage.
Attributes
Functions
|
Async callback executed by the Triggerer when the deadline is missed. |
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]