apache-airflow-providers-exasol 4.5.3rc1__py3-none-any.whl → 4.6.0rc1__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.
- airflow/providers/exasol/__init__.py +3 -3
- airflow/providers/exasol/get_provider_info.py +3 -2
- {apache_airflow_providers_exasol-4.5.3rc1.dist-info → apache_airflow_providers_exasol-4.6.0rc1.dist-info}/METADATA +8 -8
- {apache_airflow_providers_exasol-4.5.3rc1.dist-info → apache_airflow_providers_exasol-4.6.0rc1.dist-info}/RECORD +6 -6
- {apache_airflow_providers_exasol-4.5.3rc1.dist-info → apache_airflow_providers_exasol-4.6.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_exasol-4.5.3rc1.dist-info → apache_airflow_providers_exasol-4.6.0rc1.dist-info}/entry_points.txt +0 -0
|
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "4.
|
|
32
|
+
__version__ = "4.6.0"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
|
-
"2.
|
|
35
|
+
"2.8.0"
|
|
36
36
|
):
|
|
37
37
|
raise RuntimeError(
|
|
38
|
-
f"The package `apache-airflow-providers-exasol:{__version__}` needs Apache Airflow 2.
|
|
38
|
+
f"The package `apache-airflow-providers-exasol:{__version__}` needs Apache Airflow 2.8.0+"
|
|
39
39
|
)
|
|
@@ -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": 1723970121,
|
|
32
32
|
"versions": [
|
|
33
|
+
"4.6.0",
|
|
33
34
|
"4.5.3",
|
|
34
35
|
"4.5.2",
|
|
35
36
|
"4.5.1",
|
|
@@ -64,7 +65,7 @@ def get_provider_info():
|
|
|
64
65
|
"1.0.0",
|
|
65
66
|
],
|
|
66
67
|
"dependencies": [
|
|
67
|
-
"apache-airflow>=2.
|
|
68
|
+
"apache-airflow>=2.8.0",
|
|
68
69
|
"apache-airflow-providers-common-sql>=1.14.1",
|
|
69
70
|
"pyexasol>=0.5.1",
|
|
70
71
|
'pandas>=2.1.2,<2.2;python_version>="3.9"',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-exasol
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.6.0rc1
|
|
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>
|
|
@@ -22,14 +22,14 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Classifier: Topic :: System :: Monitoring
|
|
24
24
|
Requires-Dist: apache-airflow-providers-common-sql>=1.14.1rc0
|
|
25
|
-
Requires-Dist: apache-airflow>=2.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.8.0rc0
|
|
26
26
|
Requires-Dist: pandas>=1.5.3,<2.2;python_version<"3.9"
|
|
27
27
|
Requires-Dist: pandas>=2.1.2,<2.2;python_version>="3.9"
|
|
28
28
|
Requires-Dist: pyexasol>=0.5.1
|
|
29
29
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
|
30
30
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
31
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
32
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
31
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.0/changelog.html
|
|
32
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.0
|
|
33
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
34
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
35
35
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -80,7 +80,7 @@ Provides-Extra: common.sql
|
|
|
80
80
|
|
|
81
81
|
Package ``apache-airflow-providers-exasol``
|
|
82
82
|
|
|
83
|
-
Release: ``4.
|
|
83
|
+
Release: ``4.6.0.rc1``
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
`Exasol <https://www.exasol.com/>`__
|
|
@@ -93,7 +93,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
|
|
|
93
93
|
are in ``airflow.providers.exasol`` python package.
|
|
94
94
|
|
|
95
95
|
You can find package information and changelog for the provider
|
|
96
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
96
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.0/>`_.
|
|
97
97
|
|
|
98
98
|
Installation
|
|
99
99
|
------------
|
|
@@ -110,7 +110,7 @@ Requirements
|
|
|
110
110
|
======================================= =========================================
|
|
111
111
|
PIP package Version required
|
|
112
112
|
======================================= =========================================
|
|
113
|
-
``apache-airflow`` ``>=2.
|
|
113
|
+
``apache-airflow`` ``>=2.8.0``
|
|
114
114
|
``apache-airflow-providers-common-sql`` ``>=1.14.1``
|
|
115
115
|
``pyexasol`` ``>=0.5.1``
|
|
116
116
|
``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"``
|
|
@@ -137,4 +137,4 @@ Dependent package
|
|
|
137
137
|
============================================================================================================ ==============
|
|
138
138
|
|
|
139
139
|
The changelog for the provider package can be found in the
|
|
140
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.
|
|
140
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.0/changelog.html>`_.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
airflow/providers/exasol/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
|
|
2
|
-
airflow/providers/exasol/__init__.py,sha256=
|
|
3
|
-
airflow/providers/exasol/get_provider_info.py,sha256=
|
|
2
|
+
airflow/providers/exasol/__init__.py,sha256=VPN-XNB-O3zD9fLP4fCLg_ij5ZXBoQmBK8HYXxLjVa0,1493
|
|
3
|
+
airflow/providers/exasol/get_provider_info.py,sha256=h5ftnBP8zlzeaAGOr6XhfArnI0SbzuFfVW9is976iGc,3076
|
|
4
4
|
airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
5
5
|
airflow/providers/exasol/hooks/exasol.py,sha256=NF-dEwu79EQtqVnC2629BWm8z9ONQ-PUuOJzCFQFGp8,11930
|
|
6
6
|
airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
7
7
|
airflow/providers/exasol/operators/exasol.py,sha256=zXfWorHjY804i0vWTZP-01t0QLdE3rrn1WVLDxD2mro,2447
|
|
8
|
-
apache_airflow_providers_exasol-4.
|
|
9
|
-
apache_airflow_providers_exasol-4.
|
|
10
|
-
apache_airflow_providers_exasol-4.
|
|
11
|
-
apache_airflow_providers_exasol-4.
|
|
8
|
+
apache_airflow_providers_exasol-4.6.0rc1.dist-info/entry_points.txt,sha256=8pvKoFs3wCXkl3x0a5dzqvTonx17I8zD8oodM_M386Q,102
|
|
9
|
+
apache_airflow_providers_exasol-4.6.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
|
10
|
+
apache_airflow_providers_exasol-4.6.0rc1.dist-info/METADATA,sha256=cbKA51xDCbRA38PHwLrH4t73USL9hKRk7lkkZGYsDzI,6464
|
|
11
|
+
apache_airflow_providers_exasol-4.6.0rc1.dist-info/RECORD,,
|
|
File without changes
|