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/14 16:11:32 UTC

[airflow] branch main updated (af39faafb7 -> bd181daced)

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 af39faafb7 Fix pre-commit for checking revision heads map (#26373)
     add bd181daced Better validation of Dataset URI during dag parse (#26389)

No new revisions were added by this update.

Summary of changes:
 airflow/datasets/__init__.py                       | 15 ++++++-
 .../test_sqlparse.py => datasets/test_dataset.py}  | 35 ++++++++++------
 tests/models/test_dataset.py                       | 46 ----------------------
 3 files changed, 36 insertions(+), 60 deletions(-)
 copy tests/{providers/common/sql/hooks/test_sqlparse.py => datasets/test_dataset.py} (55%)
 delete mode 100644 tests/models/test_dataset.py