apache-airflow-providers-yandex 4.0.3__py3-none-any.whl → 4.1.0__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 +0 -35
- {apache_airflow_providers_yandex-4.0.3.dist-info → apache_airflow_providers_yandex-4.1.0.dist-info}/METADATA +8 -8
- {apache_airflow_providers_yandex-4.0.3.dist-info → apache_airflow_providers_yandex-4.1.0.dist-info}/RECORD +6 -6
- {apache_airflow_providers_yandex-4.0.3.dist-info → apache_airflow_providers_yandex-4.1.0.dist-info}/WHEEL +1 -1
- {apache_airflow_providers_yandex-4.0.3.dist-info → apache_airflow_providers_yandex-4.1.0.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__ = "4.0
|
32
|
+
__version__ = "4.1.0"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
|
-
"2.
|
35
|
+
"2.10.0"
|
36
36
|
):
|
37
37
|
raise RuntimeError(
|
38
|
-
f"The package `apache-airflow-providers-yandex:{__version__}` needs Apache Airflow 2.
|
38
|
+
f"The package `apache-airflow-providers-yandex:{__version__}` needs Apache Airflow 2.10.0+"
|
39
39
|
)
|
@@ -26,38 +26,6 @@ def get_provider_info():
|
|
26
26
|
"package-name": "apache-airflow-providers-yandex",
|
27
27
|
"name": "Yandex",
|
28
28
|
"description": "This package is for Yandex, including:\n\n - `Yandex.Cloud <https://cloud.yandex.com/>`__\n",
|
29
|
-
"state": "ready",
|
30
|
-
"source-date-epoch": 1742981358,
|
31
|
-
"versions": [
|
32
|
-
"4.0.3",
|
33
|
-
"4.0.2",
|
34
|
-
"4.0.1",
|
35
|
-
"4.0.0",
|
36
|
-
"3.12.0",
|
37
|
-
"3.11.2",
|
38
|
-
"3.11.1",
|
39
|
-
"3.11.0",
|
40
|
-
"3.10.0",
|
41
|
-
"3.9.0",
|
42
|
-
"3.8.0",
|
43
|
-
"3.7.1",
|
44
|
-
"3.7.0",
|
45
|
-
"3.6.0",
|
46
|
-
"3.5.0",
|
47
|
-
"3.4.0",
|
48
|
-
"3.3.0",
|
49
|
-
"3.2.0",
|
50
|
-
"3.1.0",
|
51
|
-
"3.0.0",
|
52
|
-
"2.2.3",
|
53
|
-
"2.2.2",
|
54
|
-
"2.2.1",
|
55
|
-
"2.2.0",
|
56
|
-
"2.1.0",
|
57
|
-
"2.0.0",
|
58
|
-
"1.0.1",
|
59
|
-
"1.0.0",
|
60
|
-
],
|
61
29
|
"integrations": [
|
62
30
|
{
|
63
31
|
"integration-name": "Yandex.Cloud",
|
@@ -120,7 +88,4 @@ def get_provider_info():
|
|
120
88
|
},
|
121
89
|
}
|
122
90
|
},
|
123
|
-
"dependencies": ["apache-airflow>=2.9.0", "yandexcloud>=0.308.0", "yandex-query-client>=0.1.4"],
|
124
|
-
"optional-dependencies": {"common.compat": ["apache-airflow-providers-common-compat"]},
|
125
|
-
"devel-dependencies": ["responses>=0.25.0"],
|
126
91
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-yandex
|
3
|
-
Version: 4.0
|
3
|
+
Version: 4.1.0
|
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>
|
@@ -20,13 +20,13 @@ 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.
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0
|
24
24
|
Requires-Dist: yandexcloud>=0.308.0
|
25
25
|
Requires-Dist: yandex-query-client>=0.1.4
|
26
26
|
Requires-Dist: apache-airflow-providers-common-compat ; extra == "common-compat"
|
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/4.0
|
29
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0
|
28
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.1.0/changelog.html
|
29
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.1.0
|
30
30
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
31
31
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
32
32
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -58,7 +58,7 @@ Provides-Extra: common-compat
|
|
58
58
|
|
59
59
|
Package ``apache-airflow-providers-yandex``
|
60
60
|
|
61
|
-
Release: ``4.0
|
61
|
+
Release: ``4.1.0``
|
62
62
|
|
63
63
|
|
64
64
|
This package is for Yandex, including:
|
@@ -73,7 +73,7 @@ This is a provider package for ``yandex`` provider. All classes for this provide
|
|
73
73
|
are in ``airflow.providers.yandex`` python package.
|
74
74
|
|
75
75
|
You can find package information and changelog for the provider
|
76
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0
|
76
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.1.0/>`_.
|
77
77
|
|
78
78
|
Installation
|
79
79
|
------------
|
@@ -90,7 +90,7 @@ Requirements
|
|
90
90
|
======================= ==================
|
91
91
|
PIP package Version required
|
92
92
|
======================= ==================
|
93
|
-
``apache-airflow`` ``>=2.
|
93
|
+
``apache-airflow`` ``>=2.10.0``
|
94
94
|
``yandexcloud`` ``>=0.308.0``
|
95
95
|
``yandex-query-client`` ``>=0.1.4``
|
96
96
|
======================= ==================
|
@@ -115,5 +115,5 @@ Dependent package
|
|
115
115
|
================================================================================================================== =================
|
116
116
|
|
117
117
|
The changelog for the provider package can be found in the
|
118
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0
|
118
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.1.0/changelog.html>`_.
|
119
119
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
airflow/providers/yandex/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
2
|
-
airflow/providers/yandex/__init__.py,sha256=
|
3
|
-
airflow/providers/yandex/get_provider_info.py,sha256=
|
2
|
+
airflow/providers/yandex/__init__.py,sha256=nxkyc6zdvoL4DHrYQbceNIMuqqXbgBSoNHwadWUIiVM,1495
|
3
|
+
airflow/providers/yandex/get_provider_info.py,sha256=eihBGmOy9ljwxZQLES-Fi0RdSKWGze07VtFBRUITLP0,4015
|
4
4
|
airflow/providers/yandex/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
5
5
|
airflow/providers/yandex/hooks/dataproc.py,sha256=8ykGvlZUAjAKHpypiOYcWVJk7u-WNjfEohuyOy1Okss,1944
|
6
6
|
airflow/providers/yandex/hooks/yandex.py,sha256=9zca0C_qNH9BOpz8HyLruz5P30rt-x1YvlYXbUCIqDI,6434
|
@@ -17,7 +17,7 @@ airflow/providers/yandex/utils/credentials.py,sha256=l-8lIkQaIXTsNP_hMfP_tVADM54
|
|
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-4.0.
|
21
|
-
apache_airflow_providers_yandex-4.0.
|
22
|
-
apache_airflow_providers_yandex-4.0.
|
23
|
-
apache_airflow_providers_yandex-4.0.
|
20
|
+
apache_airflow_providers_yandex-4.1.0.dist-info/entry_points.txt,sha256=ApXKRkvdgU2QNSQovjewC0b-LptwfBGBnJB3LTgBNx8,102
|
21
|
+
apache_airflow_providers_yandex-4.1.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
22
|
+
apache_airflow_providers_yandex-4.1.0.dist-info/METADATA,sha256=gfl5wuXP9WolzsZICiaz7nImbqA4fS_s2tU7Wv7TP28,5190
|
23
|
+
apache_airflow_providers_yandex-4.1.0.dist-info/RECORD,,
|
File without changes
|