apache-airflow-providers-yandex 4.0.0rc2__py3-none-any.whl → 4.0.1rc1__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.
@@ -199,55 +199,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
199
199
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
  See the License for the specific language governing permissions and
201
201
  limitations under the License.
202
-
203
- ============================================================================
204
- APACHE AIRFLOW SUBCOMPONENTS:
205
-
206
- The Apache Airflow project contains subcomponents with separate copyright
207
- notices and license terms. Your use of the source code for the these
208
- subcomponents is subject to the terms and conditions of the following
209
- licenses.
210
-
211
-
212
- ========================================================================
213
- Third party Apache 2.0 licenses
214
- ========================================================================
215
-
216
- The following components are provided under the Apache 2.0 License.
217
- See project link for details. The text of each license is also included
218
- at 3rd-party-licenses/LICENSE-[project].txt.
219
-
220
- (ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
221
- (ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
222
- (ALv2 License) bootstrap3-typeahead v4.0.2 (https://github.com/bassjobsen/Bootstrap-3-Typeahead)
223
- (ALv2 License) connexion v2.7.0 (https://github.com/zalando/connexion)
224
-
225
- ========================================================================
226
- MIT licenses
227
- ========================================================================
228
-
229
- The following components are provided under the MIT License. See project link for details.
230
- The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
231
-
232
- (MIT License) jquery v3.5.1 (https://jquery.org/license/)
233
- (MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
234
- (MIT License) bootstrap v3.4.1 (https://github.com/twbs/bootstrap/)
235
- (MIT License) d3-tip v0.9.1 (https://github.com/Caged/d3-tip)
236
- (MIT License) dataTables v1.10.25 (https://datatables.net)
237
- (MIT License) normalize.css v3.0.2 (http://necolas.github.io/normalize.css/)
238
- (MIT License) ElasticMock v1.3.2 (https://github.com/vrcmarcos/elasticmock)
239
- (MIT License) MomentJS v2.24.0 (http://momentjs.com/)
240
- (MIT License) eonasdan-bootstrap-datetimepicker v4.17.49 (https://github.com/eonasdan/bootstrap-datetimepicker/)
241
-
242
- ========================================================================
243
- BSD 3-Clause licenses
244
- ========================================================================
245
- The following components are provided under the BSD 3-Clause license. See project links for details.
246
- The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
247
-
248
- (BSD 3 License) d3 v5.16.0 (https://d3js.org)
249
- (BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
250
- (BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
251
-
252
- ========================================================================
253
- See 3rd-party-licenses/LICENSES-ui.txt for packages used in `/airflow/www`
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.0.0"
32
+ __version__ = "4.0.1"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.9.0"
@@ -15,8 +15,7 @@
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
17
 
18
- # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
19
- # OVERWRITTEN WHEN PREPARING PACKAGES.
18
+ # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
20
19
  #
21
20
  # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
21
  # `get_provider_info_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
@@ -28,8 +27,9 @@ def get_provider_info():
28
27
  "name": "Yandex",
29
28
  "description": "This package is for Yandex, including:\n\n - `Yandex.Cloud <https://cloud.yandex.com/>`__\n",
30
29
  "state": "ready",
31
- "source-date-epoch": 1734537491,
30
+ "source-date-epoch": 1739964637,
32
31
  "versions": [
32
+ "4.0.1",
33
33
  "4.0.0",
34
34
  "3.12.0",
35
35
  "3.11.2",
@@ -56,26 +56,25 @@ def get_provider_info():
56
56
  "1.0.1",
57
57
  "1.0.0",
58
58
  ],
59
- "dependencies": ["apache-airflow>=2.9.0", "yandexcloud>=0.308.0", "yandex-query-client>=0.1.4"],
60
59
  "integrations": [
61
60
  {
62
61
  "integration-name": "Yandex.Cloud",
63
62
  "external-doc-url": "https://cloud.yandex.com/",
64
- "logo": "/integration-logos/yandex/Yandex-Cloud.png",
63
+ "logo": "/docs/integration-logos/Yandex-Cloud.png",
65
64
  "tags": ["service"],
66
65
  },
67
66
  {
68
67
  "integration-name": "Yandex.Cloud Dataproc",
69
68
  "external-doc-url": "https://cloud.yandex.com/dataproc",
70
69
  "how-to-guide": ["/docs/apache-airflow-providers-yandex/operators/dataproc.rst"],
71
- "logo": "/integration-logos/yandex/Yandex-Cloud.png",
70
+ "logo": "/docs/integration-logos/Yandex-Cloud.png",
72
71
  "tags": ["service"],
73
72
  },
74
73
  {
75
74
  "integration-name": "Yandex.Cloud YQ",
76
75
  "external-doc-url": "https://cloud.yandex.com/en/services/query",
77
76
  "how-to-guide": ["/docs/apache-airflow-providers-yandex/operators/yq.rst"],
78
- "logo": "/integration-logos/yandex/Yandex-Cloud.png",
77
+ "logo": "/docs/integration-logos/Yandex-Cloud.png",
79
78
  "tags": ["service"],
80
79
  },
81
80
  ],
@@ -119,4 +118,5 @@ def get_provider_info():
119
118
  },
120
119
  }
121
120
  },
121
+ "dependencies": ["apache-airflow>=2.9.0", "yandexcloud>=0.308.0", "yandex-query-client>=0.1.4"],
122
122
  }
@@ -23,7 +23,12 @@ from airflow.models import BaseOperatorLink, XCom
23
23
  if TYPE_CHECKING:
24
24
  from airflow.models import BaseOperator
25
25
  from airflow.models.taskinstancekey import TaskInstanceKey
26
- from airflow.utils.context import Context
26
+
27
+ try:
28
+ from airflow.sdk.definitions.context import Context
29
+ except ImportError:
30
+ # TODO: Remove once provider drops support for Airflow 2
31
+ from airflow.utils.context import Context
27
32
 
28
33
  XCOM_WEBLINK_KEY = "web_link"
29
34
 
@@ -24,7 +24,11 @@ from airflow.models import BaseOperator
24
24
  from airflow.providers.yandex.hooks.dataproc import DataprocHook
25
25
 
26
26
  if TYPE_CHECKING:
27
- from airflow.utils.context import Context
27
+ try:
28
+ from airflow.sdk.definitions.context import Context
29
+ except ImportError:
30
+ # TODO: Remove once provider drops support for Airflow 2
31
+ from airflow.utils.context import Context
28
32
 
29
33
 
30
34
  @dataclass
@@ -25,7 +25,11 @@ from airflow.providers.yandex.hooks.yq import YQHook
25
25
  from airflow.providers.yandex.links.yq import YQLink
26
26
 
27
27
  if TYPE_CHECKING:
28
- from airflow.utils.context import Context
28
+ try:
29
+ from airflow.sdk.definitions.context import Context
30
+ except ImportError:
31
+ # TODO: Remove once provider drops support for Airflow 2
32
+ from airflow.utils.context import Context
29
33
 
30
34
 
31
35
  class YQExecuteQueryOperator(BaseOperator):
@@ -21,14 +21,14 @@ from __future__ import annotations
21
21
  from functools import cached_property
22
22
  from typing import Any
23
23
 
24
+ import yandexcloud
25
+
24
26
  import yandex.cloud.lockbox.v1.payload_pb2 as payload_pb
25
27
  import yandex.cloud.lockbox.v1.payload_service_pb2 as payload_service_pb
26
28
  import yandex.cloud.lockbox.v1.payload_service_pb2_grpc as payload_service_pb_grpc
27
29
  import yandex.cloud.lockbox.v1.secret_pb2 as secret_pb
28
30
  import yandex.cloud.lockbox.v1.secret_service_pb2 as secret_service_pb
29
31
  import yandex.cloud.lockbox.v1.secret_service_pb2_grpc as secret_service_pb_grpc
30
- import yandexcloud
31
-
32
32
  from airflow.models import Connection
33
33
  from airflow.providers.yandex.utils.credentials import get_credentials
34
34
  from airflow.providers.yandex.utils.defaults import default_conn_name
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: apache-airflow-providers-yandex
3
- Version: 4.0.0rc2
3
+ Version: 4.0.1rc1
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,34 +21,17 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: apache-airflow>=2.9.0rc0
24
- Requires-Dist: yandex-query-client>=0.1.4
25
24
  Requires-Dist: yandexcloud>=0.308.0
25
+ Requires-Dist: yandex-query-client>=0.1.4
26
26
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
27
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.0/changelog.html
28
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.0
27
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.1/changelog.html
28
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.1
29
29
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
30
30
  Project-URL: Source Code, https://github.com/apache/airflow
31
31
  Project-URL: Twitter, https://x.com/ApacheAirflow
32
32
  Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
33
33
 
34
34
 
35
- .. Licensed to the Apache Software Foundation (ASF) under one
36
- or more contributor license agreements. See the NOTICE file
37
- distributed with this work for additional information
38
- regarding copyright ownership. The ASF licenses this file
39
- to you under the Apache License, Version 2.0 (the
40
- "License"); you may not use this file except in compliance
41
- with the License. You may obtain a copy of the License at
42
-
43
- .. http://www.apache.org/licenses/LICENSE-2.0
44
-
45
- .. Unless required by applicable law or agreed to in writing,
46
- software distributed under the License is distributed on an
47
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
48
- KIND, either express or implied. See the License for the
49
- specific language governing permissions and limitations
50
- under the License.
51
-
52
35
  .. Licensed to the Apache Software Foundation (ASF) under one
53
36
  or more contributor license agreements. See the NOTICE file
54
37
  distributed with this work for additional information
@@ -66,8 +49,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
66
49
  specific language governing permissions and limitations
67
50
  under the License.
68
51
 
69
- .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
70
- OVERWRITTEN WHEN PREPARING PACKAGES.
52
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
71
53
 
72
54
  .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
73
55
  `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
@@ -75,7 +57,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
75
57
 
76
58
  Package ``apache-airflow-providers-yandex``
77
59
 
78
- Release: ``4.0.0.rc2``
60
+ Release: ``4.0.1``
79
61
 
80
62
 
81
63
  This package is for Yandex, including:
@@ -90,7 +72,7 @@ This is a provider package for ``yandex`` provider. All classes for this provide
90
72
  are in ``airflow.providers.yandex`` python package.
91
73
 
92
74
  You can find package information and changelog for the provider
93
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.0/>`_.
75
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.1/>`_.
94
76
 
95
77
  Installation
96
78
  ------------
@@ -113,4 +95,5 @@ PIP package Version required
113
95
  ======================= ==================
114
96
 
115
97
  The changelog for the provider package can be found in the
116
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.0/changelog.html>`_.
98
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.1/changelog.html>`_.
99
+
@@ -1,23 +1,23 @@
1
- airflow/providers/yandex/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
- airflow/providers/yandex/__init__.py,sha256=m2ruvDYYUCBehJ3b6I7vAwXlsID-4pBahWYBwcWOHGc,1493
3
- airflow/providers/yandex/get_provider_info.py,sha256=RsccI_oEi1VUlbtGRRyYH4bSV0vCXYnmIsT7STdekcc,4782
1
+ airflow/providers/yandex/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
+ airflow/providers/yandex/__init__.py,sha256=kcKjTAokObszuctCH-h0PJKWn9pFzDPmTL8QS0iwzIQ,1493
3
+ airflow/providers/yandex/get_provider_info.py,sha256=3wtr6bdyWRTUz2aZZI6c34Lzs5HNb9ihgVVOqEiGaas,4771
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
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=jsy3liqQFk1eSSdK9YDbor0Epp7ng_q2ueVIwsD2i-8,1578
9
+ airflow/providers/yandex/links/yq.py,sha256=qYWE8jxUpzH2kFCOtjUv4Mk-8wOV2Ns_3J1iiXJ9sNY,1741
10
10
  airflow/providers/yandex/operators/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
11
- airflow/providers/yandex/operators/dataproc.py,sha256=6lFe7BfVVauUx6dHGGfspmLSufO9hAmQSyz5-XTwMZk,25654
12
- airflow/providers/yandex/operators/yq.py,sha256=LCw8uHhU0slB13yOUXCSzTDtmv1_ehPWvWwQeYSfcco,3250
11
+ airflow/providers/yandex/operators/dataproc.py,sha256=Ir9RPYT0jYeFof2SlFG0kaLgYXrr7axltoMB5MlC1wY,25816
12
+ airflow/providers/yandex/operators/yq.py,sha256=1MxiWDG2fAZ3Rw82vLEHsmvjNQcZsO00ujt135RsEA0,3412
13
13
  airflow/providers/yandex/secrets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
14
- airflow/providers/yandex/secrets/lockbox.py,sha256=gUYWJE2qEvAZRz35qv0iKYK33BGnWesahZFuQgK5_kM,12168
14
+ airflow/providers/yandex/secrets/lockbox.py,sha256=o0Rtl3ZkyRSIcJY07ZuWkdla--inxrXr2Zmr0mxYlYQ,12168
15
15
  airflow/providers/yandex/utils/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
16
16
  airflow/providers/yandex/utils/credentials.py,sha256=l-8lIkQaIXTsNP_hMfP_tVADM54ZdV70J4563Ig7r4M,3487
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.0rc2.dist-info/entry_points.txt,sha256=ApXKRkvdgU2QNSQovjewC0b-LptwfBGBnJB3LTgBNx8,102
21
- apache_airflow_providers_yandex-4.0.0rc2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
22
- apache_airflow_providers_yandex-4.0.0rc2.dist-info/METADATA,sha256=NqyOmXQUDdd_pSW4T65uuB50pVqnObhO-htR10ND15A,4853
23
- apache_airflow_providers_yandex-4.0.0rc2.dist-info/RECORD,,
20
+ apache_airflow_providers_yandex-4.0.1rc1.dist-info/entry_points.txt,sha256=ApXKRkvdgU2QNSQovjewC0b-LptwfBGBnJB3LTgBNx8,102
21
+ apache_airflow_providers_yandex-4.0.1rc1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
22
+ apache_airflow_providers_yandex-4.0.1rc1.dist-info/METADATA,sha256=3Asj3Kj_a5v9VTOrJmYcGF7vDGGs39BUHXmiWi2fzFc,4024
23
+ apache_airflow_providers_yandex-4.0.1rc1.dist-info/RECORD,,