This is an automated email from the ASF dual-hosted git repository.

onikolas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e08b68a8b3 Remove end_from_trigger attribute in trigger (#54567)
3e08b68a8b3 is described below

commit 3e08b68a8b3e0a239f219a787c5ea131526ba75a
Author: Sean Ghaeli <[email protected]>
AuthorDate: Mon Aug 18 10:27:35 2025 -0700

    Remove end_from_trigger attribute in trigger (#54567)
---
 providers/amazon/src/airflow/providers/amazon/aws/sensors/mwaa.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/providers/amazon/src/airflow/providers/amazon/aws/sensors/mwaa.py 
b/providers/amazon/src/airflow/providers/amazon/aws/sensors/mwaa.py
index d7933701573..dcf6328a8af 100644
--- a/providers/amazon/src/airflow/providers/amazon/aws/sensors/mwaa.py
+++ b/providers/amazon/src/airflow/providers/amazon/aws/sensors/mwaa.py
@@ -152,7 +152,6 @@ class MwaaDagRunSensor(AwsBaseSensor[MwaaHook]):
                     waiter_delay=int(self.poke_interval),
                     waiter_max_attempts=self.max_retries,
                     aws_conn_id=self.aws_conn_id,
-                    end_from_trigger=True,
                 ),
                 method_name="execute_complete",
             )

Reply via email to