syedahsn commented on code in PR #31712:
URL: https://github.com/apache/airflow/pull/31712#discussion_r1231427028
##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -820,7 +826,7 @@ def get_waiter(
self,
waiter_name: str,
parameters: dict[str, str] | None = None,
- deferrable: bool = False,
+ deferrable: bool = DEFAULT_DEFERRABLE,
Review Comment:
Similar to my other comment, this should also stay as `False`. When a
Trigger uses an async waiter, it will set the `deferrable` parameter as `True`
(see
[redshift_cluster](https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/triggers/redshift_cluster.py#L124))
--
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]