This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from b713b302a6 Update styles for renderedjson component (#40964)
add 6adae0b425 openlineage: add support for hook lineage for Object Store
(#40829)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 6 +-
airflow/io/path.py | 48 +++++++++++++++-
airflow/lineage/hook.py | 12 ++--
...py => check_get_lineage_collector_providers.py} | 18 +++---
.../ci/pre_commit/check_tests_in_right_folders.py | 1 +
tests/io/test_path.py | 43 +++++++++++----
tests/io/test_wrapper.py | 64 ++++++++++++++++++++++
7 files changed, 163 insertions(+), 29 deletions(-)
copy scripts/ci/pre_commit/{check_airflow_k8s_not_used.py =>
check_get_lineage_collector_providers.py} (78%)
create mode 100644 tests/io/test_wrapper.py