This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch aip-62/object-storage
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 2537fa9bf8 openlineage: add support for hook lineage for Object Store
add 359b73c24b openlineage: add method to common.compat to not force hooks
to try/except every 2.10 hook lineage call
add 10eee43b64 openlineage: add support for hook lineage for S3Hook
new 945e7c4ff9 openlineage: add support for hook lineage for Object Store
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2537fa9bf8)
\
N -- N -- N refs/heads/aip-62/object-storage (945e7c4ff9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.pre-commit-config.yaml | 9 ++
.../amazon/aws/datasets}/__init__.py | 0
.../amazon/aws/{utils/rds.py => datasets/s3.py} | 9 +-
airflow/providers/amazon/aws/hooks/s3.py | 24 +++-
airflow/providers/amazon/provider.yaml | 1 +
.../common/compat/lineage}/__init__.py | 0
.../providers/common/compat/lineage/hook.py | 32 +++--
airflow/providers_manager.py | 3 +-
contributing-docs/08_static_code_checks.rst | 2 +
dev/breeze/doc/images/output-commands.svg | 42 +++---
dev/breeze/doc/images/output_static-checks.svg | 144 +++++++++++----------
dev/breeze/doc/images/output_static-checks.txt | 2 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 +
generated/provider_dependencies.json | 1 +
tests/conftest.py | 10 ++
.../providers/amazon/aws/datasets}/__init__.py | 0
.../amazon/aws/datasets/test_s3.py} | 17 +--
tests/providers/amazon/aws/hooks/test_s3.py | 58 ++++++++-
.../providers/common/compat/lineage}/__init__.py | 0
.../providers/common/compat/lineage/test_hook.py | 10 +-
tests/providers/common/compat/test_empty.py | 21 ---
21 files changed, 230 insertions(+), 156 deletions(-)
copy airflow/{api_connexion => providers/amazon/aws/datasets}/__init__.py
(100%)
copy airflow/providers/amazon/aws/{utils/rds.py => datasets/s3.py} (85%)
copy airflow/{api_connexion => providers/common/compat/lineage}/__init__.py
(100%)
copy docker_tests/test_ci_image.py =>
airflow/providers/common/compat/lineage/hook.py (59%)
copy {airflow/api_connexion =>
tests/providers/amazon/aws/datasets}/__init__.py (100%)
copy tests/{core/test_example_dags_system.py =>
providers/amazon/aws/datasets/test_s3.py} (68%)
copy {airflow/api_connexion =>
tests/providers/common/compat/lineage}/__init__.py (100%)
copy airflow/api_connexion/endpoints/request_dict.py =>
tests/providers/common/compat/lineage/test_hook.py (77%)
delete mode 100644 tests/providers/common/compat/test_empty.py