jedcunningham opened a new pull request, #29753: URL: https://github.com/apache/airflow/pull/29753
This adds support for setup and teardown tasks during DAG parsing. This puts those tasks in new `setup_children` and `teardown_children` lists in task groups. We also set `_is_setup` and `_is_teardown` attrs on the tasks. There is much left to do to harden these pieces, but this covers the basics. Closes: #29124 -- 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]
