The GitHub Actions job "Tests" on airflow.git/example/deadline-alert-dag has 
failed.
Run started by GitHub user rapsealk (triggered by rapsealk).

Head commit for run:
f37c9349b328aebe0f080e9d2eb68563578a9541 / rapsealk <[email protected]>
Add example DAG demonstrating Deadline Alerts

Adds airflow-core/src/airflow/example_dags/example_deadline_alert.py so
users can try the Deadline Alerts feature on a fresh Airflow install
without writing a custom DAG.

Also fixes airflow.sdk's type stub (__init__.pyi) which was missing
AsyncCallback, SyncCallback, DeadlineAlert, and DeadlineReference -
they exist at runtime via lazy imports but the stub had no entries,
causing `from airflow.sdk import DeadlineAlert` (the form used in
docs/howto/deadline-alerts.rst) to fail mypy attr-defined checks.

related: #66268

Report URL: https://github.com/apache/airflow/actions/runs/25250841014

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to