seanghaeli commented on PR #54531: URL: https://github.com/apache/airflow/pull/54531#issuecomment-3192321899
So based on [these docs](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/deferring.html#exiting-deferred-task-from-triggers) I incorrectly assumed the `end_from_trigger` parameter would be supported by the `BaseTrigger`. Because of this, `MwaaTaskSensor` doens't work in deferrable mode. In this PR I remove the usage of `end_from_trigger` and the sensor now works. There would not be any versioning concerns because this is the standard way a Trigger is used. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org