apache-airflow-providers-yandex 4.0.2__tar.gz → 4.0.3__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.
Files changed (22) hide show
  1. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/PKG-INFO +8 -8
  2. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/README.rst +4 -4
  3. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/pyproject.toml +6 -5
  4. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/__init__.py +1 -1
  5. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/get_provider_info.py +3 -2
  6. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/links/yq.py +2 -2
  7. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/LICENSE +0 -0
  8. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/hooks/__init__.py +0 -0
  9. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/hooks/dataproc.py +0 -0
  10. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/hooks/yandex.py +0 -0
  11. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/hooks/yq.py +0 -0
  12. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/links/__init__.py +0 -0
  13. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/operators/__init__.py +0 -0
  14. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/operators/dataproc.py +0 -0
  15. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/operators/yq.py +0 -0
  16. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/secrets/__init__.py +0 -0
  17. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/secrets/lockbox.py +0 -0
  18. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/utils/__init__.py +0 -0
  19. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/utils/credentials.py +0 -0
  20. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/utils/defaults.py +0 -0
  21. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/utils/fields.py +0 -0
  22. {apache_airflow_providers_yandex-4.0.2 → apache_airflow_providers_yandex-4.0.3}/src/airflow/providers/yandex/utils/user_agent.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-yandex
3
- Version: 4.0.2
3
+ Version: 4.0.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>
@@ -25,11 +25,11 @@ Requires-Dist: yandexcloud>=0.308.0
25
25
  Requires-Dist: yandex-query-client>=0.1.4
26
26
  Requires-Dist: apache-airflow-providers-common-compat ; extra == "common-compat"
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/4.0.2/changelog.html
29
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.2
28
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.3/changelog.html
29
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.3
30
+ Project-URL: Mastodon, https://fosstodon.org/@airflow
30
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
31
32
  Project-URL: Source Code, https://github.com/apache/airflow
32
- Project-URL: Twitter, https://x.com/ApacheAirflow
33
33
  Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
34
34
  Provides-Extra: common-compat
35
35
 
@@ -58,7 +58,7 @@ Provides-Extra: common-compat
58
58
 
59
59
  Package ``apache-airflow-providers-yandex``
60
60
 
61
- Release: ``4.0.2``
61
+ Release: ``4.0.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.0.2/>`_.
76
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.3/>`_.
77
77
 
78
78
  Installation
79
79
  ------------
@@ -99,7 +99,7 @@ Cross provider package dependencies
99
99
  -----------------------------------
100
100
 
101
101
  Those are dependencies that might be needed in order to use all the features of the package.
102
- You need to install the specified provider packages in order to use them.
102
+ You need to install the specified providers in order to use them.
103
103
 
104
104
  You can install such cross-provider dependencies when installing from PyPI. For example:
105
105
 
@@ -115,5 +115,5 @@ Dependent package
115
115
  ================================================================================================================== =================
116
116
 
117
117
  The changelog for the provider package can be found in the
118
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.2/changelog.html>`_.
118
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.3/changelog.html>`_.
119
119
 
@@ -23,7 +23,7 @@
23
23
 
24
24
  Package ``apache-airflow-providers-yandex``
25
25
 
26
- Release: ``4.0.2``
26
+ Release: ``4.0.3``
27
27
 
28
28
 
29
29
  This package is for Yandex, including:
@@ -38,7 +38,7 @@ This is a provider package for ``yandex`` provider. All classes for this provide
38
38
  are in ``airflow.providers.yandex`` python package.
39
39
 
40
40
  You can find package information and changelog for the provider
41
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.2/>`_.
41
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.3/>`_.
42
42
 
43
43
  Installation
44
44
  ------------
@@ -64,7 +64,7 @@ Cross provider package dependencies
64
64
  -----------------------------------
65
65
 
66
66
  Those are dependencies that might be needed in order to use all the features of the package.
67
- You need to install the specified provider packages in order to use them.
67
+ You need to install the specified providers in order to use them.
68
68
 
69
69
  You can install such cross-provider dependencies when installing from PyPI. For example:
