eladkal commented on code in PR #50515: URL: https://github.com/apache/airflow/pull/50515#discussion_r2086030500
########## providers/amazon/src/airflow/providers/amazon/aws/hooks/base_aws.py: ########## @@ -59,6 +59,7 @@ from airflow.providers.amazon.aws.utils.identifiers import generate_uuid from airflow.providers.amazon.aws.utils.suppress import return_on_error from airflow.providers_manager import ProvidersManager +from airflow.sdk.exceptions import AirflowRuntimeError Review Comment: This needs to be under version check as needs to be compatible with Airflow 2.10.0 and sdk path did not exist in 2.10 -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org