xinbinhuang edited a comment on issue #8078: Execute SubDAG tasks as part of 
parent DAG
URL: https://github.com/apache/airflow/issues/8078#issuecomment-608094639
 
 
   Yeah, totally agree. I don't think the added complexity with nested dags 
gives more values than errors.
   
   I actually have a more simplistic thought. Instead of returning a DAG from 
the dag factory, we can just ask the `dag factory` to return a list of tasks. 
While the `SubDagOperator` (this become more like a `SubTasksOperator` in this 
case) can be just used to add an annotation to that group of tasks that will be 
later used to render the DAG graph in the UI.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to