Lee-W commented on code in PR #31712:
URL: https://github.com/apache/airflow/pull/31712#discussion_r1220734768


##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -604,7 +607,7 @@ def get_client_type(
         self,
         region_name: str | None = None,
         config: Config | None = None,
-        deferrable: bool = False,
+        deferrable: bool = DEFAULT_DEFERRABLE,

Review Comment:
   Got it. Just change it back to `False`. Thanks for your reviewing!



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