apache-airflow-providers-yandex 3.11.1__py3-none-any.whl → 3.11.2__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.
@@ -215,7 +215,7 @@ Third party Apache 2.0 licenses
215
215
 
216
216
  The following components are provided under the Apache 2.0 License.
217
217
  See project link for details. The text of each license is also included
218
- at licenses/LICENSE-[project].txt.
218
+ at 3rd-party-licenses/LICENSE-[project].txt.
219
219
 
220
220
  (ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
221
221
  (ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
@@ -227,7 +227,7 @@ MIT licenses
227
227
  ========================================================================
228
228
 
229
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 licenses/LICENSE-[project].txt.
230
+ The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
231
231
 
232
232
  (MIT License) jquery v3.5.1 (https://jquery.org/license/)
233
233
  (MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
@@ -243,11 +243,11 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
243
243
  BSD 3-Clause licenses
244
244
  ========================================================================
245
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 licenses/LICENSE-[project].txt.
246
+ The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
247
247
 
248
248
  (BSD 3 License) d3 v5.16.0 (https://d3js.org)
249
249
  (BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
250
250
  (BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
251
251
 
252
252
  ========================================================================
253
- See licenses/LICENSES-ui.txt for packages used in `/airflow/www`
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__ = "3.11.1"
32
+ __version__ = "3.11.2"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.7.0"
@@ -28,8 +28,9 @@ def get_provider_info():
28
28
  "name": "Yandex",
29
29
  "description": "This package is for Yandex, including:\n\n - `Yandex.Cloud <https://cloud.yandex.com/>`__\n",
30
30
  "state": "ready",
31
- "source-date-epoch": 1716289256,
31
+ "source-date-epoch": 1718605606,
32
32
  "versions": [
33
+ "3.11.2",
33
34
  "3.11.1",
34
35
  "3.11.0",
35
36
  "3.10.0",
@@ -53,7 +54,11 @@ def get_provider_info():
53
54
  "1.0.1",
54
55
  "1.0.0",
55
56
  ],
56
- "dependencies": ["apache-airflow>=2.7.0", "yandexcloud>=0.278.0", "yandex-query-client>=0.1.4"],
57
+ "dependencies": [
58
+ "apache-airflow>=2.7.0",
59
+ "yandexcloud>=0.278.0,!=0.289.0,!=0.290.0,<0.292.0",
60
+ "yandex-query-client>=0.1.4",
61
+ ],
57
62
  "integrations": [
58
63
  {
59
64
  "integration-name": "Yandex.Cloud",
@@ -80,7 +80,7 @@ class YQHook(YandexCloudBaseHook):
80
80
  return self.client.get_query(query_id)
81
81
 
82
82
  def get_query_status(self, query_id: str) -> str:
83
- """Get status fo the query.
83
+ """Get status of the query.
84
84
 
85
85
  :param query_id: ID of query.
86
86
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-yandex
3
- Version: 3.11.1
3
+ Version: 3.11.2
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>
@@ -23,10 +23,10 @@ Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
24
  Requires-Dist: apache-airflow>=2.7.0
25
25
  Requires-Dist: yandex-query-client>=0.1.4
26
- Requires-Dist: yandexcloud>=0.278.0
26
+ Requires-Dist: yandexcloud>=0.278.0,!=0.289.0,!=0.290.0,<0.292.0
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/3.11.1/changelog.html
29
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.1
28
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.2/changelog.html
29
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.2
30
30
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
31
31
  Project-URL: Source Code, https://github.com/apache/airflow
32
32
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -76,7 +76,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
76
76
 
77
77
  Package ``apache-airflow-providers-yandex``
78
78
 
79
- Release: ``3.11.1``
79
+ Release: ``3.11.2``
80
80
 
81
81
 
82
82
  This package is for Yandex, including:
@@ -91,7 +91,7 @@ This is a provider package for ``yandex`` provider. All classes for this provide
91
91
  are in ``airflow.providers.yandex`` python package.
92
92
 
93
93
  You can find package information and changelog for the provider
94
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.1/>`_.
94
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.2/>`_.
95
95
 
96
96
  Installation
97
97
  ------------
@@ -105,13 +105,13 @@ The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
105
105
  Requirements
106
106
  ------------
107
107
 
108
- ======================= ==================
108
+ ======================= ==========================================
109
109
  PIP package Version required
110
- ======================= ==================
110
+ ======================= ==========================================
111
111
  ``apache-airflow`` ``>=2.7.0``
112
- ``yandexcloud`` ``>=0.278.0``
112
+ ``yandexcloud`` ``>=0.278.0,!=0.289.0,!=0.290.0,<0.292.0``
113
113
  ``yandex-query-client`` ``>=0.1.4``
114
- ======================= ==================
114
+ ======================= ==========================================
115
115
 
116
116
  The changelog for the provider package can be found in the
117
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.1/changelog.html>`_.
117
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/3.11.2/changelog.html>`_.
@@ -1,11 +1,11 @@
1
- airflow/providers/yandex/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
- airflow/providers/yandex/__init__.py,sha256=YDLtjjlu9HOYq1ZymV8A6FrVMGCaF4EmVDyWYaMaZMo,1494
3
- airflow/providers/yandex/get_provider_info.py,sha256=z_jO2yskCqIQzWSD_O0ZQ1uWbCR2AV9Ve2mFcGQWbjg,4717
1
+ airflow/providers/yandex/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
+ airflow/providers/yandex/__init__.py,sha256=G8AzvXtrAVvJmVp2TEsaHPbRLEvfzmZILZfeTHipHuc,1494
3
+ airflow/providers/yandex/get_provider_info.py,sha256=wO1VKFNN4YeAGx_bF_LcbrDlBi_WPqQi02RD4nK0144,4815
4
4
  airflow/providers/yandex/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
5
  airflow/providers/yandex/hooks/dataproc.py,sha256=1UdqxDMI7uL6fNkG6oU6l2tFITF_nHXiV1VUgRqF7KY,1379
6
6
  airflow/providers/yandex/hooks/yandex.py,sha256=xJMUzGo0sNpb5-LQvgq6jDxWHK3XkNzlpoeEELREeow,7097
7
7
  airflow/providers/yandex/hooks/yandexcloud_dataproc.py,sha256=-JVJm3YLkDbJZKauCR1oCnWNkdLUJa1Fj_5HmZq1f44,1243
8
- airflow/providers/yandex/hooks/yq.py,sha256=a1J5y-LocaG89cy-A9hgbzLmVbmWrpPwjRgss-KaYVg,3477
8
+ airflow/providers/yandex/hooks/yq.py,sha256=KPOXEIfjW6m-MYZMjg0J852t-gVxXZNqRQtIgVaGZO0,3477
9
9
  airflow/providers/yandex/links/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
10
10
  airflow/providers/yandex/links/yq.py,sha256=jsy3liqQFk1eSSdK9YDbor0Epp7ng_q2ueVIwsD2i-8,1578
11
11
  airflow/providers/yandex/operators/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
@@ -19,7 +19,7 @@ airflow/providers/yandex/utils/credentials.py,sha256=6McJIitAuTROJRUSKTdWChfcZ9o
19
19
  airflow/providers/yandex/utils/defaults.py,sha256=CXt75MhGJe8echoDpl1vR4VG5bEvYDDjIHmFqckDh2w,950
20
20
  airflow/providers/yandex/utils/fields.py,sha256=1D8SDWH8h0djj5Hnk50w6BpPeNJyP-689Qfjpkr-yCg,1728
21
21
  airflow/providers/yandex/utils/user_agent.py,sha256=AC-WEzhjxkgUYOy4LdX2-nnUZdMhKRRUCJ2_TjfNm6k,1839
22
- apache_airflow_providers_yandex-3.11.1.dist-info/entry_points.txt,sha256=ApXKRkvdgU2QNSQovjewC0b-LptwfBGBnJB3LTgBNx8,102
23
- apache_airflow_providers_yandex-3.11.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
24
- apache_airflow_providers_yandex-3.11.1.dist-info/METADATA,sha256=Teoe7nxOttI_AsbkeAB_hlWBkF972Mm8KyyX1iFWcrs,4909
25
- apache_airflow_providers_yandex-3.11.1.dist-info/RECORD,,
22
+ apache_airflow_providers_yandex-3.11.2.dist-info/entry_points.txt,sha256=ApXKRkvdgU2QNSQovjewC0b-LptwfBGBnJB3LTgBNx8,102
23
+ apache_airflow_providers_yandex-3.11.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
24
+ apache_airflow_providers_yandex-3.11.2.dist-info/METADATA,sha256=ps2FeWT4Co0K0Rm1eXj06RxEco1pVj72a91lfWCf_-U,5039
25
+ apache_airflow_providers_yandex-3.11.2.dist-info/RECORD,,