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 cecd4c8 Refactor dangling row check to use SQLA queries (#19808)
add ff3bbc3 Implement enough interface for MappedOperator to be baggable
(#20945)
No new revisions were added by this update.
Summary of changes:
airflow/models/base.py | 127 ++++++++++++-
airflow/models/baseoperator.py | 263 ++++++++++++--------------
airflow/models/dagrun.py | 10 +-
airflow/serialization/serialized_objects.py | 1 +
tests/models/test_baseoperator.py | 2 +-
tests/models/test_taskinstance.py | 29 +--
tests/serialization/test_dag_serialization.py | 2 +
7 files changed, 267 insertions(+), 167 deletions(-)