You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/03/30 16:39:20 UTC

[airflow] branch main updated (143702e -> 7e0e7c7)

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

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


    from 143702e  Fix /rendered-templates for mapped operator (#22396)
     add 7e0e7c7  Rewrite ti.xcom_pull() to consider map indexes (#22609)

No new revisions were added by this update.

Summary of changes:
 airflow/models/taskinstance.py    | 104 ++++++++++++++++++++++++++------------
 airflow/models/xcom.py            |   6 +--
 tests/models/test_taskinstance.py |  33 +++++++++++-
 3 files changed, 107 insertions(+), 36 deletions(-)