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

Head commit for run:
396a1c692acbff55c55747e079b3eb1761de6bb5 / rapsealk <[email protected]>
Make example deadline alert DAG actually trip the alert

Address PR review feedback:

- Switch the example from `DAGRUN_LOGICAL_DATE` to `DAGRUN_QUEUED_AT`.
  Logical date for a manual run can be far in the past or future, so
  `LOGICAL_DATE + interval` rarely produces a meaningful deadline for
  a demo DAG. Queued-at is predictable and matches what a reader would
  expect when triggering the example.
- Drop the interval from one hour to thirty seconds and sleep for a
  minute inside the task so triggering the example DAG actually
  observably crosses the deadline and fires the alert.
- Drop the `SyncCallback` stub entry from `airflow.sdk.__init__.pyi`.
  The example only uses `AsyncCallback`; `SyncCallback` is mid-rollout
  and out of scope for this PR.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to