Lee-W commented on code in PR #31712:
URL: https://github.com/apache/airflow/pull/31712#discussion_r1231743321
##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -154,7 +158,7 @@ def get_async_session(self):
return async_get_session()
- def create_session(self, deferrable: bool = False) ->
boto3.session.Session:
+ def create_session(self, deferrable: bool = DEFAULT_DEFERRABLE) ->
boto3.session.Session:
Review Comment:
Sorry for missing this one. It got reverted during the changes 🤦♂️ Just
updated it!
--
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]