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/04/06 18:04:00 UTC

[airflow] branch main updated (4eaf9bcddf -> 07e929180a)

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 4eaf9bcddf No need to load whole ti in current_state (#22764)
     add 07e929180a Correctly apply defaults to mapped task flow (#22683)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/base.py        | 24 +++++++++++++++-----
 airflow/models/baseoperator.py    | 47 +++++++++++++++++++++------------------
 tests/models/test_baseoperator.py | 29 +++++++++++++++++++++++-
 3 files changed, 72 insertions(+), 28 deletions(-)