apache-airflow-providers-exasol 4.3.0rc1__py3-none-any.whl → 4.4.0__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.

@@ -199,3 +199,55 @@ 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 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 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 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 licenses/LICENSES-ui.txt for packages used in `/airflow/www`
@@ -1,4 +1,3 @@
1
- #
2
1
  # Licensed to the Apache Software Foundation (ASF) under one
3
2
  # or more contributor license agreements. See the NOTICE file
4
3
  # distributed with this work for additional information
@@ -19,8 +18,8 @@
19
18
  # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
20
19
  # OVERWRITTEN WHEN PREPARING DOCUMENTATION FOR THE PACKAGES.
21
20
  #
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
21
+ # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
+ # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
24
23
  #
25
24
  from __future__ import annotations
26
25
 
@@ -28,7 +27,7 @@ import packaging.version
28
27
 
29
28
  __all__ = ["__version__"]
30
29
 
31
- __version__ = "4.3.0"
30
+ __version__ = "4.4.0"
32
31
 
33
32
  try:
34
33
  from airflow import __version__ as airflow_version
@@ -36,8 +35,8 @@ except ImportError:
36
35
  from airflow.version import version as airflow_version
37
36
 
38
37
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
39
- "2.5.0"
38
+ "2.6.0"
40
39
  ):
41
40
  raise RuntimeError(
42
- f"The package `apache-airflow-providers-exasol:{__version__}` requires Apache Airflow 2.5.0+" # NOQA: E501
41
+ f"The package `apache-airflow-providers-exasol:{__version__}` needs Apache Airflow 2.6.0+"
43
42
  )
@@ -18,17 +18,19 @@
18
18
  # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
19
19
  # OVERWRITTEN WHEN PREPARING PACKAGES.
20
20
  #
21
- # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
22
- # `get_provider_info_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
21
+ # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
+ # `get_provider_info_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
23
23
 
24
24
 
25
25
  def get_provider_info():
