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

Head commit for run:
c15c4ba38e39b184451c9ce50d93522f4debca1a / Jed Cunningham 
<[email protected]>
Support setup and teardown taskflow taskgroups

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/4287882166

With regards,
GitHub Actions via GitBox


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

Reply via email to