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

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


    from 8246a892b2 Improve trigger assign_unassigned by merging 
alive_triggerer_ids and get_sorted_triggers queries (#38664)
     add e2df442bd3 Add a task instance dependency for mapped dependencies 
(#37498)

No new revisions were added by this update.

Summary of changes:
 airflow/models/baseoperator.py                     |   2 +
 airflow/ti_deps/deps/mapped_task_upstream_dep.py   | 104 +++++
 tests/serialization/test_dag_serialization.py      |   3 +
 .../ti_deps/deps/test_mapped_task_upstream_dep.py  | 496 +++++++++++++++++++++
 4 files changed, 605 insertions(+)
 create mode 100644 airflow/ti_deps/deps/mapped_task_upstream_dep.py
 create mode 100644 tests/ti_deps/deps/test_mapped_task_upstream_dep.py

Reply via email to