apache-airflow-providers-yandex 3.7.1__tar.gz → 3.8.0rc1__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.
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/PKG-INFO +7 -7
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/README.rst +3 -3
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/airflow/providers/yandex/__init__.py +1 -1
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/airflow/providers/yandex/get_provider_info.py +3 -2
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/airflow/providers/yandex/hooks/yandex.py +8 -2
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/airflow/providers/yandex/operators/yandexcloud_dataproc.py +6 -1
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/pyproject.toml +4 -4
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/airflow/providers/yandex/LICENSE +0 -0
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/airflow/providers/yandex/hooks/__init__.py +0 -0
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/airflow/providers/yandex/hooks/yandexcloud_dataproc.py +0 -0
- {apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/airflow/providers/yandex/operators/__init__.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-yandex
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.8.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>
|
@@ -20,11 +20,11 @@ Classifier: Programming Language :: Python :: 3.9
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
|
-
Requires-Dist: apache-airflow>=2.6.0
|
23
|
+
Requires-Dist: apache-airflow>=2.6.0.dev0
|
24
24
|
Requires-Dist: yandexcloud>=0.228.0
|
25
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
26
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
27
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
26
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.8.0/changelog.html
|
27
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.8.0
|
28
28
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
29
29
|
Project-URL: Source Code, https://github.com/apache/airflow
|
30
30
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -74,7 +74,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
74
74
|
|
75
75
|
Package ``apache-airflow-providers-yandex``
|
76
76
|
|
77
|
-
Release: ``3.
|
77
|
+
Release: ``3.8.0.rc1``
|
78
78
|
|
79
79
|
|
80
80
|
Yandex including `Yandex.Cloud <https://cloud.yandex.com/>`__
|
@@ -87,7 +87,7 @@ This is a provider package for ``yandex`` provider. All classes for this provide
|
|
87
87
|
are in ``airflow.providers.yandex`` python package.
|
88
88
|
|
89
89
|
You can find package information and changelog for the provider
|
90
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
90
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.8.0/>`_.
|
91
91
|
|
92
92
|
Installation
|
93
93
|
------------
|
@@ -109,4 +109,4 @@ PIP package Version required
|
|
109
109
|
================== ==================
|
110
110
|
|
111
111
|
The changelog for the provider package can be found in the
|
112
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
112
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.8.0/changelog.html>`_.
|
{apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/README.rst
RENAMED
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
Package ``apache-airflow-providers-yandex``
|
44
44
|
|
45
|
-
Release: ``3.
|
45
|
+
Release: ``3.8.0.rc1``
|
46
46
|
|
47
47
|
|
48
48
|
Yandex including `Yandex.Cloud <https://cloud.yandex.com/>`__
|
@@ -55,7 +55,7 @@ This is a provider package for ``yandex`` provider. All classes for this provide
|
|
55
55
|
are in ``airflow.providers.yandex`` python package.
|
56
56
|
|
57
57
|
You can find package information and changelog for the provider
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.8.0/>`_.
|
59
59
|
|
60
60
|
Installation
|
61
61
|
------------
|
@@ -77,4 +77,4 @@ PIP package Version required
|
|
77
77
|
================== ==================
|
78
78
|
|
79
79
|
The changelog for the provider package can be found in the
|
80
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
80
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.8.0/changelog.html>`_.
|
@@ -27,9 +27,10 @@ def get_provider_info():
|
|
27
27
|
"package-name": "apache-airflow-providers-yandex",
|
28
28
|
"name": "Yandex",
|
29
29
|
"description": "Yandex including `Yandex.Cloud <https://cloud.yandex.com/>`__\n",
|
30
|
-
"
|
31
|
-
"source-date-epoch":
|
30
|
+
"state": "ready",
|
31
|
+
"source-date-epoch": 1705912322,
|
32
32
|
"versions": [
|
33
|
+
"3.8.0",
|
33
34
|
"3.7.1",
|
34
35
|
"3.7.0",
|
35
36
|
"3.6.0",
|
@@ -104,7 +104,12 @@ class YandexCloudBaseHook(BaseHook):
|
|
104
104
|
)
|
105
105
|
).strip()
|
106
106
|
except KeyError:
|
107
|
-
warnings.warn(
|
107
|
+
warnings.warn(
|
108
|
+
f"Hook '{cls.hook_name}' info is not initialized in airflow.ProviderManager",
|
109
|
+
UserWarning,
|
110
|
+
stacklevel=2,
|
111
|
+
)
|
112
|
+
|
108
113
|
return None
|
109
114
|
|
110
115
|
@classmethod
|
@@ -123,8 +128,9 @@ class YandexCloudBaseHook(BaseHook):
|
|
123
128
|
default_folder_id: str | None = None,
|
124
129
|
default_public_ssh_key: str | None = None,
|
125
130
|
default_service_account_id: str | None = None,
|
131
|
+
**kwargs,
|
126
132
|
) -> None:
|
127
|
-
super().__init__()
|
133
|
+
super().__init__(**kwargs)
|
128
134
|
if connection_id:
|
129
135
|
warnings.warn(
|
130
136
|
"Using `connection_id` is deprecated. Please use `yandex_conn_id` parameter.",
|
@@ -20,6 +20,7 @@ import warnings
|
|
20
20
|
from dataclasses import dataclass
|
21
21
|
from typing import TYPE_CHECKING, Iterable, Sequence
|
22
22
|
|
23
|
+
from airflow.exceptions import AirflowProviderDeprecationWarning
|
23
24
|
from airflow.models import BaseOperator
|
24
25
|
from airflow.providers.yandex.hooks.yandexcloud_dataproc import DataprocHook
|
25
26
|
|
@@ -261,7 +262,11 @@ class DataprocBaseOperator(BaseOperator):
|
|
261
262
|
if self.yandex_conn_id is None:
|
262
263
|
xcom_yandex_conn_id = context["task_instance"].xcom_pull(key="yandexcloud_connection_id")
|
263
264
|
if xcom_yandex_conn_id:
|
264
|
-
warnings.warn(
|
265
|
+
warnings.warn(
|
266
|
+
"Implicit pass of `yandex_conn_id` is deprecated, please pass it explicitly",
|
267
|
+
AirflowProviderDeprecationWarning,
|
268
|
+
stacklevel=2,
|
269
|
+
)
|
265
270
|
self.yandex_conn_id = xcom_yandex_conn_id
|
266
271
|
|
267
272
|
return DataprocHook(yandex_conn_id=self.yandex_conn_id)
|
{apache_airflow_providers_yandex-3.7.1 → apache_airflow_providers_yandex-3.8.0rc1}/pyproject.toml
RENAMED
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
28
28
|
|
29
29
|
[project]
|
30
30
|
name = "apache-airflow-providers-yandex"
|
31
|
-
version = "3.
|
31
|
+
version = "3.8.0.rc1"
|
32
32
|
description = "Provider package apache-airflow-providers-yandex for Apache Airflow"
|
33
33
|
readme = "README.rst"
|
34
34
|
authors = [
|
@@ -55,13 +55,13 @@ classifiers = [
|
|
55
55
|
]
|
56
56
|
requires-python = "~=3.8"
|
57
57
|
dependencies = [
|
58
|
-
"apache-airflow>=2.6.0",
|
58
|
+
"apache-airflow>=2.6.0.dev0",
|
59
59
|
"yandexcloud>=0.228.0",
|
60
60
|
]
|
61
61
|
|
62
62
|
[project.urls]
|
63
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
64
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.
|
63
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.8.0"
|
64
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.8.0/changelog.html"
|
65
65
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
66
66
|
"Source Code" = "https://github.com/apache/airflow"
|
67
67
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
File without changes
|
File without changes
|
File without changes
|