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

   Same as #54531 except for the MwaaDagRunSensor instead of the 
MwaaTaskSensor. The same change is needed for MwaaDagRunSensor and I forgot to 
include it in the other PR. Context:
   
   Currently there's a bug that prevents MwaaDagRunSensor from working in 
deferrable mode. It refers to an attribute end_from_trigger, the intention is 
for the trigger to complete without spinning up a call to execute_complete. 
However, end_from_trigger is a new attribute not yet implemented for this 
trigger, so I removed it. Without this change, the example_mwaa.py system 
integration test fails when deferrable=True on the MwaaDagRunSensor, and after 
this change the same test passes.


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