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 83f5950976 Refactor Sqlalchemy queries to 2.0 styles (Part 2) (#31772)
add b530d1e793 Support setting dependencies for tasks called outside
setup/teardown context manager (#32099)
No new revisions were added by this update.
Summary of changes:
airflow/models/baseoperator.py | 2 +-
airflow/models/taskmixin.py | 28 +++++
airflow/models/xcom_arg.py | 2 +-
airflow/utils/setup_teardown.py | 58 ++++++----
tests/decorators/test_setup_teardown.py | 186 +++++++++++++++++++++++++++++++-
tests/models/test_taskmixin.py | 121 ++++++++++++++++++++-
6 files changed, 372 insertions(+), 25 deletions(-)