syedahsn commented on code in PR #31712:
URL: https://github.com/apache/airflow/pull/31712#discussion_r1232564403
##########
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:
yes that's right. The way deferrables are implemented, `async_conn` is the
only place (internally) that needs to set `deferrable` to `True`. At the
operator level, the user can decide what they want for the `deferrable` param.
--
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]