The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user josh-fell (triggered by josh-fell).

Head commit for run:
e7d8a881e6d4d46646311f42042662bc8ebea865 / Josh Fell <[email protected]>
Pass triggered or existing DAG Run logical date to DagStateTrigger

Closes: #38353

When using the TriggerDagRunOperator in `deferrable=True` mode, the 
DagStateTrigger is being passed the incorrect logical date to poll for. The 
trigger is using a logical date that is calculated on every execution rather 
than the logical from either the triggered DAG run or an existing DAG run (if 
the task is configured to not fail for existing DAG runs).

This change corrects the logical date being used by the DagStateTrigger to poll 
for the triggered (or reset) DAG run.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to