You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/08/23 15:02:01 UTC

[airflow] branch main updated (617ab46635 -> 28165eef2a)

This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 617ab46635 React tests should also run when only `www` change (#25908)
     add 28165eef2a Create a pluggable DatasetEventManager (#25419)

No new revisions were added by this update.

Summary of changes:
 airflow/datasets/manager.py                        | 61 +++++++++++++++
 airflow/models/taskinstance.py                     | 34 +++------
 .../api_connexion => tests/datasets}/__init__.py   |  0
 tests/datasets/test_manager.py                     | 86 ++++++++++++++++++++++
 4 files changed, 159 insertions(+), 22 deletions(-)
 create mode 100644 airflow/datasets/manager.py
 copy {airflow/api_connexion => tests/datasets}/__init__.py (100%)
 create mode 100644 tests/datasets/test_manager.py