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


##########
airflow-core/src/airflow/models/dagbag.py:
##########
@@ -45,6 +45,7 @@
     AirflowClusterPolicyError,
     AirflowClusterPolicySkipDag,
     AirflowClusterPolicyViolation,
+    AirflowDagCycleException,  # type: ignore[no-redef]

Review Comment:
   I left this because it's used in serialization and that could be factored 
out. Do you suggest a direct sdk import?



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

Reply via email to