apache-airflow-providers-exasol 4.1.3rc1__tar.gz → 4.2.0rc2__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.
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/MANIFEST.in +1 -2
- {apache-airflow-providers-exasol-4.1.3rc1/apache_airflow_providers_exasol.egg-info → apache-airflow-providers-exasol-4.2.0rc2}/PKG-INFO +32 -13
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/README.rst +29 -7
- apache-airflow-providers-exasol-4.2.0rc2/airflow/providers/exasol/__init__.py +41 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/airflow/providers/exasol/get_provider_info.py +3 -1
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2/apache_airflow_providers_exasol.egg-info}/PKG-INFO +32 -13
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/apache_airflow_providers_exasol.egg-info/entry_points.txt +0 -1
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/apache_airflow_providers_exasol.egg-info/requires.txt +1 -1
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/pyproject.toml +41 -2
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/setup.cfg +3 -3
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/setup.py +9 -2
- apache-airflow-providers-exasol-4.1.3rc1/airflow/providers/exasol/__init__.py +0 -16
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/LICENSE +0 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/NOTICE +0 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/airflow/providers/exasol/hooks/__init__.py +0 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/airflow/providers/exasol/hooks/exasol.py +0 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/airflow/providers/exasol/operators/__init__.py +0 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/airflow/providers/exasol/operators/exasol.py +0 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/apache_airflow_providers_exasol.egg-info/SOURCES.txt +0 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/apache_airflow_providers_exasol.egg-info/dependency_links.txt +0 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/apache_airflow_providers_exasol.egg-info/not-zip-safe +0 -0
- {apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/apache_airflow_providers_exasol.egg-info/top_level.txt +0 -0
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-exasol
|
|
3
|
-
Version: 4.
|
|
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
|
-
|
|
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
|
|
@@ -54,7 +53,7 @@ License-File: NOTICE
|
|
|
54
53
|
|
|
55
54
|
Package ``apache-airflow-providers-exasol``
|
|
56
55
|
|
|
57
|
-
Release: ``4.
|
|
56
|
+
Release: ``4.2.0rc2``
|
|
58
57
|
|
|
59
58
|
|
|
60
59
|
`Exasol <https://docs.exasol.com/home.htm>`__
|
|
@@ -67,7 +66,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
|
|
|
67
66
|
are in ``airflow.providers.exasol`` python package.
|
|
68
67
|
|
|
69
68
|
You can find package information and changelog for the provider
|
|
70
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
69
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.2.0/>`_.
|
|
71
70
|
|
|
72
71
|
|
|
73
72
|
Installation
|
|
@@ -85,7 +84,7 @@ Requirements
|
|
|
85
84
|
======================================= ==================
|
|
86
85
|
PIP package Version required
|
|
87
86
|
======================================= ==================
|
|
88
|
-
``apache-airflow`` ``>=2.
|
|
87
|
+
``apache-airflow`` ``>=2.4.0``
|
|
89
88
|
``apache-airflow-providers-common-sql`` ``>=1.3.1``
|
|
90
89
|
``pyexasol`` ``>=0.5.1``
|
|
91
90
|
``pandas`` ``>=0.17.1``
|
|
@@ -136,6 +135,26 @@ Dependent package
|
|
|
136
135
|
Changelog
|
|
137
136
|
---------
|
|
138
137
|
|
|
138
|
+
4.2.0
|
|
139
|
+
.....
|
|
140
|
+
|
|
141
|
+
.. note::
|
|
142
|
+
This release of provider is only available for Airflow 2.4+ as explained in the
|
|
143
|
+
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
|
|
144
|
+
|
|
145
|
+
Misc
|
|
146
|
+
~~~~
|
|
147
|
+
|
|
148
|
+
* ``Bump minimum Airflow version in providers (#30917)``
|
|
149
|
+
|
|
150
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
151
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
152
|
+
* ``Add full automation for min Airflow version for providers (#30994)``
|
|
153
|
+
* ``Add mechanism to suspend providers (#30422)``
|
|
154
|
+
* ``Use '__version__' in providers not 'version' (#31393)``
|
|
155
|
+
* ``Fixing circular import error in providers caused by airflow version check (#31379)``
|
|
156
|
+
* ``Prepare docs for May 2023 wave of Providers (#31252)``
|
|
157
|
+
|
|
139
158
|
4.1.3
|
|
140
159
|
.....
|
|
141
160
|
|
|
@@ -172,8 +191,9 @@ Bug Fixes
|
|
|
172
191
|
4.1.0
|
|
173
192
|
.....
|
|
174
193
|
|
|
175
|
-
|
|
176
|
-
|
|
194
|
+
.. note::
|
|
195
|
+
This release of provider is only available for Airflow 2.3+ as explained in the
|
|
196
|
+
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
|
|
177
197
|
|
|
178
198
|
Misc
|
|
179
199
|
~~~~
|
|
@@ -236,8 +256,9 @@ Features
|
|
|
236
256
|
Breaking changes
|
|
237
257
|
~~~~~~~~~~~~~~~~
|
|
238
258
|
|
|
239
|
-
|
|
240
|
-
|
|
259
|
+
.. note::
|
|
260
|
+
This release of provider is only available for Airflow 2.2+ as explained in the
|
|
261
|
+
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
|
|
241
262
|
|
|
242
263
|
Bug Fixes
|
|
243
264
|
~~~~~~~~~
|
|
@@ -358,5 +379,3 @@ Features
|
|
|
358
379
|
.....
|
|
359
380
|
|
|
360
381
|
Initial version of the provider.
|
|
361
|
-
|
|
362
|
-
|
{apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/README.rst
RENAMED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
Package ``apache-airflow-providers-exasol``
|
|
21
21
|
|
|
22
|
-
Release: ``4.
|
|
22
|
+
Release: ``4.2.0rc2``
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
`Exasol <https://docs.exasol.com/home.htm>`__
|
|
@@ -32,7 +32,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
|
|
|
32
32
|
are in ``airflow.providers.exasol`` python package.
|
|
33
33
|
|
|
34
34
|
You can find package information and changelog for the provider
|
|
35
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
35
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.2.0/>`_.
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
Installation
|
|
@@ -50,7 +50,7 @@ Requirements
|
|
|
50
50
|
======================================= ==================
|
|
51
51
|
PIP package Version required
|
|
52
52
|
======================================= ==================
|
|
53
|
-
``apache-airflow`` ``>=2.
|
|
53
|
+
``apache-airflow`` ``>=2.4.0``
|
|
54
54
|
``apache-airflow-providers-common-sql`` ``>=1.3.1``
|
|
55
55
|
``pyexasol`` ``>=0.5.1``
|
|
56
56
|
``pandas`` ``>=0.17.1``
|
|
@@ -101,6 +101,26 @@ Dependent package
|
|
|
101
101
|
Changelog
|
|
102
102
|
---------
|
|
103
103
|
|
|
104
|
+
4.2.0
|
|
105
|
+
.....
|
|
106
|
+
|
|
107
|
+
.. note::
|
|
108
|
+
This release of provider is only available for Airflow 2.4+ as explained in the
|
|
109
|
+
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
|
|
110
|
+
|
|
111
|
+
Misc
|
|
112
|
+
~~~~
|
|
113
|
+
|
|
114
|
+
* ``Bump minimum Airflow version in providers (#30917)``
|
|
115
|
+
|
|
116
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
117
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
118
|
+
* ``Add full automation for min Airflow version for providers (#30994)``
|
|
119
|
+
* ``Add mechanism to suspend providers (#30422)``
|
|
120
|
+
* ``Use '__version__' in providers not 'version' (#31393)``
|
|
121
|
+
* ``Fixing circular import error in providers caused by airflow version check (#31379)``
|
|
122
|
+
* ``Prepare docs for May 2023 wave of Providers (#31252)``
|
|
123
|
+
|
|
104
124
|
4.1.3
|
|
105
125
|
.....
|
|
106
126
|
|
|
@@ -137,8 +157,9 @@ Bug Fixes
|
|
|
137
157
|
4.1.0
|
|
138
158
|
.....
|
|
139
159
|
|
|
140
|
-
|
|
141
|
-
|
|
160
|
+
.. note::
|
|
161
|
+
This release of provider is only available for Airflow 2.3+ as explained in the
|
|
162
|
+
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
|
|
142
163
|
|
|
143
164
|
Misc
|
|
144
165
|
~~~~
|
|
@@ -201,8 +222,9 @@ Features
|
|
|
201
222
|
Breaking changes
|
|
202
223
|
~~~~~~~~~~~~~~~~
|
|
203
224
|
|
|
204
|
-
|
|
205
|
-
|
|
225
|
+
.. note::
|
|
226
|
+
This release of provider is only available for Airflow 2.2+ as explained in the
|
|
227
|
+
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
|
|
206
228
|
|
|
207
229
|
Bug Fixes
|
|
208
230
|
~~~~~~~~~
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
|
3
|
+
# or more contributor license agreements. See the NOTICE file
|
|
4
|
+
# distributed with this work for additional information
|
|
5
|
+
# regarding copyright ownership. The ASF licenses this file
|
|
6
|
+
# to you under the Apache License, Version 2.0 (the
|
|
7
|
+
# "License"); you may not use this file except in compliance
|
|
8
|
+
# with the License. You may obtain a copy of the License at
|
|
9
|
+
#
|
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
#
|
|
12
|
+
# Unless required by applicable law or agreed to in writing,
|
|
13
|
+
# software distributed under the License is distributed on an
|
|
14
|
+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
15
|
+
# KIND, either express or implied. See the License for the
|
|
16
|
+
# specific language governing permissions and limitations
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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
|
|
@@ -54,7 +53,7 @@ License-File: NOTICE
|
|
|
54
53
|
|
|
55
54
|
Package ``apache-airflow-providers-exasol``
|
|
56
55
|
|
|
57
|
-
Release: ``4.
|
|
56
|
+
Release: ``4.2.0rc2``
|
|
58
57
|
|
|
59
58
|
|
|
60
59
|
`Exasol <https://docs.exasol.com/home.htm>`__
|
|
@@ -67,7 +66,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
|
|
|
67
66
|
are in ``airflow.providers.exasol`` python package.
|
|
68
67
|
|
|
69
68
|
You can find package information and changelog for the provider
|
|
70
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
69
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.2.0/>`_.
|
|
71
70
|
|
|
72
71
|
|
|
73
72
|
Installation
|
|
@@ -85,7 +84,7 @@ Requirements
|
|
|
85
84
|
======================================= ==================
|
|
86
85
|
PIP package Version required
|
|
87
86
|
======================================= ==================
|
|
88
|
-
``apache-airflow`` ``>=2.
|
|
87
|
+
``apache-airflow`` ``>=2.4.0``
|
|
89
88
|
``apache-airflow-providers-common-sql`` ``>=1.3.1``
|
|
90
89
|
``pyexasol`` ``>=0.5.1``
|
|
91
90
|
``pandas`` ``>=0.17.1``
|
|
@@ -136,6 +135,26 @@ Dependent package
|
|
|
136
135
|
Changelog
|
|
137
136
|
---------
|
|
138
137
|
|
|
138
|
+
4.2.0
|
|
139
|
+
.....
|
|
140
|
+
|
|
141
|
+
.. note::
|
|
142
|
+
This release of provider is only available for Airflow 2.4+ as explained in the
|
|
143
|
+
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
|
|
144
|
+
|
|
145
|
+
Misc
|
|
146
|
+
~~~~
|
|
147
|
+
|
|
148
|
+
* ``Bump minimum Airflow version in providers (#30917)``
|
|
149
|
+
|
|
150
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
151
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
152
|
+
* ``Add full automation for min Airflow version for providers (#30994)``
|
|
153
|
+
* ``Add mechanism to suspend providers (#30422)``
|
|
154
|
+
* ``Use '__version__' in providers not 'version' (#31393)``
|
|
155
|
+
* ``Fixing circular import error in providers caused by airflow version check (#31379)``
|
|
156
|
+
* ``Prepare docs for May 2023 wave of Providers (#31252)``
|
|
157
|
+
|
|
139
158
|
4.1.3
|
|
140
159
|
.....
|
|
141
160
|
|
|
@@ -172,8 +191,9 @@ Bug Fixes
|
|
|
172
191
|
4.1.0
|
|
173
192
|
.....
|
|
174
193
|
|
|
175
|
-
|
|
176
|
-
|
|
194
|
+
.. note::
|
|
195
|
+
This release of provider is only available for Airflow 2.3+ as explained in the
|
|
196
|
+
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
|
|
177
197
|
|
|
178
198
|
Misc
|
|
179
199
|
~~~~
|
|
@@ -236,8 +256,9 @@ Features
|
|
|
236
256
|
Breaking changes
|
|
237
257
|
~~~~~~~~~~~~~~~~
|
|
238
258
|
|
|
239
|
-
|
|
240
|
-
|
|
259
|
+
.. note::
|
|
260
|
+
This release of provider is only available for Airflow 2.2+ as explained in the
|
|
261
|
+
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
|
|
241
262
|
|
|
242
263
|
Bug Fixes
|
|
243
264
|
~~~~~~~~~
|
|
@@ -358,5 +379,3 @@ Features
|
|
|
358
379
|
.....
|
|
359
380
|
|
|
360
381
|
Initial version of the provider.
|
|
361
|
-
|
|
362
|
-
|
{apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/pyproject.toml
RENAMED
|
@@ -23,7 +23,7 @@ target-version = ['py37', 'py38', 'py39', 'py310']
|
|
|
23
23
|
# The problem is tracked (and this limitation might be removed if it is solved) in:
|
|
24
24
|
# https://github.com/pypa/setuptools/issues/3548
|
|
25
25
|
[build-system]
|
|
26
|
-
requires = ['setuptools==
|
|
26
|
+
requires = ['setuptools==67.2.0']
|
|
27
27
|
build-backend = "setuptools.build_meta"
|
|
28
28
|
|
|
29
29
|
[tool.ruff]
|
|
@@ -32,7 +32,7 @@ line-length = 110
|
|
|
32
32
|
extend-exclude = [
|
|
33
33
|
".eggs",
|
|
34
34
|
"airflow/_vendor/*",
|
|
35
|
-
|
|
35
|
+
"airflow/providers/google/ads/_vendor/*",
|
|
36
36
|
# The files generated by stubgen aren't 100% valid syntax it turns out, and we don't ship them, so we can
|
|
37
37
|
# ignore them in ruff
|
|
38
38
|
"airflow/providers/common/sql/*/*.pyi"
|
|
@@ -46,11 +46,14 @@ extend-select = [
|
|
|
46
46
|
"UP", # Pyupgrade
|
|
47
47
|
"RUF100", # Unused noqa (auto-fixable)
|
|
48
48
|
|
|
49
|
+
# implicit single-line string concatenation
|
|
50
|
+
"ISC001",
|
|
49
51
|
# We ignore more pydocstyle than we enable, so be more selective at what we enable
|
|
50
52
|
"D101",
|
|
51
53
|
"D106",
|
|
52
54
|
"D2",
|
|
53
55
|
"D3",
|
|
56
|
+
# "D400", WIP: see #31135
|
|
54
57
|
# "D401", # Not enabled by ruff, but we don't want it
|
|
55
58
|
"D402",
|
|
56
59
|
"D403",
|
|
@@ -67,6 +70,38 @@ extend-ignore = [
|
|
|
67
70
|
"E731",
|
|
68
71
|
]
|
|
69
72
|
|
|
73
|
+
[tool.pytest.ini_options]
|
|
74
|
+
# * Disable `flaky` plugin for pytest. This plugin conflicts with `rerunfailures` because provide same marker.
|
|
75
|
+
# * Disable `nose` builtin plugin for pytest. This feature deprecated in 7.2 and will be removed in pytest>=8
|
|
76
|
+
# * And we focus on use native pytest capabilities rather than adopt another frameworks.
|
|
77
|
+
addopts = "-rasl --verbosity=2 -p no:flaky -p no:nose --asyncio-mode=strict"
|
|
78
|
+
norecursedirs = [
|
|
79
|
+
".eggs",
|
|
80
|
+
"airflow",
|
|
81
|
+
"tests/dags_with_system_exit",
|
|
82
|
+
"tests/test_utils",
|
|
83
|
+
"tests/dags_corrupted",
|
|
84
|
+
"tests/dags",
|
|
85
|
+
"tests/system/providers/google/cloud/dataproc/resources",
|
|
86
|
+
"tests/system/providers/google/cloud/gcs/resources",
|
|
87
|
+
]
|
|
88
|
+
log_level = "INFO"
|
|
89
|
+
filterwarnings = [
|
|
90
|
+
"error::pytest.PytestCollectionWarning",
|
|
91
|
+
"ignore::DeprecationWarning:flask_appbuilder.filemanager",
|
|
92
|
+
"ignore::DeprecationWarning:flask_appbuilder.widgets",
|
|
93
|
+
# https://github.com/dpgaspar/Flask-AppBuilder/pull/1940
|
|
94
|
+
"ignore::DeprecationWarning:flask_sqlalchemy",
|
|
95
|
+
# https://github.com/dpgaspar/Flask-AppBuilder/pull/1903
|
|
96
|
+
"ignore::DeprecationWarning:apispec.utils",
|
|
97
|
+
]
|
|
98
|
+
python_files = [
|
|
99
|
+
"*.py",
|
|
100
|
+
]
|
|
101
|
+
testpaths = [
|
|
102
|
+
"tests",
|
|
103
|
+
]
|
|
104
|
+
|
|
70
105
|
[tool.ruff.isort]
|
|
71
106
|
known-first-party = ["airflow", "airflow_breeze", "docker_tests", "docs", "kubernetes_tests", "tests"]
|
|
72
107
|
required-imports = ["from __future__ import annotations"]
|
|
@@ -105,6 +140,10 @@ known-third-party = [
|
|
|
105
140
|
# needed for the test to work
|
|
106
141
|
"tests/decorators/test_python.py" = ["I002"]
|
|
107
142
|
|
|
143
|
+
# The Pydantic representations of SqlAlchemy Models are not parsed well with Pydantic
|
|
144
|
+
# when __future__.annotations is used so we need to skip them from upgrading
|
|
145
|
+
"airflow/serialization/pydantic/*.py" = ["I002"]
|
|
146
|
+
|
|
108
147
|
# Ignore pydoc style from these
|
|
109
148
|
"*.pyi" = ["D"]
|
|
110
149
|
"tests/*" = ["D"]
|
{apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/setup.cfg
RENAMED
|
@@ -27,7 +27,7 @@ classifiers =
|
|
|
27
27
|
Programming Language :: Python :: 3.10
|
|
28
28
|
Topic :: System :: Monitoring
|
|
29
29
|
project_urls =
|
|
30
|
-
Documentation=https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
30
|
+
Documentation=https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.2.0/
|
|
31
31
|
Bug Tracker=https://github.com/apache/airflow/issues
|
|
32
32
|
Source Code=https://github.com/apache/airflow
|
|
33
33
|
Slack Chat=https://s.apache.org/airflow-slack
|
|
@@ -47,7 +47,7 @@ setup_requires =
|
|
|
47
47
|
wheel
|
|
48
48
|
install_requires =
|
|
49
49
|
apache-airflow-providers-common-sql>=1.3.1.dev0
|
|
50
|
-
apache-airflow>=2.
|
|
50
|
+
apache-airflow>=2.4.0.dev0
|
|
51
51
|
pandas>=0.17.1
|
|
52
52
|
pyexasol>=0.5.1
|
|
53
53
|
|
|
@@ -59,6 +59,6 @@ apache_airflow_provider =
|
|
|
59
59
|
packages = airflow.providers.exasol
|
|
60
60
|
|
|
61
61
|
[egg_info]
|
|
62
|
-
tag_build =
|
|
62
|
+
tag_build = rc2
|
|
63
63
|
tag_date = 0
|
|
64
64
|
|
{apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/setup.py
RENAMED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
from setuptools import find_namespace_packages, setup
|
|
28
28
|
|
|
29
|
-
version = "4.
|
|
29
|
+
version = "4.2.0"
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def do_setup():
|
|
@@ -34,7 +34,14 @@ def do_setup():
|
|
|
34
34
|
setup(
|
|
35
35
|
version=version,
|
|
36
36
|
extras_require={"common.sql": ["apache-airflow-providers-common-sql"]},
|
|
37
|
-
packages=find_namespace_packages(
|
|
37
|
+
packages=find_namespace_packages(
|
|
38
|
+
include=[
|
|
39
|
+
"airflow.providers.exasol",
|
|
40
|
+
"airflow.providers.exasol.*",
|
|
41
|
+
"airflow.providers.exasol_vendor",
|
|
42
|
+
"airflow.providers.exasol_vendor.*",
|
|
43
|
+
],
|
|
44
|
+
),
|
|
38
45
|
)
|
|
39
46
|
|
|
40
47
|
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# Licensed to the Apache Software Foundation (ASF) under one
|
|
2
|
-
# or more contributor license agreements. See the NOTICE file
|
|
3
|
-
# distributed with this work for additional information
|
|
4
|
-
# regarding copyright ownership. The ASF licenses this file
|
|
5
|
-
# to you under the Apache License, Version 2.0 (the
|
|
6
|
-
# "License"); you may not use this file except in compliance
|
|
7
|
-
# with the License. You may obtain a copy of the License at
|
|
8
|
-
#
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
#
|
|
11
|
-
# Unless required by applicable law or agreed to in writing,
|
|
12
|
-
# software distributed under the License is distributed on an
|
|
13
|
-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
-
# KIND, either express or implied. See the License for the
|
|
15
|
-
# specific language governing permissions and limitations
|
|
16
|
-
# under the License.
|
{apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/LICENSE
RENAMED
|
File without changes
|
{apache-airflow-providers-exasol-4.1.3rc1 → apache-airflow-providers-exasol-4.2.0rc2}/NOTICE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|