josh-fell opened a new pull request, #39960:
URL: https://github.com/apache/airflow/pull/39960

   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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to