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/09/01 00:51:23 UTC

[airflow] branch main updated (a032b8ab93 -> 4791443df8)

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 a032b8ab93 Improve the speed and stability of KPO tests (#26091)
     add 4791443df8 Implement expand_kwargs() against a literal list (#25925)

No new revisions were added by this update.

Summary of changes:
 airflow/decorators/base.py       | 22 ++++++++-------
 airflow/decorators/task_group.py |  4 +--
 airflow/models/expandinput.py    | 59 ++++++++++++++++++++--------------------
 airflow/models/mappedoperator.py | 15 ++++++----
 tests/models/test_dagrun.py      | 51 ++++++++++++++++++++++++++--------
 5 files changed, 93 insertions(+), 58 deletions(-)