mik-laj commented on a change in pull request #7806: Decouple DAG from DagBag - remove cyclic imports URL: https://github.com/apache/airflow/pull/7806#discussion_r396115446
########## File path: airflow/api/common/experimental/__init__.py ########## @@ -21,7 +21,8 @@ from airflow.configuration import conf from airflow.exceptions import DagNotFound, DagRunNotFound, TaskNotFound -from airflow.models import DagBag, DagModel, DagRun +from airflow.models import DagModel, DagRun Review comment: I prefer not to introduce additional changes in this PR. For now, I focus only on DagBag. This PR is already big. ---------------------------------------------------------------- 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] With regards, Apache Git Services
