apache-airflow-providers-common-compat 1.1.0rc1__py3-none-any.whl → 1.2.0rc1__py3-none-any.whl
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.
- airflow/providers/common/compat/__init__.py +3 -3
- airflow/providers/common/compat/get_provider_info.py +3 -3
- {apache_airflow_providers_common_compat-1.1.0rc1.dist-info → apache_airflow_providers_common_compat-1.2.0rc1.dist-info}/METADATA +8 -8
- {apache_airflow_providers_common_compat-1.1.0rc1.dist-info → apache_airflow_providers_common_compat-1.2.0rc1.dist-info}/RECORD +6 -6
- {apache_airflow_providers_common_compat-1.1.0rc1.dist-info → apache_airflow_providers_common_compat-1.2.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_common_compat-1.1.0rc1.dist-info → apache_airflow_providers_common_compat-1.2.0rc1.dist-info}/entry_points.txt +0 -0
|
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "1.
|
|
32
|
+
__version__ = "1.2.0"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
|
-
"2.
|
|
35
|
+
"2.8.0"
|
|
36
36
|
):
|
|
37
37
|
raise RuntimeError(
|
|
38
|
-
f"The package `apache-airflow-providers-common-compat:{__version__}` needs Apache Airflow 2.
|
|
38
|
+
f"The package `apache-airflow-providers-common-compat:{__version__}` needs Apache Airflow 2.8.0+"
|
|
39
39
|
)
|
|
@@ -28,9 +28,9 @@ def get_provider_info():
|
|
|
28
28
|
"name": "Common Compat",
|
|
29
29
|
"description": "``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``\n",
|
|
30
30
|
"state": "ready",
|
|
31
|
-
"source-date-epoch":
|
|
32
|
-
"versions": ["1.1.0", "1.0.0"],
|
|
33
|
-
"dependencies": ["apache-airflow>=2.
|
|
31
|
+
"source-date-epoch": 1723970013,
|
|
32
|
+
"versions": ["1.2.0", "1.1.0", "1.0.0"],
|
|
33
|
+
"dependencies": ["apache-airflow>=2.8.0"],
|
|
34
34
|
"integrations": [
|
|
35
35
|
{
|
|
36
36
|
"integration-name": "Common Compat",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-common-compat
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0rc1
|
|
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>
|
|
@@ -21,10 +21,10 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Classifier: Topic :: System :: Monitoring
|
|
24
|
-
Requires-Dist: apache-airflow>=2.
|
|
24
|
+
Requires-Dist: apache-airflow>=2.8.0rc0
|
|
25
25
|
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.
|
|
27
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.
|
|
26
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0/changelog.html
|
|
27
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0
|
|
28
28
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
29
29
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
30
30
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -74,7 +74,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
|
74
74
|
|
|
75
75
|
Package ``apache-airflow-providers-common-compat``
|
|
76
76
|
|
|
77
|
-
Release: ``1.
|
|
77
|
+
Release: ``1.2.0.rc1``
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``
|
|
@@ -87,7 +87,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
87
87
|
are in ``airflow.providers.common.compat`` python package.
|
|
88
88
|
|
|
89
89
|
You can find package information and changelog for the provider
|
|
90
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.
|
|
90
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0/>`_.
|
|
91
91
|
|
|
92
92
|
Installation
|
|
93
93
|
------------
|
|
@@ -104,8 +104,8 @@ Requirements
|
|
|
104
104
|
================== ==================
|
|
105
105
|
PIP package Version required
|
|
106
106
|
================== ==================
|
|
107
|
-
``apache-airflow`` ``>=2.
|
|
107
|
+
``apache-airflow`` ``>=2.8.0``
|
|
108
108
|
================== ==================
|
|
109
109
|
|
|
110
110
|
The changelog for the provider package can be found in the
|
|
111
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.
|
|
111
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.2.0/changelog.html>`_.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
airflow/providers/common/compat/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
|
|
2
|
-
airflow/providers/common/compat/__init__.py,sha256=
|
|
3
|
-
airflow/providers/common/compat/get_provider_info.py,sha256=
|
|
2
|
+
airflow/providers/common/compat/__init__.py,sha256=p08a4EORBzu6UP7tnxTCafQN8viXN0M-63kouSRh_40,1500
|
|
3
|
+
airflow/providers/common/compat/get_provider_info.py,sha256=LtxctlpQNE0eCrwp_wU0Ib-YAiGmTDLSMaoF94TLjpo,1753
|
|
4
4
|
airflow/providers/common/compat/lineage/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
5
5
|
airflow/providers/common/compat/lineage/hook.py,sha256=AGC4aYxa0WazCOcn64Q5xcRq9HPbeEzpkKtqoB5mi0w,1426
|
|
6
6
|
airflow/providers/common/compat/openlineage/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
7
7
|
airflow/providers/common/compat/openlineage/facet.py,sha256=_3YHsRP39vx6FPePFQCLjNHP9kzisNH5v97o-PWzwLk,6529
|
|
8
|
-
apache_airflow_providers_common_compat-1.
|
|
9
|
-
apache_airflow_providers_common_compat-1.
|
|
10
|
-
apache_airflow_providers_common_compat-1.
|
|
11
|
-
apache_airflow_providers_common_compat-1.
|
|
8
|
+
apache_airflow_providers_common_compat-1.2.0rc1.dist-info/entry_points.txt,sha256=OdOClAuY8E82VvA-Zo6narFujtXdGihHKZH2HfmlPIo,109
|
|
9
|
+
apache_airflow_providers_common_compat-1.2.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
|
10
|
+
apache_airflow_providers_common_compat-1.2.0rc1.dist-info/METADATA,sha256=VfHyI51Rl1furdmo2gaqAzjtJoaeEETGq9x-pY0Gd0o,4816
|
|
11
|
+
apache_airflow_providers_common_compat-1.2.0rc1.dist-info/RECORD,,
|
|
File without changes
|