seanghaeli commented on PR #51719: URL: https://github.com/apache/airflow/pull/51719#issuecomment-2998436191
I see that the commit message is rendering weird above so I'll rewrite it here for clarity: - Comply with PR #51196: explicitly pass `aws_conn_id` to its superclass, and adjust the default value of `aws_conn_id` in base class to `aws_default`. - Add defensive test around adding more task instance states to keep `in_progress_states` of the MwaaTaskCompletedTrigger up to date. - Fix issue where `waiter_delay` of the MwaaTaskSensor derives to `float` instead of `int` type. - Modify documentation to clearly indicate that the MwaaTaskSensor is meant to sense tasks across different MWAA environments. - Make `external_dag_run_id` an optional parameter, where it defaults to the latest dag run. - Externally fetch the task ID variable. - Test the sensor while a DAG Run is still in progress. -- 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]
