apache-airflow-providers-exasol 4.1.3rc1__py3-none-any.whl → 4.2.0rc2__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.

Potentially problematic release.


This version of apache-airflow-providers-exasol might be problematic. Click here for more details.

@@ -1,3 +1,4 @@
1
+ #
1
2
  # Licensed to the Apache Software Foundation (ASF) under one
2
3
  # or more contributor license agreements. See the NOTICE file
3
4
  # distributed with this work for additional information
@@ -14,3 +15,27 @@
14
15
  # KIND, either express or implied. See the License for the
15
16
  # specific language governing permissions and limitations
16
17
  # under the License.
18
+ #
19
+ # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
20
+ # OVERWRITTEN WHEN PREPARING DOCUMENTATION FOR THE PACKAGES.
21
+ #
22
+ # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
23
+ # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/provider_packages` DIRECTORY
24
+ #
25
+ from __future__ import annotations
26
+
27
+ import packaging.version
28
+
29
+ __all__ = ["__version__"]
30
+
31
+ __version__ = "4.2.0"
32
+
33
+ try:
34
+ from airflow import __version__ as airflow_version
35
+ except ImportError:
36
+ from airflow.version import version as airflow_version
37
+
38
+ if packaging.version.parse(airflow_version) < packaging.version.parse("2.4.0"):
39
+ raise RuntimeError(
40
+ f"The package `apache-airflow-providers-exasol:{__version__}` requires Apache Airflow 2.4.0+" # NOQA: E501
41
+ )
@@ -27,7 +27,9 @@ def get_provider_info():
27
27
  "package-name": "apache-airflow-providers-exasol",
28
28
  "name": "Exasol",
29
29
  "description": "`Exasol <https://docs.exasol.com/home.htm>`__\n",
30
+ "suspended": False,
30
31
  "versions": [
32
+ "4.2.0",
31
33
  "4.1.3",
32
34
  "4.1.2",
33
35
  "4.1.1",
@@ -47,7 +49,7 @@ def get_provider_info():
47
49
  "1.0.0",
48
50
  ],
