o-nikolas commented on code in PR #30032: URL: https://github.com/apache/airflow/pull/30032#discussion_r1148027713
########## airflow/providers/amazon/aws/hooks/base_aws.py: ########## @@ -42,6 +42,7 @@ import botocore.session import requests import tenacity +from aiobotocore.session import AioSession, get_session as async_get_session Review Comment: The aiobotocore dependency was merged in a separate PR and combined with Jarek's new testing we should be in a pretty good spot as far as compromise on this front. I'm resolving this discussion, please re-open if there is anything else to discuss on the topic! -- 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]
