apache-airflow-providers-exasol 4.4.3rc1__tar.gz → 4.5.0__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.
Potentially problematic release.
This version of apache-airflow-providers-exasol might be problematic. Click here for more details.
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/PKG-INFO +11 -10
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/README.rst +5 -5
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/airflow/providers/exasol/__init__.py +3 -3
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/airflow/providers/exasol/get_provider_info.py +3 -2
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/airflow/providers/exasol/hooks/exasol.py +2 -4
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/pyproject.toml +6 -5
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/airflow/providers/exasol/LICENSE +0 -0
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/airflow/providers/exasol/hooks/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/airflow/providers/exasol/operators/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/airflow/providers/exasol/operators/exasol.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-exasol
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.5.0
|
|
4
4
|
Summary: Provider package apache-airflow-providers-exasol for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,exasol,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -19,15 +19,16 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
23
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.10.0
|
|
24
|
-
Requires-Dist: apache-airflow>=2.
|
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.10.0
|
|
25
|
+
Requires-Dist: apache-airflow>=2.7.0
|
|
25
26
|
Requires-Dist: pandas>=1.2.5,<2.2
|
|
26
27
|
Requires-Dist: pyexasol>=0.5.1
|
|
27
28
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
|
28
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
29
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
30
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.0/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.0
|
|
31
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
32
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
33
34
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -78,7 +79,7 @@ Provides-Extra: common.sql
|
|
|
78
79
|
|
|
79
80
|
Package ``apache-airflow-providers-exasol``
|
|
80
81
|
|
|
81
|
-
Release: ``4.
|
|
82
|
+
Release: ``4.5.0``
|
|
82
83
|
|
|
83
84
|
|
|
84
85
|
`Exasol <https://www.exasol.com/>`__
|
|
@@ -91,7 +92,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
|
|
|
91
92
|
are in ``airflow.providers.exasol`` python package.
|
|
92
93
|
|
|
93
94
|
You can find package information and changelog for the provider
|
|
94
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
95
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.0/>`_.
|
|
95
96
|
|
|
96
97
|
Installation
|
|
97
98
|
------------
|
|
@@ -100,7 +101,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
100
101
|
for the minimum Airflow version supported) via
|
|
101
102
|
``pip install apache-airflow-providers-exasol``
|
|
102
103
|
|
|
103
|
-
The package supports the following python versions: 3.8,3.9,3.10,3.11
|
|
104
|
+
The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
|
|
104
105
|
|
|
105
106
|
Requirements
|
|
106
107
|
------------
|
|
@@ -108,7 +109,7 @@ Requirements
|
|
|
108
109
|
======================================= ==================
|
|
109
110
|
PIP package Version required
|
|
110
111
|
======================================= ==================
|
|
111
|
-
``apache-airflow`` ``>=2.
|
|
112
|
+
``apache-airflow`` ``>=2.7.0``
|
|
112
113
|
``apache-airflow-providers-common-sql`` ``>=1.10.0``
|
|
113
114
|
``pyexasol`` ``>=0.5.1``
|
|
114
115
|
``pandas`` ``>=1.2.5,<2.2``
|
|
@@ -134,4 +135,4 @@ Dependent package
|
|
|
134
135
|
============================================================================================================ ==============
|
|
135
136
|
|
|
136
137
|
The changelog for the provider package can be found in the
|
|
137
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
138
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.0/changelog.html>`_.
|
{apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/README.rst
RENAMED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-exasol``
|
|
44
44
|
|
|
45
|
-
Release: ``4.
|
|
45
|
+
Release: ``4.5.0``
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
`Exasol <https://www.exasol.com/>`__
|
|
@@ -55,7 +55,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
|
|
|
55
55
|
are in ``airflow.providers.exasol`` python package.
|
|
56
56
|
|
|
57
57
|
You can find package information and changelog for the provider
|
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.0/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -64,7 +64,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
64
64
|
for the minimum Airflow version supported) via
|
|
65
65
|
``pip install apache-airflow-providers-exasol``
|
|
66
66
|
|
|
67
|
-
The package supports the following python versions: 3.8,3.9,3.10,3.11
|
|
67
|
+
The package supports the following python versions: 3.8,3.9,3.10,3.11,3.12
|
|
68
68
|
|
|
69
69
|
Requirements
|
|
70
70
|
------------
|
|
@@ -72,7 +72,7 @@ Requirements
|
|
|
72
72
|
======================================= ==================
|
|
73
73
|
PIP package Version required
|
|
74
74
|
======================================= ==================
|
|
75
|
-
``apache-airflow`` ``>=2.
|
|
75
|
+
``apache-airflow`` ``>=2.7.0``
|
|
76
76
|
``apache-airflow-providers-common-sql`` ``>=1.10.0``
|
|
77
77
|
``pyexasol`` ``>=0.5.1``
|
|
78
78
|
``pandas`` ``>=1.2.5,<2.2``
|
|
@@ -98,4 +98,4 @@ Dependent package
|
|
|
98
98
|
============================================================================================================ ==============
|
|
99
99
|
|
|
100
100
|
The changelog for the provider package can be found in the
|
|
101
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
101
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.0/changelog.html>`_.
|
|
@@ -27,7 +27,7 @@ import packaging.version
|
|
|
27
27
|
|
|
28
28
|
__all__ = ["__version__"]
|
|
29
29
|
|
|
30
|
-
__version__ = "4.
|
|
30
|
+
__version__ = "4.5.0"
|
|
31
31
|
|
|
32
32
|
try:
|
|
33
33
|
from airflow import __version__ as airflow_version
|
|
@@ -35,8 +35,8 @@ except ImportError:
|
|
|
35
35
|
from airflow.version import version as airflow_version
|
|
36
36
|
|
|
37
37
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
38
|
-
"2.
|
|
38
|
+
"2.7.0"
|
|
39
39
|
):
|
|
40
40
|
raise RuntimeError(
|
|
41
|
-
f"The package `apache-airflow-providers-exasol:{__version__}` needs Apache Airflow 2.
|
|
41
|
+
f"The package `apache-airflow-providers-exasol:{__version__}` needs Apache Airflow 2.7.0+"
|
|
42
42
|
)
|
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
|
28
28
|
"name": "Exasol",
|
|
29
29
|
"description": "`Exasol <https://www.exasol.com/>`__\n",
|
|
30
30
|
"state": "ready",
|
|
31
|
-
"source-date-epoch":
|
|
31
|
+
"source-date-epoch": 1714476324,
|
|
32
32
|
"versions": [
|
|
33
|
+
"4.5.0",
|
|
33
34
|
"4.4.3",
|
|
34
35
|
"4.4.2",
|
|
35
36
|
"4.4.1",
|
|
@@ -60,7 +61,7 @@ def get_provider_info():
|
|
|
60
61
|
"1.0.0",
|
|
61
62
|
],
|
|
62
63
|
"dependencies": [
|
|
63
|
-
"apache-airflow>=2.
|
|
64
|
+
"apache-airflow>=2.7.0",
|
|
64
65
|
"apache-airflow-providers-common-sql>=1.10.0",
|
|
65
66
|
"pyexasol>=0.5.1",
|
|
66
67
|
"pandas>=1.2.5,<2.2",
|
|
@@ -171,8 +171,7 @@ class ExasolHook(DbApiHook):
|
|
|
171
171
|
handler: None = ...,
|
|
172
172
|
split_statements: bool = ...,
|
|
173
173
|
return_last: bool = ...,
|
|
174
|
-
) -> None:
|
|
175
|
-
...
|
|
174
|
+
) -> None: ...
|
|
176
175
|
|
|
177
176
|
@overload
|
|
178
177
|
def run(
|
|
@@ -183,8 +182,7 @@ class ExasolHook(DbApiHook):
|
|
|
183
182
|
handler: Callable[[Any], T] = ...,
|
|
184
183
|
split_statements: bool = ...,
|
|
185
184
|
return_last: bool = ...,
|
|
186
|
-
) -> tuple | list[tuple] | list[list[tuple] | tuple] | None:
|
|
187
|
-
...
|
|
185
|
+
) -> tuple | list[tuple] | list[list[tuple] | tuple] | None: ...
|
|
188
186
|
|
|
189
187
|
def run(
|
|
190
188
|
self,
|
{apache_airflow_providers_exasol-4.4.3rc1 → apache_airflow_providers_exasol-4.5.0}/pyproject.toml
RENAMED
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "apache-airflow-providers-exasol"
|
|
31
|
-
version = "4.
|
|
31
|
+
version = "4.5.0"
|
|
32
32
|
description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
|
|
33
33
|
readme = "README.rst"
|
|
34
34
|
authors = [
|
|
@@ -51,19 +51,20 @@ classifiers = [
|
|
|
51
51
|
"Programming Language :: Python :: 3.9",
|
|
52
52
|
"Programming Language :: Python :: 3.10",
|
|
53
53
|
"Programming Language :: Python :: 3.11",
|
|
54
|
+
"Programming Language :: Python :: 3.12",
|
|
54
55
|
"Topic :: System :: Monitoring",
|
|
55
56
|
]
|
|
56
57
|
requires-python = "~=3.8"
|
|
57
58
|
dependencies = [
|
|
58
|
-
"apache-airflow-providers-common-sql>=1.10.0
|
|
59
|
-
"apache-airflow>=2.
|
|
59
|
+
"apache-airflow-providers-common-sql>=1.10.0",
|
|
60
|
+
"apache-airflow>=2.7.0",
|
|
60
61
|
"pandas>=1.2.5,<2.2",
|
|
61
62
|
"pyexasol>=0.5.1",
|
|
62
63
|
]
|
|
63
64
|
|
|
64
65
|
[project.urls]
|
|
65
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
66
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
66
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.0"
|
|
67
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.0/changelog.html"
|
|
67
68
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
68
69
|
"Source Code" = "https://github.com/apache/airflow"
|
|
69
70
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|