The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
c4054ff70b520a830192f43a007bc8f787878775 / Jed Cunningham 
<[email protected]>
Support setup and teardown taskflow taskgroups (#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.

Report URL: https://github.com/apache/airflow/actions/runs/4298907437

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to