dylanbstorey opened a new pull request, #30406:
URL: https://github.com/apache/airflow/pull/30406

   Fixes a bug in the `TriggerDagRunOperator` when operating where 
`deferrable=True`. 
   
   The cause of the bug was a misunderstanding in which execution date was 
being brought through with the context + a bad mocked value in the original 
tests. 
   
   The suggestion remedy (here) is to have the Trigger instance return a 
serialized version of itself and then use that to validate the exit status of 
the external dag. 


-- 
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