26
26
  return {
27
27
  "package-name": "apache-airflow-providers-exasol",
28
28
  "name": "Exasol",
29
- "description": "`Exasol <https://docs.exasol.com/home.htm>`__\n",
29
+ "description": "`Exasol <https://www.exasol.com/>`__\n",
30
30
  "suspended": False,
31
+ "source-date-epoch": 1701983378,
31
32
  "versions": [
33
+ "4.4.0",
32
34
  "4.3.0",
33
35
  "4.2.5",
34
36
  "4.2.4",
@@ -55,7 +57,7 @@ def get_provider_info():
55
57
  "1.0.0",
56
58
  ],
57
59
  "dependencies": [
58
- "apache-airflow>=2.5.0",
60
+ "apache-airflow>=2.6.0",
59
61
  "apache-airflow-providers-common-sql>=1.3.1",
60
62
  "pyexasol>=0.5.1",
61
63
  "pandas>=0.17.1",
@@ -138,7 +138,8 @@ class ExasolHook(DbApiHook):
138
138
 
139
139
  @staticmethod
140
140
  def get_description(statement: ExaStatement) -> Sequence[Sequence]:
141
- """Copied implementation from DB2-API wrapper.
141
+ """
142
+ Get description; copied implementation from DB2-API wrapper.
142
143
 
143
144
  For more info, see
144
145
  https://github.com/exasol/pyexasol/blob/master/docs/DBAPI_COMPAT.md#db-api-20-wrapper
@@ -1,19 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-exasol
3
- Version: 4.3.0rc1
4
- Summary: Provider for Apache Airflow. Implements apache-airflow-providers-exasol package
5
- Home-page: https://airflow.apache.org/
6
- Download-URL: https://archive.apache.org/dist/airflow/providers
7
- Author: Apache Software Foundation
8
- Author-email: dev@airflow.apache.org
9
- License: Apache License 2.0
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.3.0/
11
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.3.0/changelog.html
12
- Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
13
- Project-URL: Source Code, https://github.com/apache/airflow
14
- Project-URL: Slack Chat, https://s.apache.org/airflow-slack
15
- Project-URL: Twitter, https://twitter.com/ApacheAirflow
16
- Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
3
+ Version: 4.4.0
4
+ Summary: Provider package apache-airflow-providers-exasol for Apache Airflow
5
+ Keywords: airflow-provider,exasol,airflow,integration
6
+ Author-email: Apache Software Foundation <dev@airflow.apache.org>
7
+ Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
+ Requires-Python: ~=3.8
9
+ Description-Content-Type: text/x-rst
17
10
  Classifier: Development Status :: 5 - Production/Stable
18
11
  Classifier: Environment :: Console
19
12
  Classifier: Environment :: Web Environment
@@ -27,16 +20,19 @@ Classifier: Programming Language :: Python :: 3.9
27
20
  Classifier: Programming Language :: Python :: 3.10
28
21
  Classifier: Programming Language :: Python :: 3.11
29
22
  Classifier: Topic :: System :: Monitoring
30
- Requires-Python: ~=3.8
31
- Description-Content-Type: text/x-rst
32
- License-File: LICENSE
33
- License-File: NOTICE
34
- Requires-Dist: apache-airflow-providers-common-sql >=1.3.1.dev0
35
- Requires-Dist: apache-airflow >=2.5.0.dev0
36
- Requires-Dist: pandas >=0.17.1
37
- Requires-Dist: pyexasol >=0.5.1
23
+ Requires-Dist: apache-airflow-providers-common-sql>=1.3.1
24
+ Requires-Dist: apache-airflow>=2.6.0
25
+ Requires-Dist: pandas>=0.17.1
26
+ Requires-Dist: pyexasol>=0.5.1
27
+ Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
28
+ Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.4.0/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.4.0
31
+ Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
+ Project-URL: Source Code, https://github.com/apache/airflow
33
+ Project-URL: Twitter, https://twitter.com/ApacheAirflow
34
+ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
38
35
  Provides-Extra: common.sql
39
- Requires-Dist: apache-airflow-providers-common-sql ; extra == 'common.sql'
40
36
 
41
37
 
42
38
  .. Licensed to the Apache Software Foundation (ASF) under one
@@ -73,13 +69,19 @@ Requires-Dist: apache-airflow-providers-common-sql ; extra == 'common.sql'
73
69
  specific language governing permissions and limitations
74
70
  under the License.
75
71
 
72
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
73
+ OVERWRITTEN WHEN PREPARING PACKAGES.
74
+
75
+ .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
76
+ `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
77
+
76
78
 
77
79
  Package ``apache-airflow-providers-exasol``
78
80
 
79
- Release: ``4.3.0rc1``
81
+ Release: ``4.4.0``
80
82
 
81
83
 
82
- `Exasol <https://docs.exasol.com/home.htm>`__
84
+ `Exasol <https://www.exasol.com/>`__
83
85
 
84
86
 
85
87
  Provider package
@@ -89,8 +91,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
89
91
  are in ``airflow.providers.exasol`` python package.
90
92
 
91
93
  You can find package information and changelog for the provider
92
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.3.0/>`_.
93
-
94
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.4.0/>`_.
94
95
 
95
96
  Installation
96
97
  ------------
@@ -107,7 +108,7 @@ Requirements
107
108
  ======================================= ==================
108
109
  PIP package Version required
109
110
  ======================================= ==================
110
- ``apache-airflow`` ``>=2.5.0``
111
+ ``apache-airflow`` ``>=2.6.0``
111
112
  ``apache-airflow-providers-common-sql`` ``>=1.3.1``
112
113
  ``pyexasol`` ``>=0.5.1``
113
114
  ``pandas`` ``>=0.17.1``
@@ -133,4 +134,4 @@ Dependent package
133
134
  ============================================================================================================ ==============
134
135
 
135
136
  The changelog for the provider package can be found in the
136
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.3.0/changelog.html>`_.
137
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.4.0/changelog.html>`_.
@@ -0,0 +1,11 @@
1
+ airflow/providers/exasol/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
+ airflow/providers/exasol/__init__.py,sha256=aATmbS-NPWEJYuNFCU5Kt-dy2MoRADZbUl1sOb-vFA4,1581
3
+ airflow/providers/exasol/get_provider_info.py,sha256=8LcKeZMh8PpkPp7-ukWsWsEuF6pJOGl0pwKU_wLMgM0,2828
4
+ airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/exasol/hooks/exasol.py,sha256=SnSbn1haRLEWR-pBEdBh4BrcMdfdP0NsPXZgcEZil5E,11678
6
+ airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
+ airflow/providers/exasol/operators/exasol.py,sha256=zXfWorHjY804i0vWTZP-01t0QLdE3rrn1WVLDxD2mro,2447
8
+ apache_airflow_providers_exasol-4.4.0.dist-info/entry_points.txt,sha256=8pvKoFs3wCXkl3x0a5dzqvTonx17I8zD8oodM_M386Q,102
9
+ apache_airflow_providers_exasol-4.4.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
+ apache_airflow_providers_exasol-4.4.0.dist-info/METADATA,sha256=lZd80sO15NGVa5FfmCJw3y1fj-JVDwisVQ5shtEmzOA,6132
11
+ apache_airflow_providers_exasol-4.4.0.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: flit 3.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -0,0 +1,3 @@
1
+ [apache_airflow_provider]
2
+ provider_info=airflow.providers.exasol.get_provider_info:get_provider_info
3
+
@@ -1,6 +0,0 @@
1
- Apache Airflow
2
- Copyright 2016-2021 The Apache Software Foundation
3
-
4
- This product includes software developed at The Apache Software
5
- Foundation (http://www.apache.org/).
6
- =======================================================================
@@ -1,13 +0,0 @@
1
- airflow/providers/exasol/__init__.py,sha256=upgIDNRRfD_rbP48-ZTgaiO1hRn4gnyjSp3WZ4VV_Ds,1575
2
- airflow/providers/exasol/get_provider_info.py,sha256=CzesIr8FQNLA144bmcwdyhv0ODl96W7mpXUVd0-6QF4,2746
3
- airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
4
- airflow/providers/exasol/hooks/exasol.py,sha256=f6o8tRA-aEP2KQ0VgfjCwoWYM6KdLfv-IypPr1N9Sp4,11652
5
- airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
6
- airflow/providers/exasol/operators/exasol.py,sha256=zXfWorHjY804i0vWTZP-01t0QLdE3rrn1WVLDxD2mro,2447
7
- apache_airflow_providers_exasol-4.3.0rc1.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
8
- apache_airflow_providers_exasol-4.3.0rc1.dist-info/METADATA,sha256=xYw5AlgO-G_jmqwGUJsSPQfIiRFt2KwN-mp7B8Dt5xs,5947
9
- apache_airflow_providers_exasol-4.3.0rc1.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
10
- apache_airflow_providers_exasol-4.3.0rc1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
- apache_airflow_providers_exasol-4.3.0rc1.dist-info/entry_points.txt,sha256=KsbYDHzblpCI3TJPR30TT2NupYsOlPHPIFKli7Vx8f4,103
12
- apache_airflow_providers_exasol-4.3.0rc1.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
13
- apache_airflow_providers_exasol-4.3.0rc1.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [apache_airflow_provider]
2
- provider_info = airflow.providers.exasol.get_provider_info:get_provider_info