This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from b9ab6342114 Hide task duration if we don't have a start_date (#47633)
add 01cee78f7ac Move `chain`, `chain_linear` & `cross_downstream` to Task
SDK (#47639)
No new revisions were added by this update.
Summary of changes:
.../example_dags/example_asset_with_watchers.py | 3 +-
airflow/example_dags/example_bash_decorator.py | 2 +-
airflow/example_dags/example_complex.py | 2 +-
.../example_short_circuit_decorator.py | 2 +-
.../example_dags/example_short_circuit_operator.py | 2 +-
airflow/models/baseoperator.py | 273 +--------------------
airflow/utils/edgemodifier.py | 16 +-
dev/perf/dags/elastic_dag.py | 2 +-
docs/apache-airflow/core-concepts/dags.rst | 6 +-
newsfragments/aip-72.significant.rst | 34 ++-
.../performance_dag/performance_dag.py | 2 +-
task-sdk/src/airflow/sdk/__init__.py | 8 +-
.../src/airflow/sdk/definitions/baseoperator.py | 264 ++++++++++++++++++++
task-sdk/src/airflow/sdk/definitions/xcom_arg.py | 2 +-
.../task_sdk/definitions/test_baseoperator.py | 199 ++++++++++++++-
tests/models/test_baseoperator.py | 193 +--------------
tests/system/example_empty.py | 2 +-
tests/utils/test_task_group.py | 2 +-
18 files changed, 523 insertions(+), 491 deletions(-)