ashb commented on a change in pull request #9243:
URL: https://github.com/apache/airflow/pull/9243#discussion_r439353408
##########
File path: airflow/models/dagbag.py
##########
@@ -314,34 +314,46 @@ def bag_dag(self, dag, parent_dag, root_dag):
Throws AirflowDagCycleException if a cycle is detected in this dag or
its subdags
"""
- test_cycle(dag) # throws if a task cycle is found
Review comment:
Fairly sure this needs to stay :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]