arorasachin9 commented on code in PR #60588:
URL: https://github.com/apache/airflow/pull/60588#discussion_r2694868359


##########
providers/amazon/src/airflow/providers/amazon/aws/triggers/base.py:
##########
@@ -84,6 +84,7 @@ def __init__(
         region_name: str | None = None,
         verify: bool | str | None = None,
         botocore_config: dict | None = None,
+        cancel_waiter_names: list[str] | None = None,

Review Comment:
   I am waiting for the high level approval for the approach from @vincbeck . 
Once I get go ahead with the approach then I'll add UT's and the doc string 
also.



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