apache-airflow-providers-common-compat 1.5.0rc1__tar.gz → 1.5.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.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/PKG-INFO +24 -25
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/README.rst +20 -21
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/pyproject.toml +27 -8
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/__init__.py +1 -1
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/assets/__init__.py +2 -2
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/get_provider_info.py +3 -2
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/LICENSE +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/lineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/lineage/entities.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/lineage/hook.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/openlineage/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/openlineage/facet.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/openlineage/utils/spark.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/openlineage/utils/sql.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/openlineage/utils/utils.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/security/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/security/permissions.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/standard/__init__.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/standard/operators.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/standard/triggers.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/standard/utils.py +0 -0
- {apache_airflow_providers_common_compat-1.5.0rc1 → apache_airflow_providers_common_compat-1.5.1rc1}/src/airflow/providers/common/compat/version_compat.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-common-compat
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.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>
|
|
@@ -24,8 +24,8 @@ 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.5.
|
|
28
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.
|
|
27
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.1/changelog.html
|
|
28
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.1
|
|
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
|
|
@@ -34,32 +34,31 @@ Provides-Extra: openlineage
|
|
|
34
34
|
Provides-Extra: standard
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
37
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
|
38
|
+
or more contributor license agreements. See the NOTICE file
|
|
39
|
+
distributed with this work for additional information
|
|
40
|
+
regarding copyright ownership. The ASF licenses this file
|
|
41
|
+
to you under the Apache License, Version 2.0 (the
|
|
42
|
+
"License"); you may not use this file except in compliance
|
|
43
|
+
with the License. You may obtain a copy of the License at
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
.. Unless required by applicable law or agreed to in writing,
|
|
48
|
+
software distributed under the License is distributed on an
|
|
49
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
50
|
+
KIND, either express or implied. See the License for the
|
|
51
|
+
specific language governing permissions and limitations
|
|
52
|
+
under the License.
|
|
53
53
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
57
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
54
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
|
58
55
|
|
|
56
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
57
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
|
59
58
|
|
|
60
59
|
Package ``apache-airflow-providers-common-compat``
|
|
61
60
|
|
|
62
|
-
Release: ``1.5.
|
|
61
|
+
Release: ``1.5.1``
|
|
63
62
|
|
|
64
63
|
|
|
65
64
|
``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``
|
|
@@ -72,7 +71,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
72
71
|
are in ``airflow.providers.common.compat`` python package.
|
|
73
72
|
|
|
74
73
|
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.5.
|
|
74
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.1/>`_.
|
|
76
75
|
|
|
77
76
|
Installation
|
|
78
77
|
------------
|
|
@@ -113,5 +112,5 @@ Dependent package
|
|
|
113
112
|
============================================================================================================== ===============
|
|
114
113
|
|
|
115
114
|
The changelog for the provider package can be found in the
|
|
116
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.
|
|
115
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.1/changelog.html>`_.
|
|
117
116
|
|
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
|
3
|
+
or more contributor license agreements. See the NOTICE file
|
|
4
|
+
distributed with this work for additional information
|
|
5
|
+
regarding copyright ownership. The ASF licenses this file
|
|
6
|
+
to you under the Apache License, Version 2.0 (the
|
|
7
|
+
"License"); you may not use this file except in compliance
|
|
8
|
+
with the License. You may obtain a copy of the License at
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
.. Unless required by applicable law or agreed to in writing,
|
|
13
|
+
software distributed under the License is distributed on an
|
|
14
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
15
|
+
KIND, either express or implied. See the License for the
|
|
16
|
+
specific language governing permissions and limitations
|
|
17
|
+
under the License.
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
22
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
19
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
|
23
20
|
|
|
21
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
22
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
|
24
23
|
|
|
25
24
|
Package ``apache-airflow-providers-common-compat``
|
|
26
25
|
|
|
27
|
-
Release: ``1.5.
|
|
26
|
+
Release: ``1.5.1``
|
|
28
27
|
|
|
29
28
|
|
|
30
29
|
``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``
|
|
@@ -37,7 +36,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
|
|
|
37
36
|
are in ``airflow.providers.common.compat`` python package.
|
|
38
37
|
|
|
39
38
|
You can find package information and changelog for the provider
|
|
40
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.1/>`_.
|
|
41
40
|
|
|
42
41
|
Installation
|
|
43
42
|
------------
|
|
@@ -78,4 +77,4 @@ Dependent package
|
|
|
78
77
|
============================================================================================================== ===============
|
|
79
78
|
|
|
80
79
|
The changelog for the provider package can be found in the
|
|
81
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.
|
|
80
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.1/changelog.html>`_.
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
# IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE TEMPLATE
|
|
21
21
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
22
22
|
[build-system]
|
|
23
|
-
requires = ["flit_core==3.
|
|
23
|
+
requires = ["flit_core==3.11.0"]
|
|
24
24
|
build-backend = "flit_core.buildapi"
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-common-compat"
|
|
28
|
-
version = "1.5.
|
|
28
|
+
version = "1.5.1.rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -52,8 +52,10 @@ classifiers = [
|
|
|
52
52
|
]
|
|
53
53
|
requires-python = "~=3.9"
|
|
54
54
|
|
|
55
|
-
# The dependencies should be modified in place in the generated file
|
|
55
|
+
# The dependencies should be modified in place in the generated file.
|
|
56
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
|
57
|
+
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
|
58
|
+
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
57
59
|
dependencies = [
|
|
58
60
|
"apache-airflow>=2.9.0rc0",
|
|
59
61
|
]
|
|
@@ -68,9 +70,29 @@ dependencies = [
|
|
|
68
70
|
"apache-airflow-providers-standard"
|
|
69
71
|
]
|
|
70
72
|
|
|
73
|
+
[dependency-groups]
|
|
74
|
+
dev = [
|
|
75
|
+
"apache-airflow",
|
|
76
|
+
"apache-airflow-task-sdk",
|
|
77
|
+
"apache-airflow-devel-common",
|
|
78
|
+
"apache-airflow-providers-openlineage",
|
|
79
|
+
"apache-airflow-providers-standard",
|
|
80
|
+
# Additional devel dependencies (do not remove this line and add extra development dependencies)
|
|
81
|
+
]
|
|
82
|
+
|
|
83
|
+
[tool.uv.sources]
|
|
84
|
+
# These names must match the names as defined in the pyproject.toml of the workspace items,
|
|
85
|
+
# *not* the workspace folder paths
|
|
86
|
+
apache-airflow = {workspace = true}
|
|
87
|
+
apache-airflow-devel-common = {workspace = true}
|
|
88
|
+
apache-airflow-task-sdk = {workspace = true}
|
|
89
|
+
apache-airflow-providers-common-sql = {workspace = true}
|
|
90
|
+
apache-airflow-providers-fab = {workspace = true}
|
|
91
|
+
apache-airflow-providers-standard = {workspace = true}
|
|
92
|
+
|
|
71
93
|
[project.urls]
|
|
72
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.
|
|
73
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.
|
|
94
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.1"
|
|
95
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.5.1/changelog.html"
|
|
74
96
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
75
97
|
"Source Code" = "https://github.com/apache/airflow"
|
|
76
98
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -82,6 +104,3 @@ provider_info = "airflow.providers.common.compat.get_provider_info:get_provider_
|
|
|
82
104
|
|
|
83
105
|
[tool.flit.module]
|
|
84
106
|
name = "airflow.providers.common.compat"
|
|
85
|
-
|
|
86
|
-
[tool.pytest.ini_options]
|
|
87
|
-
ignore = "tests/system/"
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "1.5.
|
|
32
|
+
__version__ = "1.5.1"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.9.0"
|
|
@@ -25,12 +25,12 @@ from airflow.providers.common.compat.version_compat import (
|
|
|
25
25
|
)
|
|
26
26
|
|
|
27
27
|
if TYPE_CHECKING:
|
|
28
|
-
from airflow.auth.managers.models.resource_details import AssetDetails
|
|
28
|
+
from airflow.api_fastapi.auth.managers.models.resource_details import AssetDetails
|
|
29
29
|
from airflow.models.asset import expand_alias_to_assets
|
|
30
30
|
from airflow.sdk.definitions.asset import Asset, AssetAlias, AssetAll, AssetAny
|
|
31
31
|
else:
|
|
32
32
|
if AIRFLOW_V_3_0_PLUS:
|
|
33
|
-
from airflow.auth.managers.models.resource_details import AssetDetails
|
|
33
|
+
from airflow.api_fastapi.auth.managers.models.resource_details import AssetDetails
|
|
34
34
|
from airflow.models.asset import expand_alias_to_assets
|
|
35
35
|
from airflow.sdk.definitions.asset import Asset, AssetAlias, AssetAll, AssetAny
|
|
36
36
|
else:
|
|
@@ -27,8 +27,8 @@ def get_provider_info():
|
|
|
27
27
|
"name": "Common Compat",
|
|
28
28
|
"description": "``Common Compatibility Provider - providing compatibility code for previous Airflow versions.``\n",
|
|
29
29
|
"state": "ready",
|
|
30
|
-
"source-date-epoch":
|
|
31
|
-
"versions": ["1.5.0", "1.3.0", "1.2.2", "1.2.1", "1.2.0", "1.1.0", "1.0.0"],
|
|
30
|
+
"source-date-epoch": 1741508595,
|
|
31
|
+
"versions": ["1.5.1", "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",
|
|
@@ -41,4 +41,5 @@ def get_provider_info():
|
|
|
41
41
|
"openlineage": ["apache-airflow-providers-openlineage"],
|
|
42
42
|
"standard": ["apache-airflow-providers-standard"],
|
|
43
43
|
},
|
|
44
|
+
"devel-dependencies": [],
|
|
44
45
|
}
|
|
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
|