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/11/17 21:48:53 UTC

[airflow] branch main updated (31f34e9928 -> 083e71c725)

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 31f34e9928 Expand tasks in mapped group at run time (#27491)
     add 083e71c725 Align TaskGroup semantics to AbstractOperator (#27723)

No new revisions were added by this update.

Summary of changes:
 airflow/models/abstractoperator.py | 27 +++++++++++++----------
 airflow/models/expandinput.py      |  6 +++---
 airflow/models/mappedoperator.py   |  2 +-
 airflow/utils/task_group.py        | 44 ++++++++++++++++++++++++++++++++------
 4 files changed, 57 insertions(+), 22 deletions(-)