milton0825 commented on issue #5279: [AIRFLOW-4509] SubDagOperator using scheduler instead of backfill URL: https://github.com/apache/airflow/pull/5279#issuecomment-496740218 @ashb correct me if I am wrong. I think that implies that only parent DAGs can have `DagRun` and subdag is just used as an abstraction for visualization only. I would imagine that we still need to track the progress of subdag somewhere and `DagRun` would be a a good place since it is the abstraction built for this purpose. Of course the downside of maintaining multiple `DagRun` 's can complicate the codebase and can be hard to keep all `DagRun` s consistent.
---------------------------------------------------------------- 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
