apache-airflow-providers-common-compat 1.4.0__py3-none-any.whl → 1.5.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 +1 -1
- airflow/providers/common/compat/get_provider_info.py +1 -1
- {apache_airflow_providers_common_compat-1.4.0.dist-info → apache_airflow_providers_common_compat-1.5.0rc1.dist-info}/METADATA +7 -7
- {apache_airflow_providers_common_compat-1.4.0.dist-info → apache_airflow_providers_common_compat-1.5.0rc1.dist-info}/RECORD +6 -6
- {apache_airflow_providers_common_compat-1.4.0.dist-info → apache_airflow_providers_common_compat-1.5.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_common_compat-1.4.0.dist-info → apache_airflow_providers_common_compat-1.5.0rc1.dist-info}/entry_points.txt +0 -0
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "1.
|
|
32
|
+
__version__ = "1.5.0"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.9.0"
|
|
@@ -28,7 +28,7 @@ def get_provider_info():
|
|
|
28
28
|
"description": "``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``\n",
|
|
29
29
|
"state": "ready",
|
|
30
30
|
"source-date-epoch": 1731569875,
|
|
31
|
-
"versions": ["1.
|
|
31
|
+
"versions": ["1.5.0", "1.3.0", "1.2.2", "1.2.1", "1.2.0", "1.1.0", "1.0.0"],
|
|
32
32
|
"integrations": [
|
|
33
33
|
{
|
|
34
34
|
"integration-name": "Common Compat",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: apache-airflow-providers-common-compat
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.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>
|
|
@@ -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.9.
|
|
23
|
+
Requires-Dist: apache-airflow>=2.9.0rc0
|
|
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.
|
|
28
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.
|
|
27
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.0/changelog.html
|
|
28
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.0
|
|
29
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
30
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
31
31
|
Project-URL: Twitter, https://x.com/ApacheAirflow
|
|
@@ -59,7 +59,7 @@ Provides-Extra: standard
|
|
|
59
59
|
|
|
60
60
|
Package ``apache-airflow-providers-common-compat``
|
|
61
61
|
|
|
62
|
-
Release: ``1.
|
|
62
|
+
Release: ``1.5.0``
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``
|
|
@@ -72,7 +72,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
72
72
|
are in ``airflow.providers.common.compat`` python package.
|
|
73
73
|
|
|
74
74
|
You can find package information and changelog for the provider
|
|
75
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.
|
|
75
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.0/>`_.
|
|
76
76
|
|
|
77
77
|
Installation
|
|
78
78
|
------------
|
|
@@ -113,5 +113,5 @@ Dependent package
|
|
|
113
113
|
============================================================================================================== ===============
|
|
114
114
|
|
|
115
115
|
The changelog for the provider package can be found in the
|
|
116
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.
|
|
116
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.0/changelog.html>`_.
|
|
117
117
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
airflow/providers/common/compat/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
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=w5TE11frVRFVnNEi8GLTSBqTdUGpopaz9YbQcsgq-fw,1500
|
|
3
|
+
airflow/providers/common/compat/get_provider_info.py,sha256=7ZVo7OLheBd7JE1668dB9FLFkKq3Lh-Qlir95i_1yns,1941
|
|
4
4
|
airflow/providers/common/compat/version_compat.py,sha256=aHg90_DtgoSnQvILFICexMyNlHlALBdaeWqkX3dFDug,1605
|
|
5
5
|
airflow/providers/common/compat/assets/__init__.py,sha256=BAmYoAG4Fp0uV4wVhuVZuasYF-BlMcsu6BWXz_bZqXE,2115
|
|
6
6
|
airflow/providers/common/compat/lineage/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
@@ -18,7 +18,7 @@ airflow/providers/common/compat/standard/__init__.py,sha256=9hdXHABrVpkbpjZgUft3
|
|
|
18
18
|
airflow/providers/common/compat/standard/operators.py,sha256=1jsiu8Cc6S2Xhhfo2Rh5PqJCnQ1CBH_UW5q7s3Y0Mpc,1712
|
|
19
19
|
airflow/providers/common/compat/standard/triggers.py,sha256=XBi9KE-cAY_TlIyKVqr1-EU7xZNqgCVTugXZObV3gaQ,1177
|
|
20
20
|
airflow/providers/common/compat/standard/utils.py,sha256=SvTXThqYRKVfmRRpq-D5eNcxQjY9TESrTyl3n670QM8,1289
|
|
21
|
-
apache_airflow_providers_common_compat-1.
|
|
22
|
-
apache_airflow_providers_common_compat-1.
|
|
23
|
-
apache_airflow_providers_common_compat-1.
|
|
24
|
-
apache_airflow_providers_common_compat-1.
|
|
21
|
+
apache_airflow_providers_common_compat-1.5.0rc1.dist-info/entry_points.txt,sha256=OdOClAuY8E82VvA-Zo6narFujtXdGihHKZH2HfmlPIo,109
|
|
22
|
+
apache_airflow_providers_common_compat-1.5.0rc1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
|
23
|
+
apache_airflow_providers_common_compat-1.5.0rc1.dist-info/METADATA,sha256=Qsw_LAvRPhDPrdubNx7tfNE0TFs_0c_WQssF0QJUEs8,5307
|
|
24
|
+
apache_airflow_providers_common_compat-1.5.0rc1.dist-info/RECORD,,
|
|
File without changes
|