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 65bfea2a20 reset commits, clean submodules (#27560)
add 31f34e9928 Expand tasks in mapped group at run time (#27491)
No new revisions were added by this update.
Summary of changes:
airflow/models/abstractoperator.py | 117 +++++++++++++++++++++++++++++++++++
airflow/models/dagrun.py | 93 +++++++++++++++++-----------
airflow/models/expandinput.py | 21 +++++++
airflow/models/mappedoperator.py | 122 +------------------------------------
airflow/models/param.py | 21 ++++---
airflow/models/xcom_arg.py | 31 +++++-----
airflow/utils/mixins.py | 16 +++++
tests/models/test_dagrun.py | 38 ++++++++++++
8 files changed, 280 insertions(+), 179 deletions(-)