apache-airflow-providers-exasol 4.6.0rc1__tar.gz → 4.6.1__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.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/PKG-INFO +14 -15
- {apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/README.rst +5 -5
- {apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/airflow/providers/exasol/__init__.py +1 -1
- {apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/airflow/providers/exasol/get_provider_info.py +3 -2
- {apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/airflow/providers/exasol/operators/exasol.py +2 -2
- {apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/pyproject.toml +7 -9
- {apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/airflow/providers/exasol/LICENSE +0 -0
- {apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/airflow/providers/exasol/hooks/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/airflow/providers/exasol/hooks/exasol.py +0 -0
- {apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/airflow/providers/exasol/operators/__init__.py +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: apache-airflow-providers-exasol
|
|
3
|
-
Version: 4.6.
|
|
3
|
+
Version: 4.6.1
|
|
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>
|
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
8
|
-
Requires-Python: ~=3.
|
|
8
|
+
Requires-Python: ~=3.9
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Environment :: Console
|
|
@@ -15,26 +15,25 @@ Classifier: Intended Audience :: System Administrators
|
|
|
15
15
|
Classifier: Framework :: Apache Airflow
|
|
16
16
|
Classifier: Framework :: Apache Airflow :: Provider
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
22
|
Classifier: Topic :: System :: Monitoring
|
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.
|
|
25
|
-
Requires-Dist: apache-airflow>=2.8.
|
|
23
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
|
|
24
|
+
Requires-Dist: apache-airflow>=2.8.0
|
|
26
25
|
Requires-Dist: pandas>=1.5.3,<2.2;python_version<"3.9"
|
|
27
26
|
Requires-Dist: pandas>=2.1.2,<2.2;python_version>="3.9"
|
|
28
27
|
Requires-Dist: pyexasol>=0.5.1
|
|
29
|
-
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common
|
|
28
|
+
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common-sql"
|
|
30
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
31
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.
|
|
32
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.
|
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1
|
|
33
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
34
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
35
34
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
36
35
|
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
37
|
-
Provides-Extra: common
|
|
36
|
+
Provides-Extra: common-sql
|
|
38
37
|
|
|
39
38
|
|
|
40
39
|
.. Licensed to the Apache Software Foundation (ASF) under one
|
|
@@ -80,7 +79,7 @@ Provides-Extra: common.sql
|
|
|
80
79
|
|
|
81
80
|
Package ``apache-airflow-providers-exasol``
|
|
82
81
|
|
|
83
|
-
Release: ``4.6.
|
|
82
|
+
Release: ``4.6.1``
|
|
84
83
|
|
|
85
84
|
|
|
86
85
|
`Exasol <https://www.exasol.com/>`__
|
|
@@ -93,7 +92,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
|
|
|
93
92
|
are in ``airflow.providers.exasol`` python package.
|
|
94
93
|
|
|
95
94
|
You can find package information and changelog for the provider
|
|
96
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.
|
|
95
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1/>`_.
|
|
97
96
|
|
|
98
97
|
Installation
|
|
99
98
|
------------
|
|
@@ -102,7 +101,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
|
102
101
|
for the minimum Airflow version supported) via
|
|
103
102
|
``pip install apache-airflow-providers-exasol``
|
|
104
103
|
|
|
105
|
-
The package supports the following python versions: 3.
|
|
104
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
|
106
105
|
|
|
107
106
|
Requirements
|
|
108
107
|
------------
|
|
@@ -111,7 +110,7 @@ Requirements
|
|
|
111
110
|
PIP package Version required
|
|
112
111
|
======================================= =========================================
|
|
113
112
|
``apache-airflow`` ``>=2.8.0``
|
|
114
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
|
113
|
+
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
|
115
114
|
``pyexasol`` ``>=0.5.1``
|
|
116
115
|
``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"``
|
|
117
116
|
``pandas`` ``>=1.5.3,<2.2; python_version < "3.9"``
|
|
@@ -137,4 +136,4 @@ Dependent package
|
|
|
137
136
|
============================================================================================================ ==============
|
|
138
137
|
|
|
139
138
|
The changelog for the provider package can be found in the
|
|
140
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.
|
|
139
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1/changelog.html>`_.
|
{apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/README.rst
RENAMED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-exasol``
|
|
44
44
|
|
|
45
|
-
Release: ``4.6.
|
|
45
|
+
Release: ``4.6.1``
|
|
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.6.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1/>`_.
|
|
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.
|
|
67
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
|
68
68
|
|
|
69
69
|
Requirements
|
|
70
70
|
------------
|
|
@@ -73,7 +73,7 @@ Requirements
|
|
|
73
73
|
PIP package Version required
|
|
74
74
|
======================================= =========================================
|
|
75
75
|
``apache-airflow`` ``>=2.8.0``
|
|
76
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
|
76
|
+
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
|
77
77
|
``pyexasol`` ``>=0.5.1``
|
|
78
78
|
``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"``
|
|
79
79
|
``pandas`` ``>=1.5.3,<2.2; python_version < "3.9"``
|
|
@@ -99,4 +99,4 @@ Dependent package
|
|
|
99
99
|
============================================================================================================ ==============
|
|
100
100
|
|
|
101
101
|
The changelog for the provider package can be found in the
|
|
102
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.
|
|
102
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1/changelog.html>`_.
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "4.6.
|
|
32
|
+
__version__ = "4.6.1"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.8.0"
|
|
@@ -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": 1731570079,
|
|
32
32
|
"versions": [
|
|
33
|
+
"4.6.1",
|
|
33
34
|
"4.6.0",
|
|
34
35
|
"4.5.3",
|
|
35
36
|
"4.5.2",
|
|
@@ -66,7 +67,7 @@ def get_provider_info():
|
|
|
66
67
|
],
|
|
67
68
|
"dependencies": [
|
|
68
69
|
"apache-airflow>=2.8.0",
|
|
69
|
-
"apache-airflow-providers-common-sql>=1.
|
|
70
|
+
"apache-airflow-providers-common-sql>=1.20.0",
|
|
70
71
|
"pyexasol>=0.5.1",
|
|
71
72
|
'pandas>=2.1.2,<2.2;python_version>="3.9"',
|
|
72
73
|
'pandas>=1.5.3,<2.2;python_version<"3.9"',
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
# under the License.
|
|
18
18
|
from __future__ import annotations
|
|
19
19
|
|
|
20
|
-
from typing import Sequence
|
|
20
|
+
from typing import ClassVar, Sequence
|
|
21
21
|
|
|
22
22
|
from airflow.providers.common.sql.operators.sql import SQLExecuteQueryOperator
|
|
23
23
|
from airflow.providers.exasol.hooks.exasol import exasol_fetch_all_handler
|
|
@@ -40,7 +40,7 @@ class ExasolOperator(SQLExecuteQueryOperator):
|
|
|
40
40
|
|
|
41
41
|
template_fields: Sequence[str] = ("sql", "exasol_conn_id")
|
|
42
42
|
template_ext: Sequence[str] = (".sql",)
|
|
43
|
-
template_fields_renderers = {"sql": "sql"}
|
|
43
|
+
template_fields_renderers: ClassVar[dict] = {"sql": "sql"}
|
|
44
44
|
ui_color = "#ededed"
|
|
45
45
|
conn_id_field = "exasol_conn_id"
|
|
46
46
|
|
{apache_airflow_providers_exasol-4.6.0rc1 → apache_airflow_providers_exasol-4.6.1}/pyproject.toml
RENAMED
|
@@ -21,14 +21,13 @@
|
|
|
21
21
|
|
|
22
22
|
# IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
23
23
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
24
|
-
#
|
|
25
24
|
[build-system]
|
|
26
|
-
requires = ["flit_core
|
|
25
|
+
requires = ["flit_core==3.10.1"]
|
|
27
26
|
build-backend = "flit_core.buildapi"
|
|
28
27
|
|
|
29
28
|
[project]
|
|
30
29
|
name = "apache-airflow-providers-exasol"
|
|
31
|
-
version = "4.6.
|
|
30
|
+
version = "4.6.1"
|
|
32
31
|
description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
|
|
33
32
|
readme = "README.rst"
|
|
34
33
|
authors = [
|
|
@@ -47,25 +46,24 @@ classifiers = [
|
|
|
47
46
|
"Framework :: Apache Airflow",
|
|
48
47
|
"Framework :: Apache Airflow :: Provider",
|
|
49
48
|
"License :: OSI Approved :: Apache Software License",
|
|
50
|
-
"Programming Language :: Python :: 3.8",
|
|
51
49
|
"Programming Language :: Python :: 3.9",
|
|
52
50
|
"Programming Language :: Python :: 3.10",
|
|
53
51
|
"Programming Language :: Python :: 3.11",
|
|
54
52
|
"Programming Language :: Python :: 3.12",
|
|
55
53
|
"Topic :: System :: Monitoring",
|
|
56
54
|
]
|
|
57
|
-
requires-python = "~=3.
|
|
55
|
+
requires-python = "~=3.9"
|
|
58
56
|
dependencies = [
|
|
59
|
-
"apache-airflow-providers-common-sql>=1.
|
|
60
|
-
"apache-airflow>=2.8.
|
|
57
|
+
"apache-airflow-providers-common-sql>=1.20.0",
|
|
58
|
+
"apache-airflow>=2.8.0",
|
|
61
59
|
"pandas>=1.5.3,<2.2;python_version<\"3.9\"",
|
|
62
60
|
"pandas>=2.1.2,<2.2;python_version>=\"3.9\"",
|
|
63
61
|
"pyexasol>=0.5.1",
|
|
64
62
|
]
|
|
65
63
|
|
|
66
64
|
[project.urls]
|
|
67
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.
|
|
68
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.
|
|
65
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1"
|
|
66
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1/changelog.html"
|
|
69
67
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
70
68
|
"Source Code" = "https://github.com/apache/airflow"
|
|
71
69
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|