ramitkataria commented on PR #47048: URL: https://github.com/apache/airflow/pull/47048#issuecomment-2704935024
Hi @amoghrajesh, this PR seems to have affected some existing functionality in the AWS hook: specifically the boto credential fallback implemented here: https://github.com/apache/airflow/blob/4002d83243e2dd08503dd5352c6d377b20801541/providers/amazon/src/airflow/providers/amazon/aws/hooks/base_aws.py#L182-L192 Earlier, if you didn't have an aws connection, this code would create a boto session for the user but now it looks like this code block is never reached and instead the task fails due to not having an aws connection. It would be great if you could take a look at this, and let me know if you need anything else from me! -- 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]
