amoghrajesh commented on code in PR #57744:
URL: https://github.com/apache/airflow/pull/57744#discussion_r2537974323


##########
airflow-core/src/airflow/exceptions.py:
##########
@@ -26,6 +26,9 @@
 from http import HTTPStatus
 from typing import TYPE_CHECKING, Any, NamedTuple
 
+# Import from shared library for backward compatibility
+from airflow._shared.configuration.exceptions import AirflowConfigException as 
_AirflowConfigException

Review Comment:
   Yeah, I thought about it a bit more and that sounds OK to me, made a change 
and pushed via: fcd47c9e86



-- 
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]

Reply via email to