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

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


    from 9662fd8cc0 bigfix: EMRHook  Loop through paginated response to check 
for cluster id (#29732)
     add d23033cff8 Add ALL_DONE_SETUP_SUCCESS trigger rule (#30270)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/base.py                  |   5 +
 airflow/models/baseoperator.py              |   4 +-
 airflow/models/taskinstance.py              |   5 +-
 airflow/ti_deps/dep_context.py              |   8 +
 airflow/ti_deps/deps/trigger_rule_dep.py    |  62 +++++-
 airflow/utils/trigger_rule.py               |   1 +
 tests/decorators/test_python.py             |  56 +++++-
 tests/models/test_taskinstance.py           | 285 +++++++++++++++++++++-------
 tests/ti_deps/deps/test_trigger_rule_dep.py | 218 +++++++++++++++++----
 tests/utils/test_trigger_rule.py            |   3 +-
 10 files changed, 537 insertions(+), 110 deletions(-)

Reply via email to