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/01/24 13:53:04 UTC

[airflow] branch main updated (cecd4c8 -> ff3bbc3)

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(-)