vandonr-amz commented on code in PR #30948:
URL: https://github.com/apache/airflow/pull/30948#discussion_r1180797210
##########
airflow/providers/amazon/aws/hooks/base_aws.py:
##########
@@ -603,7 +603,7 @@ def get_client_type(
"""Get the underlying boto3 client using boto3 session"""
client_type = self.client_type
session = self.get_session(region_name=region_name,
deferrable=deferrable)
- if not isinstance(session, boto3.session.Session):
+ if isinstance(session, AioSession):
Review Comment:
ok wait I'm going to take this aside in a separate PR
--
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]