kaxil commented on code in PR #54505:
URL: https://github.com/apache/airflow/pull/54505#discussion_r2285941633


##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/connections.py:
##########
@@ -23,8 +23,8 @@
 
 from airflow.api_fastapi.execution_api.datamodels.connection import 
ConnectionResponse
 from airflow.api_fastapi.execution_api.deps import JWTBearerDep
-from airflow.exceptions import AirflowNotFoundException
 from airflow.models.connection import Connection
+from airflow.sdk.exceptions import AirflowNotFoundException

Review Comment:
   Same as above: We shouldn't import exception from Task SDK in core and 
vice-versa



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