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/09/01 20:28:56 UTC

[airflow] branch main updated (a2db8fcb7d -> 4dd628c266)

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 a2db8fcb7d Make execution_date optional for command `dags test` (#26111)
     add 4dd628c266 Don't error when multiple tasks produce the same dataset (#26103)

No new revisions were added by this update.

Summary of changes:
 airflow/datasets/manager.py       | 39 +++++++++++++++++++++++++++++++++++++--
 airflow/models/dataset.py         |  5 +++++
 tests/datasets/test_manager.py    | 28 ++++++++++++----------------
 tests/models/test_taskinstance.py | 25 +++++++++++++------------
 4 files changed, 67 insertions(+), 30 deletions(-)