apache-airflow-providers-yandex 3.10.0rc2__py3-none-any.whl → 3.11.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.
- airflow/providers/yandex/__init__.py +3 -3
- airflow/providers/yandex/get_provider_info.py +3 -2
- {apache_airflow_providers_yandex-3.10.0rc2.dist-info → apache_airflow_providers_yandex-3.11.0rc1.dist-info}/METADATA +8 -8
- {apache_airflow_providers_yandex-3.10.0rc2.dist-info → apache_airflow_providers_yandex-3.11.0rc1.dist-info}/RECORD +6 -6
- {apache_airflow_providers_yandex-3.10.0rc2.dist-info → apache_airflow_providers_yandex-3.11.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_yandex-3.10.0rc2.dist-info → apache_airflow_providers_yandex-3.11.0rc1.dist-info}/entry_points.txt +0 -0
@@ -27,7 +27,7 @@ import packaging.version
|
|
27
27
|
|
28
28
|
__all__ = ["__version__"]
|
29
29
|
|
30
|
-
__version__ = "3.
|
30
|
+
__version__ = "3.11.0"
|
31
31
|
|
32
32
|
try:
|
33
33
|
from airflow import __version__ as airflow_version
|
@@ -35,8 +35,8 @@ except ImportError:
|
|
35
35
|
from airflow.version import version as airflow_version
|
36
36
|
|
37
37
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
38
|
-
"2.
|
38
|
+
"2.7.0"
|
39
39
|
):
|
40
40
|
raise RuntimeError(
|
41
|
-
f"The package `apache-airflow-providers-yandex:{__version__}` needs Apache Airflow 2.
|
41
|
+
f"The package `apache-airflow-providers-yandex:{__version__}` needs Apache Airflow 2.7.0+"
|
42
42
|
)
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "Yandex",
|
29
29
|
"description": "This package is for Yandex, including:\n\n - `Yandex.Cloud <https://cloud.yandex.com/>`__\n",
|
30
30
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1714477757,
|
32
32
|
"versions": [
|
33
|
+
"3.11.0",
|
33
34
|
"3.10.0",
|
34
35
|
"3.9.0",
|
35
36
|
"3.8.0",
|
@@ -51,7 +52,7 @@ def get_provider_info():
|
|
51
52
|
"1.0.1",
|
52
53
|
"1.0.0",
|
53
54
|
],
|
54
|
-
"dependencies": ["apache-airflow>=2.
|
55
|
+
"dependencies": ["apache-airflow>=2.7.0", "yandexcloud>=0.228.0", "yandex-query-client>=0.1.2"],
|
55
56
|
"integrations": [
|
56
57
|
{
|
57
58
|
"integration-name": "Yandex.Cloud",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-yandex
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.11.0rc1
|
4
4
|
Summary: Provider package apache-airflow-providers-yandex for Apache Airflow
|
5
5
|
Keywords: airflow-provider,yandex,airflow,integration
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
@@ -21,12 +21,12 @@ 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.7.0rc0
|
25
25
|
Requires-Dist: yandex-query-client>=0.1.2
|
26
26
|
Requires-Dist: yandexcloud>=0.228.0
|
27
27
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
28
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
29
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
28
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.0/changelog.html
|
29
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.0
|
30
30
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
31
31
|
Project-URL: Source Code, https://github.com/apache/airflow
|
32
32
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -76,7 +76,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
76
76
|
|
77
77
|
Package ``apache-airflow-providers-yandex``
|
78
78
|
|
79
|
-
Release: ``3.
|
79
|
+
Release: ``3.11.0.rc1``
|
80
80
|
|
81
81
|
|
82
82
|
This package is for Yandex, including:
|
@@ -91,7 +91,7 @@ This is a provider package for ``yandex`` provider. All classes for this provide
|
|
91
91
|
are in ``airflow.providers.yandex`` python package.
|
92
92
|
|
93
93
|
You can find package information and changelog for the provider
|
94
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
94
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.0/>`_.
|
95
95
|
|
96
96
|
Installation
|
97
97
|
------------
|
@@ -108,10 +108,10 @@ Requirements
|
|
108
108
|
======================= ==================
|
109
109
|
PIP package Version required
|
110
110
|
======================= ==================
|
111
|
-
``apache-airflow`` ``>=2.
|
111
|
+
``apache-airflow`` ``>=2.7.0``
|
112
112
|
``yandexcloud`` ``>=0.228.0``
|
113
113
|
``yandex-query-client`` ``>=0.1.2``
|
114
114
|
======================= ==================
|
115
115
|
|
116
116
|
The changelog for the provider package can be found in the
|
117
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
117
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.0/changelog.html>`_.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
airflow/providers/yandex/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
|
2
|
-
airflow/providers/yandex/__init__.py,sha256=
|
3
|
-
airflow/providers/yandex/get_provider_info.py,sha256=
|
2
|
+
airflow/providers/yandex/__init__.py,sha256=Yt71vCxPPsxO_2P9J0vcegEAAkCHBPzVGqnrAqlc1sM,1582
|
3
|
+
airflow/providers/yandex/get_provider_info.py,sha256=UphQCZS6MagPObXUU2wMT4hyjz-0Ct148R3I8mYKkFk,4707
|
4
4
|
airflow/providers/yandex/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
5
5
|
airflow/providers/yandex/hooks/yandex.py,sha256=xJMUzGo0sNpb5-LQvgq6jDxWHK3XkNzlpoeEELREeow,7097
|
6
6
|
airflow/providers/yandex/hooks/yandexcloud_dataproc.py,sha256=1UdqxDMI7uL6fNkG6oU6l2tFITF_nHXiV1VUgRqF7KY,1379
|
@@ -17,7 +17,7 @@ airflow/providers/yandex/utils/credentials.py,sha256=6McJIitAuTROJRUSKTdWChfcZ9o
|
|
17
17
|
airflow/providers/yandex/utils/defaults.py,sha256=CXt75MhGJe8echoDpl1vR4VG5bEvYDDjIHmFqckDh2w,950
|
18
18
|
airflow/providers/yandex/utils/fields.py,sha256=1D8SDWH8h0djj5Hnk50w6BpPeNJyP-689Qfjpkr-yCg,1728
|
19
19
|
airflow/providers/yandex/utils/user_agent.py,sha256=AC-WEzhjxkgUYOy4LdX2-nnUZdMhKRRUCJ2_TjfNm6k,1839
|
20
|
-
apache_airflow_providers_yandex-3.
|
21
|
-
apache_airflow_providers_yandex-3.
|
22
|
-
apache_airflow_providers_yandex-3.
|
23
|
-
apache_airflow_providers_yandex-3.
|
20
|
+
apache_airflow_providers_yandex-3.11.0rc1.dist-info/entry_points.txt,sha256=ApXKRkvdgU2QNSQovjewC0b-LptwfBGBnJB3LTgBNx8,102
|
21
|
+
apache_airflow_providers_yandex-3.11.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
22
|
+
apache_airflow_providers_yandex-3.11.0rc1.dist-info/METADATA,sha256=YrzHIxxUERD5JzvDmyXV6NRjyJlhNydlYaedzq5u7Pc,4919
|
23
|
+
apache_airflow_providers_yandex-3.11.0rc1.dist-info/RECORD,,
|
File without changes
|