70
70
 
@@ -80,4 +80,4 @@ Dependent package
80
80
  ================================================================================================================== =================
81
81
 
82
82
  The changelog for the provider package can be found in the
83
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.2/changelog.html>`_.
83
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.3/changelog.html>`_.
@@ -20,12 +20,12 @@
20
20
  # IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE TEMPLATE
21
21
  # `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
22
22
  [build-system]
23
- requires = ["flit_core==3.11.0"]
23
+ requires = ["flit_core==3.12.0"]
24
24
  build-backend = "flit_core.buildapi"
25
25
 
26
26
  [project]
27
27
  name = "apache-airflow-providers-yandex"
28
- version = "4.0.2"
28
+ version = "4.0.3"
29
29
  description = "Provider package apache-airflow-providers-yandex for Apache Airflow"
30
30
  readme = "README.rst"
31
31
  authors = [
@@ -76,6 +76,7 @@ dev = [
76
76
  "apache-airflow-devel-common",
77
77
  "apache-airflow-providers-common-compat",
78
78
  # Additional devel dependencies (do not remove this line and add extra development dependencies)
79
+ "responses>=0.25.0",
79
80
  ]
80
81
 
81
82
  [tool.uv.sources]
@@ -89,12 +90,12 @@ apache-airflow-providers-fab = {workspace = true}
89
90
  apache-airflow-providers-standard = {workspace = true}
90
91
 
91
92
  [project.urls]
92
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.2"
93
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.2/changelog.html"
93
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.3"
94
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-yandex/4.0.3/changelog.html"
94
95
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
95
96
  "Source Code" = "https://github.com/apache/airflow"
96
97
  "Slack Chat" = "https://s.apache.org/airflow-slack"
97
- "Twitter" = "https://x.com/ApacheAirflow"
98
+ "Mastodon" = "https://fosstodon.org/@airflow"
98
99
  "YouTube" = "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/"
99
100
 
100
101
  [project.entry-points."apache_airflow_provider"]
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.0.2"
32
+ __version__ = "4.0.3"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.9.0"
@@ -27,8 +27,9 @@ def get_provider_info():
27
27
  "name": "Yandex",
28
28
  "description": "This package is for Yandex, including:\n\n - `Yandex.Cloud <https://cloud.yandex.com/>`__\n",
29
29
  "state": "ready",
30
- "source-date-epoch": 1741510019,
30
+ "source-date-epoch": 1742981358,
31
31
  "versions": [
32
+ "4.0.3",
32
33
  "4.0.2",
33
34
  "4.0.1",
34
35
  "4.0.0",
@@ -121,5 +122,5 @@ def get_provider_info():
121
122
  },
122
123
  "dependencies": ["apache-airflow>=2.9.0", "yandexcloud>=0.308.0", "yandex-query-client>=0.1.4"],
123
124
  "optional-dependencies": {"common.compat": ["apache-airflow-providers-common-compat"]},
124
- "devel-dependencies": [],
125
+ "devel-dependencies": ["responses>=0.25.0"],
125
126
  }
@@ -18,8 +18,6 @@ from __future__ import annotations
18
18
 
19
19
  from typing import TYPE_CHECKING
20
20
 
21
- from airflow.models import XCom
22
-
23
21
  if TYPE_CHECKING:
24
22
  from airflow.models import BaseOperator
25
23
  from airflow.models.taskinstancekey import TaskInstanceKey
@@ -34,7 +32,9 @@ from airflow.providers.common.compat.version_compat import AIRFLOW_V_3_0_PLUS
34
32
 
35
33
  if AIRFLOW_V_3_0_PLUS:
36
34
  from airflow.sdk import BaseOperatorLink
35
+ from airflow.sdk.execution_time.xcom import XCom
37
36
  else:
37
+ from airflow.models import XCom # type: ignore[no-redef]
38
38
  from airflow.models.baseoperatorlink import BaseOperatorLink # type: ignore[no-redef]
39
39
 
40
40
  XCOM_WEBLINK_KEY = "web_link"