You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2022/08/17 21:38:31 UTC

[airflow] branch main updated (f3ca4f505c -> 1b1f3fabc5)

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 f3ca4f505c Used many-to-many relation for finding attached dataset events. (#25758)
     add 1b1f3fabc5 Fix outlet datasets not being detected on Mapped operators (#25767)

No new revisions were added by this update.

Summary of changes:
 airflow/lineage/__init__.py                        | 25 ++++++++--------------
 airflow/models/abstractoperator.py                 |  3 +++
 airflow/models/baseoperator.py                     | 23 ++++++++------------
 airflow/models/dag.py                              |  2 +-
 airflow/models/mappedoperator.py                   | 16 ++++++++++----
 airflow/serialization/serialized_objects.py        |  8 +++++--
 airflow/www/views.py                               |  2 +-
 .../papermill/operators/test_papermill.py          |  1 -
 tests/serialization/test_dag_serialization.py      | 23 ++++++++++----------
 9 files changed, 52 insertions(+), 51 deletions(-)