apache-airflow-providers-common-compat 1.7.0__tar.gz → 1.7.1rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of apache-airflow-providers-common-compat might be problematic. Click here for more details.
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/PKG-INFO +7 -7
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/README.rst +3 -3
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/docs/changelog.rst +11 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/docs/index.rst +3 -3
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/provider.yaml +2 -1
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/pyproject.toml +4 -4
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/__init__.py +1 -1
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/lineage/hook.py +0 -25
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/LICENSE +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/assets/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/check.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/get_provider_info.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/lineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/lineage/entities.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/notifier/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/openlineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/openlineage/check.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/openlineage/facet.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/openlineage/utils/spark.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/openlineage/utils/sql.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/openlineage/utils/utils.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/security/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/security/permissions.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/standard/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/standard/operators.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/standard/triggers.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/standard/utils.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/src/airflow/providers/common/compat/version_compat.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/lineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/lineage/test_hook.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/openlineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/openlineage/test_check.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/openlineage/test_facet.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/openlineage/utils/test_spark.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/openlineage/utils/test_sql.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/openlineage/utils/test_utils.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/security/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/security/test_permissions.py +0 -0
- {apache_airflow_providers_common_compat-1.7.0 → apache_airflow_providers_common_compat-1.7.1rc1}/tests/unit/common/compat/test_check.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-common-compat
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.1rc1
|
|
4
4
|
Summary: Provider package apache-airflow-providers-common-compat for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,common.compat,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -20,12 +20,12 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
-
Requires-Dist: apache-airflow>=2.10.
|
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
|
24
24
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
|
25
25
|
Requires-Dist: apache-airflow-providers-standard ; extra == "standard"
|
|
26
26
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
27
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
28
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
27
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.1/changelog.html
|
|
28
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.1
|
|
29
29
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
30
30
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
31
31
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -58,7 +58,7 @@ Provides-Extra: standard
|
|
|
58
58
|
|
|
59
59
|
Package ``apache-airflow-providers-common-compat``
|
|
60
60
|
|
|
61
|
-
Release: ``1.7.
|
|
61
|
+
Release: ``1.7.1``
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
@@ -71,7 +71,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
71
71
|
are in ``airflow.providers.common.compat`` python package.
|
|
72
72
|
|
|
73
73
|
You can find package information and changelog for the provider
|
|
74
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
74
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.1/>`_.
|
|
75
75
|
|
|
76
76
|
Installation
|
|
77
77
|
------------
|
|
@@ -112,5 +112,5 @@ Dependent package
|
|
|
112
112
|
============================================================================================================== ===============
|
|
113
113
|
|
|
114
114
|
The changelog for the provider package can be found in the
|
|
115
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
115
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.1/changelog.html>`_.
|
|
116
116
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-common-compat``
|
|
25
25
|
|
|
26
|
-
Release: ``1.7.
|
|
26
|
+
Release: ``1.7.1``
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
@@ -36,7 +36,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
36
36
|
are in ``airflow.providers.common.compat`` python package.
|
|
37
37
|
|
|
38
38
|
You can find package information and changelog for the provider
|
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.1/>`_.
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -77,4 +77,4 @@ Dependent package
|
|
|
77
77
|
============================================================================================================== ===============
|
|
78
78
|
|
|
79
79
|
The changelog for the provider package can be found in the
|
|
80
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
80
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.1/changelog.html>`_.
|
|
@@ -25,6 +25,17 @@
|
|
|
25
25
|
Changelog
|
|
26
26
|
---------
|
|
27
27
|
|
|
28
|
+
1.7.1
|
|
29
|
+
.....
|
|
30
|
+
|
|
31
|
+
Misc
|
|
32
|
+
~~~~
|
|
33
|
+
|
|
34
|
+
* ``nit: Remove unreachable code (#51110)``
|
|
35
|
+
|
|
36
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
37
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
38
|
+
|
|
28
39
|
1.7.0
|
|
29
40
|
.....
|
|
30
41
|
|
|
@@ -62,7 +62,7 @@ apache-airflow-providers-common-compat package
|
|
|
62
62
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
Release: 1.7.
|
|
65
|
+
Release: 1.7.1
|
|
66
66
|
|
|
67
67
|
Provider package
|
|
68
68
|
----------------
|
|
@@ -114,5 +114,5 @@ Downloading official packages
|
|
|
114
114
|
You can download officially released packages and verify their checksums and signatures from the
|
|
115
115
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
116
116
|
|
|
117
|
-
* `The apache-airflow-providers-common-compat 1.7.
|
|
118
|
-
* `The apache-airflow-providers-common-compat 1.7.
|
|
117
|
+
* `The apache-airflow-providers-common-compat 1.7.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.1.tar.gz.sha512>`__)
|
|
118
|
+
* `The apache-airflow-providers-common-compat 1.7.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.1-py3-none-any.whl.sha512>`__)
|
|
@@ -22,12 +22,13 @@ description: |
|
|
|
22
22
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
25
|
+
source-date-epoch: 1749896334
|
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
|
29
29
|
# to be done in the same PR
|
|
30
30
|
versions:
|
|
31
|
+
- 1.7.1
|
|
31
32
|
- 1.7.0
|
|
32
33
|
- 1.6.1
|
|
33
34
|
- 1.6.0
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-common-compat"
|
|
28
|
-
version = "1.7.
|
|
28
|
+
version = "1.7.1rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -57,7 +57,7 @@ requires-python = "~=3.9"
|
|
|
57
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
59
59
|
dependencies = [
|
|
60
|
-
"apache-airflow>=2.10.
|
|
60
|
+
"apache-airflow>=2.10.0rc1",
|
|
61
61
|
]
|
|
62
62
|
|
|
63
63
|
# The optional dependencies should be modified in place in the generated file
|
|
@@ -106,8 +106,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
106
106
|
apache-airflow-providers-standard = {workspace = true}
|
|
107
107
|
|
|
108
108
|
[project.urls]
|
|
109
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
110
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
109
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.1"
|
|
110
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.1/changelog.html"
|
|
111
111
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
112
112
|
"Source Code" = "https://github.com/apache/airflow"
|
|
113
113
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "1.7.
|
|
32
|
+
__version__ = "1.7.1"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -86,28 +86,3 @@ def get_hook_lineage_collector():
|
|
|
86
86
|
return get_hook_lineage_collector()
|
|
87
87
|
|
|
88
88
|
return _get_asset_compat_hook_lineage_collector()
|
|
89
|
-
|
|
90
|
-
# For the case that airflow has not yet upgraded to 2.10 or higher,
|
|
91
|
-
# but using the providers that already uses `get_hook_lineage_collector`
|
|
92
|
-
class NoOpCollector:
|
|
93
|
-
"""
|
|
94
|
-
NoOpCollector is a hook lineage collector that does nothing.
|
|
95
|
-
|
|
96
|
-
It is used when you want to disable lineage collection.
|
|
97
|
-
"""
|
|
98
|
-
|
|
99
|
-
# for providers that support asset rename
|
|
100
|
-
def add_input_asset(self, *_, **__):
|
|
101
|
-
pass
|
|
102
|
-
|
|
103
|
-
def add_output_asset(self, *_, **__):
|
|
104
|
-
pass
|
|
105
|
-
|
|
106
|
-
# for providers that do not support asset rename
|
|
107
|
-
def add_input_dataset(self, *_, **__):
|
|
108
|
-
pass
|
|
109
|
-
|
|
110
|
-
def add_output_dataset(self, *_, **__):
|
|
111
|
-
pass
|
|
112
|
-
|
|
113
|
-
return NoOpCollector()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|