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 0a6c7baacc improve first PR bot comment (#30529)
add 0fe73c2e8c Put AIP-52 setup/teardown tasks behind feature flag (#30509)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 1 +
airflow/decorators/setup_teardown.py | 7 ++
airflow/example_dags/example_setup_teardown.py | 34 +++++-----
.../example_setup_teardown_taskflow.py | 74 +++++++++++-----------
airflow/models/baseoperator.py | 10 +++
airflow/settings.py | 3 +-
tests/always/test_example_dags.py | 9 ++-
tests/decorators/test_external_python.py | 4 ++
tests/decorators/test_python_virtualenv.py | 4 ++
tests/decorators/test_setup_teardown.py | 2 +
.../cncf/kubernetes/decorators/test_kubernetes.py | 3 +
tests/providers/docker/decorators/test_docker.py | 4 ++
tests/serialization/test_dag_serialization.py | 2 +
tests/www/views/test_views_acl.py | 8 ++-
14 files changed, 108 insertions(+), 57 deletions(-)