norm commented on issue #29330:
URL: https://github.com/apache/airflow/issues/29330#issuecomment-1451548949

   When there is a setup and teardown task at both the DAG scope *and* in one 
or more TaskGroups within the DAG, the execution order should be:
   
   1. DAG setup
   2. TG(s) setup
   3. normal DAG tasks
   4. TG(s) teardown
   5. DAG teardown
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to