Taragolis commented on PR #25336: URL: https://github.com/apache/airflow/pull/25336#issuecomment-1197075298
New possible backward incompatibility: Previously Hook switch to default boto3 strategy if AirflowException raised, after recent changes only if `aws_conn_id` not Found (AirflowNotFoundException). Places where it could happen **Assume role by unsupported federation** https://github.com/apache/airflow/blob/5d4abbd58c33e7dfa8505e307d43420459d3df55/airflow/providers/amazon/aws/hooks/base_aws.py#L276-L293 **Legacy config file parser** https://github.com/apache/airflow/blob/5d4abbd58c33e7dfa8505e307d43420459d3df55/airflow/providers/amazon/aws/utils/connection_wrapper.py#L248-L252 -- 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]
