jedcunningham opened a new pull request, #29793:
URL: https://github.com/apache/airflow/pull/29793

   This adds support for marking whole taskflow taskgroups as "setup" or 
"teardown" in a DAG. This provides DAG authors more flexibility, and allows 
easier reuse of the existing Airflow ecosystem (e.g. not everything becomes 
hook invocations in a single task).
   
   This also adds some validation to make sure setup and teardown taskflow task 
groups can't themselves contain explicity marked setup or teardown tasks. All 
tasks in a setup or teardown taskflow task group are already implicitly either 
setup or teardown.
   
   Support for classic style taskgroups will be handled later.
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to