You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "norm (via GitHub)" <gi...@apache.org> on 2023/03/02 09:20:11 UTC

[GitHub] [airflow] norm commented on issue #29330: Ensure setup and teardown at both DAG and TG scope run in the right order

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-unsubscribe@airflow.apache.org

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