49
51
  "dependencies": [
50
- "apache-airflow>=2.3.0",
52
+ "apache-airflow>=2.4.0",
51
53
  "apache-airflow-providers-common-sql>=1.3.1",
52
54
  "pyexasol>=0.5.1",
53
55
  "pandas>=0.17.1",
@@ -1,19 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-exasol
3
- Version: 4.1.3rc1
3
+ Version: 4.2.0rc2
4
4
  Summary: Provider for Apache Airflow. Implements apache-airflow-providers-exasol package
5
5
  Home-page: https://airflow.apache.org/
6
+ Download-URL: https://archive.apache.org/dist/airflow/providers
6
7
  Author: Apache Software Foundation
7
8
  Author-email: dev@airflow.apache.org
8
9
  License: Apache License 2.0
9
- Download-URL: https://archive.apache.org/dist/airflow/providers
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.1.3/
10
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.2.0/
11
11
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
12
12
  Project-URL: Source Code, https://github.com/apache/airflow
13
13
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
14
14
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
15
15
  Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
16
- Platform: UNKNOWN
17
16
  Classifier: Development Status :: 5 - Production/Stable
18
17
  Classifier: Environment :: Console
19
18
  Classifier: Environment :: Web Environment
@@ -32,7 +31,7 @@ Description-Content-Type: text/x-rst
32
31
  License-File: LICENSE
33
32
  License-File: NOTICE
34
33
  Requires-Dist: apache-airflow-providers-common-sql (>=1.3.1.dev0)
35
- Requires-Dist: apache-airflow (>=2.3.0.dev0)
34
+ Requires-Dist: apache-airflow (>=2.4.0.dev0)
36
35
  Requires-Dist: pandas (>=0.17.1)
37
36
  Requires-Dist: pyexasol (>=0.5.1)
38
37
  Provides-Extra: common.sql
@@ -59,7 +58,7 @@ Requires-Dist: apache-airflow-providers-common-sql ; extra == 'common.sql'
59
58
 
60
59
  Package ``apache-airflow-providers-exasol``
61
60
 
62
- Release: ``4.1.3rc1``
61
+ Release: ``4.2.0rc2``
63
62
 
64
63
 
65
64
  `Exasol <https://docs.exasol.com/home.htm>`__
@@ -72,7 +71,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
72
71
  are in ``airflow.providers.exasol`` python package.
73
72
 
74
73
  You can find package information and changelog for the provider
75
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.1.3/>`_.
74
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.2.0/>`_.
76
75
 
77
76
 
78
77
  Installation
@@ -90,7 +89,7 @@ Requirements
90
89
  ======================================= ==================
91
90
  PIP package Version required
92
91
  ======================================= ==================
93
- ``apache-airflow`` ``>=2.3.0``
92
+ ``apache-airflow`` ``>=2.4.0``
94
93
  ``apache-airflow-providers-common-sql`` ``>=1.3.1``
95
94
  ``pyexasol`` ``>=0.5.1``
96
95
  ``pandas`` ``>=0.17.1``
@@ -141,6 +140,26 @@ Dependent package
141
140
  Changelog
142
141
  ---------
143
142
 
143
+ 4.2.0
144
+ .....
145
+
146
+ .. note::
147
+ This release of provider is only available for Airflow 2.4+ as explained in the
148
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
149
+
150
+ Misc
151
+ ~~~~
152
+
153
+ * ``Bump minimum Airflow version in providers (#30917)``
154
+
155
+ .. Below changes are excluded from the changelog. Move them to
156
+ appropriate section above if needed. Do not delete the lines(!):
157
+ * ``Add full automation for min Airflow version for providers (#30994)``
158
+ * ``Add mechanism to suspend providers (#30422)``
159
+ * ``Use '__version__' in providers not 'version' (#31393)``
160
+ * ``Fixing circular import error in providers caused by airflow version check (#31379)``
161
+ * ``Prepare docs for May 2023 wave of Providers (#31252)``
162
+
144
163
  4.1.3
145
164
  .....
146
165
 
@@ -177,8 +196,9 @@ Bug Fixes
177
196
  4.1.0
178
197
  .....
179
198
 
180
- This release of provider is only available for Airflow 2.3+ as explained in the
181
- `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/README.md#support-for-providers>`_.
199
+ .. note::
200
+ This release of provider is only available for Airflow 2.3+ as explained in the
201
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
182
202
 
183
203
  Misc
184
204
  ~~~~
@@ -241,8 +261,9 @@ Features
241
261
  Breaking changes
242
262
  ~~~~~~~~~~~~~~~~
243
263
 
244
- * This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow
245
- providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers
264
+ .. note::
265
+ This release of provider is only available for Airflow 2.2+ as explained in the
266
+ `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
246
267
 
247
268
  Bug Fixes
248
269
  ~~~~~~~~~
@@ -363,5 +384,3 @@ Features
363
384
  .....
364
385
 
365
386
  Initial version of the provider.
366
-
367
-
@@ -0,0 +1,13 @@
1
+ airflow/providers/exasol/__init__.py,sha256=jOO1cEJ2fqOcw0Geop_A2dGYYhcHhhhjdZPGE6idr9Y,1531
2
+ airflow/providers/exasol/get_provider_info.py,sha256=qQ5gqIGJhW9o4k-G1NmfpTQbdVbiG7dzS9bYASS4J8Q,2620
3
+ airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
4
+ airflow/providers/exasol/hooks/exasol.py,sha256=hnVLy79XzSXZF5Ll34BCztDjMYXcwEpD6d9aWRpd4qY,10928
5
+ airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
6
+ airflow/providers/exasol/operators/exasol.py,sha256=62vfqQH52rzyKSr4dwHVCi0eAG4Isq8EYrMeqdHRUIk,2347
7
+ apache_airflow_providers_exasol-4.2.0rc2.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
8
+ apache_airflow_providers_exasol-4.2.0rc2.dist-info/METADATA,sha256=iNgA1TFYlzC_lZ4tKbiSLv5lBbiWR8Ee_s5cbB03Ojk,12938
9
+ apache_airflow_providers_exasol-4.2.0rc2.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
10
+ apache_airflow_providers_exasol-4.2.0rc2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
11
+ apache_airflow_providers_exasol-4.2.0rc2.dist-info/entry_points.txt,sha256=KsbYDHzblpCI3TJPR30TT2NupYsOlPHPIFKli7Vx8f4,103
12
+ apache_airflow_providers_exasol-4.2.0rc2.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
13
+ apache_airflow_providers_exasol-4.2.0rc2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.4)
2
+ Generator: bdist_wheel (0.40.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,3 +1,2 @@
1
1
  [apache_airflow_provider]
2
2
  provider_info = airflow.providers.exasol.get_provider_info:get_provider_info
3
-
@@ -1,13 +0,0 @@
1
- airflow/providers/exasol/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
2
- airflow/providers/exasol/get_provider_info.py,sha256=7tirciAWjh8vOkp4NaHXm2gByvL3MIRcfUCwXukFggQ,2571
3
- airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
4
- airflow/providers/exasol/hooks/exasol.py,sha256=hnVLy79XzSXZF5Ll34BCztDjMYXcwEpD6d9aWRpd4qY,10928
5
- airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
6
- airflow/providers/exasol/operators/exasol.py,sha256=62vfqQH52rzyKSr4dwHVCi0eAG4Isq8EYrMeqdHRUIk,2347
7
- apache_airflow_providers_exasol-4.1.3rc1.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
8
- apache_airflow_providers_exasol-4.1.3rc1.dist-info/METADATA,sha256=5EOGFUFjJHS89LXwBYlta2JknHsTbU5tS9ZWwoQ_99U,11998
9
- apache_airflow_providers_exasol-4.1.3rc1.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
10
- apache_airflow_providers_exasol-4.1.3rc1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
11
- apache_airflow_providers_exasol-4.1.3rc1.dist-info/entry_points.txt,sha256=JGXQhsyqSI0aN_tbkutCJ272SLmr1BYZe4gVsT4kkYo,104
12
- apache_airflow_providers_exasol-4.1.3rc1.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
13
- apache_airflow_providers_exasol-4.1.3rc1.dist-info/RECORD,,