This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from c8e6e5d Increase default livenessProbe timeout (#20698)
add e922613 Map and Partial DAG authoring interface for Dynamic Task
Mapping (#19965)
No new revisions were added by this update.
Summary of changes:
airflow/decorators/base.py | 187 +++++++++++----
airflow/decorators/task_group.py | 115 ++++++---
airflow/models/baseoperator.py | 328 ++++++++++++++++----------
airflow/models/dag.py | 22 +-
airflow/models/skipmixin.py | 5 +-
airflow/models/taskmixin.py | 179 +++++++++++++-
airflow/models/xcom_arg.py | 23 +-
airflow/serialization/serialized_objects.py | 8 +-
airflow/utils/task_group.py | 128 +++++++---
docs/spelling_wordlist.txt | 1 +
tests/decorators/test_python.py | 68 +++++-
tests/models/test_baseoperator.py | 84 ++++++-
tests/serialization/test_dag_serialization.py | 8 +-
tests/utils/test_task_group.py | 96 +++++++-
14 files changed, 985 insertions(+), 267 deletions(-)