You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2023/03/01 01:00:24 UTC

[airflow] branch main updated (972fca2253 -> c4054ff70b)

This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 972fca2253 Fix 'NoneType' object is not subscriptable. (#29820)
     add c4054ff70b Support setup and teardown taskflow taskgroups (#29793)

No new revisions were added by this update.

Summary of changes:
 airflow/example_dags/example_setup_teardown.py |  29 +++++-
 airflow/serialization/serialized_objects.py    |   7 +-
 airflow/utils/setup_teardown.py                |  25 ++++-
 airflow/utils/task_group.py                    |  23 +++--
 tests/decorators/test_setup_teardown.py        |  49 +++++++++-
 tests/serialization/test_dag_serialization.py  |  84 ++++++++++++++++-
 tests/utils/test_setup_teardown.py             | 125 +++++++++++++++++++++++++
 7 files changed, 320 insertions(+), 22 deletions(-)
 create mode 100644 tests/utils/test_setup_teardown.py