apache-airflow-providers-common-compat 1.7.2__tar.gz → 1.7.3rc1__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.2 → apache_airflow_providers_common_compat-1.7.3rc1}/PKG-INFO +11 -9
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/README.rst +5 -4
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/docs/changelog.rst +15 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/docs/index.rst +5 -3
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/provider.yaml +2 -1
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/pyproject.toml +6 -5
- {apache_airflow_providers_common_compat-1.7.2/src/airflow/providers/common → apache_airflow_providers_common_compat-1.7.3rc1/src/airflow}/__init__.py +1 -1
- {apache_airflow_providers_common_compat-1.7.2/tests/unit → apache_airflow_providers_common_compat-1.7.3rc1/src/airflow/providers}/__init__.py +1 -1
- {apache_airflow_providers_common_compat-1.7.2/src/airflow → apache_airflow_providers_common_compat-1.7.3rc1/src/airflow/providers/common}/__init__.py +1 -1
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/__init__.py +1 -1
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/openlineage/check.py +2 -1
- {apache_airflow_providers_common_compat-1.7.2/src/airflow/providers → apache_airflow_providers_common_compat-1.7.3rc1/tests/unit}/__init__.py +1 -1
- apache_airflow_providers_common_compat-1.7.3rc1/tests/unit/common/__init__.py +17 -0
- apache_airflow_providers_common_compat-1.7.2/tests/unit/common/__init__.py +0 -17
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/LICENSE +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/assets/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/check.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/get_provider_info.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/lineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/lineage/entities.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/lineage/hook.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/notifier/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/openlineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/openlineage/facet.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/openlineage/utils/spark.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/openlineage/utils/sql.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/openlineage/utils/utils.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/security/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/security/permissions.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/standard/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/standard/operators.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/standard/triggers.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/standard/utils.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/src/airflow/providers/common/compat/version_compat.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/lineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/lineage/test_hook.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/openlineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/openlineage/test_check.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/openlineage/test_facet.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/openlineage/utils/test_spark.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/openlineage/utils/test_sql.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/openlineage/utils/test_utils.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/security/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/security/test_permissions.py +0 -0
- {apache_airflow_providers_common_compat-1.7.2 → apache_airflow_providers_common_compat-1.7.3rc1}/tests/unit/common/compat/test_check.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-common-compat
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.3rc1
|
|
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>
|
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
8
|
-
Requires-Python:
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Environment :: Console
|
|
@@ -18,13 +18,14 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
22
|
Classifier: Topic :: System :: Monitoring
|
|
22
|
-
Requires-Dist: apache-airflow>=2.10.
|
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
|
23
24
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
|
24
25
|
Requires-Dist: apache-airflow-providers-standard ; extra == "standard"
|
|
25
26
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
26
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
27
|
-
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.3/changelog.html
|
|
28
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.3
|
|
28
29
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
29
30
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
30
31
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -57,8 +58,9 @@ Provides-Extra: standard
|
|
|
57
58
|
|
|
58
59
|
Package ``apache-airflow-providers-common-compat``
|
|
59
60
|
|
|
60
|
-
Release: ``1.7.
|
|
61
|
+
Release: ``1.7.3``
|
|
61
62
|
|
|
63
|
+
Release Date: ``|PypiReleaseDate|``
|
|
62
64
|
|
|
63
65
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
64
66
|
|
|
@@ -70,7 +72,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
70
72
|
are in ``airflow.providers.common.compat`` python package.
|
|
71
73
|
|
|
72
74
|
You can find package information and changelog for the provider
|
|
73
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
75
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/>`_.
|
|
74
76
|
|
|
75
77
|
Installation
|
|
76
78
|
------------
|
|
@@ -79,7 +81,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
79
81
|
for the minimum Airflow version supported) via
|
|
80
82
|
``pip install apache-airflow-providers-common-compat``
|
|
81
83
|
|
|
82
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
|
84
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
|
83
85
|
|
|
84
86
|
Requirements
|
|
85
87
|
------------
|
|
@@ -111,5 +113,5 @@ Dependent package
|
|
|
111
113
|
============================================================================================================== ===============
|
|
112
114
|
|
|
113
115
|
The changelog for the provider package can be found in the
|
|
114
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
116
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/changelog.html>`_.
|
|
115
117
|
|
|
@@ -23,8 +23,9 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-common-compat``
|
|
25
25
|
|
|
26
|
-
Release: ``1.7.
|
|
26
|
+
Release: ``1.7.3``
|
|
27
27
|
|
|
28
|
+
Release Date: ``|PypiReleaseDate|``
|
|
28
29
|
|
|
29
30
|
Common Compatibility Provider - providing compatibility code for previous Airflow versions
|
|
30
31
|
|
|
@@ -36,7 +37,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
36
37
|
are in ``airflow.providers.common.compat`` python package.
|
|
37
38
|
|
|
38
39
|
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.
|
|
40
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/>`_.
|
|
40
41
|
|
|
41
42
|
Installation
|
|
42
43
|
------------
|
|
@@ -45,7 +46,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
45
46
|
for the minimum Airflow version supported) via
|
|
46
47
|
``pip install apache-airflow-providers-common-compat``
|
|
47
48
|
|
|
48
|
-
The package supports the following python versions: 3.10,3.11,3.12
|
|
49
|
+
The package supports the following python versions: 3.10,3.11,3.12,3.13
|
|
49
50
|
|
|
50
51
|
Requirements
|
|
51
52
|
------------
|
|
@@ -77,4 +78,4 @@ Dependent package
|
|
|
77
78
|
============================================================================================================== ===============
|
|
78
79
|
|
|
79
80
|
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.
|
|
81
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/changelog.html>`_.
|
|
@@ -25,6 +25,21 @@
|
|
|
25
25
|
Changelog
|
|
26
26
|
---------
|
|
27
27
|
|
|
28
|
+
1.7.3
|
|
29
|
+
.....
|
|
30
|
+
|
|
31
|
+
Misc
|
|
32
|
+
~~~~
|
|
33
|
+
|
|
34
|
+
* ``fix unreachable mypy warnings (#53575)``
|
|
35
|
+
* ``Add Python 3.13 support for Airflow. (#46891)``
|
|
36
|
+
* ``Remove type ignore across codebase after mypy upgrade (#53243)``
|
|
37
|
+
* ``Remove upper-binding for "python-requires" (#52980)``
|
|
38
|
+
* ``Temporarily switch to use >=,< pattern instead of '~=' (#52967)``
|
|
39
|
+
|
|
40
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
41
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
42
|
+
|
|
28
43
|
1.7.2
|
|
29
44
|
.....
|
|
30
45
|
|
|
@@ -62,7 +62,9 @@ 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.3
|
|
66
|
+
|
|
67
|
+
Release Date: ``|PypiReleaseDate|``
|
|
66
68
|
|
|
67
69
|
Provider package
|
|
68
70
|
----------------
|
|
@@ -114,5 +116,5 @@ Downloading official packages
|
|
|
114
116
|
You can download officially released packages and verify their checksums and signatures from the
|
|
115
117
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
116
118
|
|
|
117
|
-
* `The apache-airflow-providers-common-compat 1.7.
|
|
118
|
-
* `The apache-airflow-providers-common-compat 1.7.
|
|
119
|
+
* `The apache-airflow-providers-common-compat 1.7.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3.tar.gz.sha512>`__)
|
|
120
|
+
* `The apache-airflow-providers-common-compat 1.7.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3-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: 1753690102
|
|
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.3
|
|
31
32
|
- 1.7.2
|
|
32
33
|
- 1.7.1
|
|
33
34
|
- 1.7.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.3rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -47,16 +47,17 @@ classifiers = [
|
|
|
47
47
|
"Programming Language :: Python :: 3.10",
|
|
48
48
|
"Programming Language :: Python :: 3.11",
|
|
49
49
|
"Programming Language :: Python :: 3.12",
|
|
50
|
+
"Programming Language :: Python :: 3.13",
|
|
50
51
|
"Topic :: System :: Monitoring",
|
|
51
52
|
]
|
|
52
|
-
requires-python = "
|
|
53
|
+
requires-python = ">=3.10"
|
|
53
54
|
|
|
54
55
|
# The dependencies should be modified in place in the generated file.
|
|
55
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
|
56
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
|
57
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
58
59
|
dependencies = [
|
|
59
|
-
"apache-airflow>=2.10.
|
|
60
|
+
"apache-airflow>=2.10.0rc1",
|
|
60
61
|
]
|
|
61
62
|
|
|
62
63
|
# The optional dependencies should be modified in place in the generated file
|
|
@@ -105,8 +106,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
105
106
|
apache-airflow-providers-standard = {workspace = true}
|
|
106
107
|
|
|
107
108
|
[project.urls]
|
|
108
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.
|
|
109
|
-
"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.3"
|
|
110
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/changelog.html"
|
|
110
111
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
111
112
|
"Source Code" = "https://github.com/apache/airflow"
|
|
112
113
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -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.3"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -20,6 +20,7 @@ from __future__ import annotations
|
|
|
20
20
|
import functools
|
|
21
21
|
import logging
|
|
22
22
|
from importlib import metadata
|
|
23
|
+
from typing import Any
|
|
23
24
|
|
|
24
25
|
from packaging.version import Version
|
|
25
26
|
|
|
@@ -29,7 +30,7 @@ log = logging.getLogger(__name__)
|
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
def require_openlineage_version(
|
|
32
|
-
provider_min_version: str | None = None, client_min_version: str | None = None
|
|
33
|
+
provider_min_version: str | None | Any = None, client_min_version: str | None = None
|
|
33
34
|
):
|
|
34
35
|
"""
|
|
35
36
|
Enforce minimum version requirements for OpenLineage provider or client.
|
|
@@ -14,4 +14,4 @@
|
|
|
14
14
|
# KIND, either express or implied. See the License for the
|
|
15
15
|
# specific language governing permissions and limitations
|
|
16
16
|
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
|
2
|
+
# or more contributor license agreements. See the NOTICE file
|
|
3
|
+
# distributed with this work for additional information
|
|
4
|
+
# regarding copyright ownership. The ASF licenses this file
|
|
5
|
+
# to you under the Apache License, Version 2.0 (the
|
|
6
|
+
# "License"); you may not use this file except in compliance
|
|
7
|
+
# with the License. You may obtain a copy of the License at
|
|
8
|
+
#
|
|
9
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
#
|
|
11
|
+
# Unless required by applicable law or agreed to in writing,
|
|
12
|
+
# software distributed under the License is distributed on an
|
|
13
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
# KIND, either express or implied. See the License for the
|
|
15
|
+
# specific language governing permissions and limitations
|
|
16
|
+
# under the License.
|
|
17
|
+
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Licensed to the Apache Software Foundation (ASF) under one
|
|
2
|
-
# or more contributor license agreements. See the NOTICE file
|
|
3
|
-
# distributed with this work for additional information
|
|
4
|
-
# regarding copyright ownership. The ASF licenses this file
|
|
5
|
-
# to you under the Apache License, Version 2.0 (the
|
|
6
|
-
# "License"); you may not use this file except in compliance
|
|
7
|
-
# with the License. You may obtain a copy of the License at
|
|
8
|
-
#
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
#
|
|
11
|
-
# Unless required by applicable law or agreed to in writing,
|
|
12
|
-
# software distributed under the License is distributed on an
|
|
13
|
-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
-
# KIND, either express or implied. See the License for the
|
|
15
|
-
# specific language governing permissions and limitations
|
|
16
|
-
# under the License.
|
|
17
|
-
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
|
|
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
|