This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from bfeb8f9ea6 EKS With Nodegroups IMDSv2 Compliance (#30379)
add 6bbe937972 Add context manager to setup/teardown decorated tasks
(#30350)
No new revisions were added by this update.
Summary of changes:
airflow/models/baseoperator.py | 4 +
airflow/models/xcom_arg.py | 12 +-
airflow/utils/setup_teardown.py | 132 ++++++++++++
tests/decorators/test_setup_teardown.py | 355 +++++++++++++++++++++++++++++++-
4 files changed, 501 insertions(+), 2 deletions(-)
create mode 100644 airflow/utils/setup_teardown.py