apache-airflow-providers-yandex 4.2.1__py3-none-any.whl → 4.3.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
- {apache_airflow_providers_yandex-4.2.1.dist-info → apache_airflow_providers_yandex-4.3.0rc1.dist-info}/METADATA +9 -9
- {apache_airflow_providers_yandex-4.2.1.dist-info → apache_airflow_providers_yandex-4.3.0rc1.dist-info}/RECORD +7 -7
- {apache_airflow_providers_yandex-4.2.1.dist-info → apache_airflow_providers_yandex-4.3.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_yandex-4.2.1.dist-info → apache_airflow_providers_yandex-4.3.0rc1.dist-info}/entry_points.txt +0 -0
- {apache_airflow_providers_yandex-4.2.1.dist-info → apache_airflow_providers_yandex-4.3.0rc1.dist-info}/licenses/LICENSE +0 -0
- {apache_airflow_providers_yandex-4.2.1.dist-info → apache_airflow_providers_yandex-4.3.0rc1.dist-info}/licenses/NOTICE +0 -0
|
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "4.
|
|
32
|
+
__version__ = "4.3.0"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
|
-
"2.
|
|
35
|
+
"2.11.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.11.0+"
|
|
39
39
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-yandex
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.3.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,14 +21,14 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
21
21
|
Classifier: Topic :: System :: Monitoring
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
License-File: NOTICE
|
|
24
|
-
Requires-Dist: apache-airflow>=2.
|
|
24
|
+
Requires-Dist: apache-airflow>=2.11.0rc1
|
|
25
25
|
Requires-Dist: yandexcloud>=0.308.0; python_version < '3.13'
|
|
26
26
|
Requires-Dist: yandex-query-client>=0.1.4; python_version < '3.13'
|
|
27
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.8.
|
|
27
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.8.0rc1
|
|
28
28
|
Requires-Dist: apache-airflow-providers-common-compat ; extra == "common-compat"
|
|
29
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
30
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.
|
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.
|
|
30
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-yandex/4.3.0/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-yandex/4.3.0
|
|
32
32
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
33
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
34
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -60,7 +60,7 @@ Provides-Extra: common-compat
|
|
|
60
60
|
|
|
61
61
|
Package ``apache-airflow-providers-yandex``
|
|
62
62
|
|
|
63
|
-
Release: ``4.
|
|
63
|
+
Release: ``4.3.0``
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
This package is for Yandex, including:
|
|
@@ -75,7 +75,7 @@ This is a provider package for ``yandex`` provider. All classes for this provide
|
|
|
75
75
|
are in ``airflow.providers.yandex`` python package.
|
|
76
76
|
|
|
77
77
|
You can find package information and changelog for the provider
|
|
78
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.
|
|
78
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.3.0/>`_.
|
|
79
79
|
|
|
80
80
|
Installation
|
|
81
81
|
------------
|
|
@@ -92,7 +92,7 @@ Requirements
|
|
|
92
92
|
========================================== ======================================
|
|
93
93
|
PIP package Version required
|
|
94
94
|
========================================== ======================================
|
|
95
|
-
``apache-airflow`` ``>=2.
|
|
95
|
+
``apache-airflow`` ``>=2.11.0``
|
|
96
96
|
``yandexcloud`` ``>=0.308.0; python_version < "3.13"``
|
|
97
97
|
``yandex-query-client`` ``>=0.1.4; python_version < "3.13"``
|
|
98
98
|
``apache-airflow-providers-common-compat`` ``>=1.8.0``
|
|
@@ -127,5 +127,5 @@ Extra Dependencies
|
|
|
127
127
|
================= ==========================================
|
|
128
128
|
|
|
129
129
|
The changelog for the provider package can be found in the
|
|
130
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.
|
|
130
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.3.0/changelog.html>`_.
|
|
131
131
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
airflow/providers/yandex/__init__.py,sha256=
|
|
1
|
+
airflow/providers/yandex/__init__.py,sha256=DW1uyyV6tskuQaYgwGpKh03MPLaTxgR33L7_3C0evWI,1495
|
|
2
2
|
airflow/providers/yandex/get_provider_info.py,sha256=eihBGmOy9ljwxZQLES-Fi0RdSKWGze07VtFBRUITLP0,4015
|
|
3
3
|
airflow/providers/yandex/version_compat.py,sha256=vtJvU2K5KMXOjTPGDc58tkbBn6Ys8SEro15TNMrIO5Q,1296
|
|
4
4
|
airflow/providers/yandex/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
@@ -17,9 +17,9 @@ 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.
|
|
21
|
-
apache_airflow_providers_yandex-4.
|
|
22
|
-
apache_airflow_providers_yandex-4.
|
|
23
|
-
apache_airflow_providers_yandex-4.
|
|
24
|
-
apache_airflow_providers_yandex-4.
|
|
25
|
-
apache_airflow_providers_yandex-4.
|
|
20
|
+
apache_airflow_providers_yandex-4.3.0rc1.dist-info/entry_points.txt,sha256=ApXKRkvdgU2QNSQovjewC0b-LptwfBGBnJB3LTgBNx8,102
|
|
21
|
+
apache_airflow_providers_yandex-4.3.0rc1.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
22
|
+
apache_airflow_providers_yandex-4.3.0rc1.dist-info/licenses/NOTICE,sha256=E3-_E02gwwSEFzeeWPKmnIjOoos3hW28CLISV6sYrbQ,168
|
|
23
|
+
apache_airflow_providers_yandex-4.3.0rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
24
|
+
apache_airflow_providers_yandex-4.3.0rc1.dist-info/METADATA,sha256=WQSx0M3I8wfhGjcnBERQFqmPsFHkv-DC-ls7yGKfdqM,5913
|
|
25
|
+
apache_airflow_providers_yandex-4.3.0rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|