ephraimbuddy commented on code in PR #54505: URL: https://github.com/apache/airflow/pull/54505#discussion_r2560207122
########## airflow-core/tests/unit/dags/test_on_failure_callback.py: ########## @@ -19,10 +19,10 @@ import os from datetime import datetime -from airflow.exceptions import AirflowFailException from airflow.models.dag import DAG from airflow.providers.standard.operators.bash import BashOperator from airflow.providers.standard.operators.python import PythonOperator +from airflow.sdk.exceptions import AirflowFailException Review Comment: This is also a dag, not a test file -- 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]
