apache-airflow-providers-yandex 4.3.2rc1__py3-none-any.whl → 4.3.3__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 +1 -1
- airflow/providers/yandex/links/yq.py +1 -2
- {apache_airflow_providers_yandex-4.3.2rc1.dist-info → apache_airflow_providers_yandex-4.3.3.dist-info}/METADATA +9 -18
- {apache_airflow_providers_yandex-4.3.2rc1.dist-info → apache_airflow_providers_yandex-4.3.3.dist-info}/RECORD +8 -8
- {apache_airflow_providers_yandex-4.3.2rc1.dist-info → apache_airflow_providers_yandex-4.3.3.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_yandex-4.3.2rc1.dist-info → apache_airflow_providers_yandex-4.3.3.dist-info}/entry_points.txt +0 -0
- {apache_airflow_providers_yandex-4.3.2rc1.dist-info → apache_airflow_providers_yandex-4.3.3.dist-info}/licenses/LICENSE +0 -0
- {apache_airflow_providers_yandex-4.3.2rc1.dist-info → apache_airflow_providers_yandex-4.3.3.dist-info}/licenses/NOTICE +0 -0
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "4.3.
|
|
32
|
+
__version__ = "4.3.3"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.11.0"
|
|
@@ -21,8 +21,7 @@ from typing import TYPE_CHECKING
|
|
|
21
21
|
from airflow.providers.common.compat.sdk import BaseOperatorLink, XCom
|
|
22
22
|
|
|
23
23
|
if TYPE_CHECKING:
|
|
24
|
-
from airflow.
|
|
25
|
-
from airflow.providers.common.compat.sdk import BaseOperator, Context
|
|
24
|
+
from airflow.providers.common.compat.sdk import BaseOperator, Context, TaskInstanceKey
|
|
26
25
|
|
|
27
26
|
XCOM_WEBLINK_KEY = "web_link"
|
|
28
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-yandex
|
|
3
|
-
Version: 4.3.
|
|
3
|
+
Version: 4.3.3
|
|
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,13 +21,13 @@ 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.11.
|
|
24
|
+
Requires-Dist: apache-airflow>=2.11.0
|
|
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.
|
|
27
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.13.0
|
|
28
28
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
29
|
-
Project-URL: Changelog, https://airflow.
|
|
30
|
-
Project-URL: Documentation, https://airflow.
|
|
29
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.3.3/changelog.html
|
|
30
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.3.3
|
|
31
31
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
32
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
33
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -58,7 +58,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
|
58
58
|
|
|
59
59
|
Package ``apache-airflow-providers-yandex``
|
|
60
60
|
|
|
61
|
-
Release: ``4.3.
|
|
61
|
+
Release: ``4.3.3``
|
|
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.3.
|
|
76
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.3.3/>`_.
|
|
77
77
|
|
|
78
78
|
Installation
|
|
79
79
|
------------
|
|
@@ -93,7 +93,7 @@ PIP package Version required
|
|
|
93
93
|
``apache-airflow`` ``>=2.11.0``
|
|
94
94
|
``yandexcloud`` ``>=0.308.0; python_version < "3.13"``
|
|
95
95
|
``yandex-query-client`` ``>=0.1.4; python_version < "3.13"``
|
|
96
|
-
``apache-airflow-providers-common-compat`` ``>=1.
|
|
96
|
+
``apache-airflow-providers-common-compat`` ``>=1.13.0``
|
|
97
97
|
========================================== ======================================
|
|
98
98
|
|
|
99
99
|
Cross provider package dependencies
|
|
@@ -115,15 +115,6 @@ Dependent package
|
|
|
115
115
|
`apache-airflow-providers-common-compat <https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_ ``common.compat``
|
|
116
116
|
================================================================================================================== =================
|
|
117
117
|
|
|
118
|
-
Optional dependencies
|
|
119
|
-
----------------------
|
|
120
|
-
|
|
121
|
-
================= ==========================================
|
|
122
|
-
Extra Dependencies
|
|
123
|
-
================= ==========================================
|
|
124
|
-
``common.compat`` ``apache-airflow-providers-common-compat``
|
|
125
|
-
================= ==========================================
|
|
126
|
-
|
|
127
118
|
The changelog for the provider package can be found in the
|
|
128
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.3.
|
|
119
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.3.3/changelog.html>`_.
|
|
129
120
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
airflow/providers/yandex/__init__.py,sha256=
|
|
1
|
+
airflow/providers/yandex/__init__.py,sha256=asRgq1tCW_juD54ImktT5RLRuHnq5Y8kD8PkxRrQUDk,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
|
|
@@ -6,7 +6,7 @@ airflow/providers/yandex/hooks/dataproc.py,sha256=8ykGvlZUAjAKHpypiOYcWVJk7u-WNj
|
|
|
6
6
|
airflow/providers/yandex/hooks/yandex.py,sha256=TJKvsawI8N1PDqeJPolpGg-pS80rV-ke58tbhbPGz2g,6451
|
|
7
7
|
airflow/providers/yandex/hooks/yq.py,sha256=Qh1ZTp8OVKvQ6sFzmKUMe3kbkYT5v7D4qEq6VsKtB2k,3503
|
|
8
8
|
airflow/providers/yandex/links/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
9
|
-
airflow/providers/yandex/links/yq.py,sha256=
|
|
9
|
+
airflow/providers/yandex/links/yq.py,sha256=8JHSE8Awyi9-WbdYDgnD2edXRMuneFxm-EolhfKtsWY,1499
|
|
10
10
|
airflow/providers/yandex/operators/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
11
11
|
airflow/providers/yandex/operators/dataproc.py,sha256=vsToeSUXmQLD6anhcs8vO_i63A_G0HhundhCNRmQw4k,26275
|
|
12
12
|
airflow/providers/yandex/operators/yq.py,sha256=WBF7sVVeiACA5iPcoi69mcXPE1H--_xuuT4LoZLK1mQ,3279
|
|
@@ -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=sTPOXgRv3EKyYKDjZ7iKaV2FUsCZgBWE92qEfoiSLKI,1853
|
|
20
|
-
apache_airflow_providers_yandex-4.3.
|
|
21
|
-
apache_airflow_providers_yandex-4.3.
|
|
22
|
-
apache_airflow_providers_yandex-4.3.
|
|
23
|
-
apache_airflow_providers_yandex-4.3.
|
|
24
|
-
apache_airflow_providers_yandex-4.3.
|
|
25
|
-
apache_airflow_providers_yandex-4.3.
|
|
20
|
+
apache_airflow_providers_yandex-4.3.3.dist-info/entry_points.txt,sha256=ApXKRkvdgU2QNSQovjewC0b-LptwfBGBnJB3LTgBNx8,102
|
|
21
|
+
apache_airflow_providers_yandex-4.3.3.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
22
|
+
apache_airflow_providers_yandex-4.3.3.dist-info/licenses/NOTICE,sha256=_cWHznIoUSbLCY_KfmKqetlKlsoH0c2VBjmZjElAzuc,168
|
|
23
|
+
apache_airflow_providers_yandex-4.3.3.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
24
|
+
apache_airflow_providers_yandex-4.3.3.dist-info/METADATA,sha256=SUDE0THS1oVb_31aAVd7-dHrr5ivFlYYz81NVmy3h1E,5454
|
|
25
|
+
apache_airflow_providers_yandex-4.3.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|