feng-tao commented on a change in pull request #4396: [AIRFLOW-3585] - Add edges to database URL: https://github.com/apache/airflow/pull/4396#discussion_r256946287
########## File path: airflow/models/__init__.py ########## @@ -519,7 +459,6 @@ def bag_dag(self, dag, parent_dag, root_dag): for subdag in subdags: subdag.full_filepath = dag.full_filepath subdag.parent_dag = dag - subdag.is_subdag = True Review comment: what removing this line? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services