apache-airflow-providers-exasol 4.6.1__tar.gz → 4.7.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: apache-airflow-providers-exasol
3
- Version: 4.6.1
3
+ Version: 4.7.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>
@@ -21,19 +21,17 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
24
- Requires-Dist: apache-airflow>=2.8.0
24
+ Requires-Dist: apache-airflow>=2.9.0
25
25
  Requires-Dist: pandas>=1.5.3,<2.2;python_version<"3.9"
26
26
  Requires-Dist: pandas>=2.1.2,<2.2;python_version>="3.9"
27
27
  Requires-Dist: pyexasol>=0.5.1
28
- Requires-Dist: apache-airflow-providers-common-sql ; extra == "common-sql"
29
28
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
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
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.0/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.0
32
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
33
32
  Project-URL: Source Code, https://github.com/apache/airflow
34
- Project-URL: Twitter, https://twitter.com/ApacheAirflow
33
+ Project-URL: Twitter, https://x.com/ApacheAirflow
35
34
  Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
36
- Provides-Extra: common-sql
37
35
 
38
36
 
39
37
  .. Licensed to the Apache Software Foundation (ASF) under one
@@ -79,7 +77,7 @@ Provides-Extra: common-sql
79
77
 
80
78
  Package ``apache-airflow-providers-exasol``
81
79
 
82
- Release: ``4.6.1``
80
+ Release: ``4.7.0``
83
81
 
84
82
 
85
83
  `Exasol <https://www.exasol.com/>`__
@@ -92,7 +90,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
92
90
  are in ``airflow.providers.exasol`` python package.
93
91
 
94
92
  You can find package information and changelog for the provider
95
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1/>`_.
93
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.0/>`_.
96
94
 
97
95
  Installation
98
96
  ------------
@@ -109,7 +107,7 @@ Requirements
109
107
  ======================================= =========================================
110
108
  PIP package Version required
111
109
  ======================================= =========================================
112
- ``apache-airflow`` ``>=2.8.0``
110
+ ``apache-airflow`` ``>=2.9.0``
113
111
  ``apache-airflow-providers-common-sql`` ``>=1.20.0``
114
112
  ``pyexasol`` ``>=0.5.1``
115
113
  ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"``
@@ -136,4 +134,4 @@ Dependent package
136
134
  ============================================================================================================ ==============
137
135
 
138
136
  The changelog for the provider package can be found in the
139
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.6.1/changelog.html>`_.
137
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.0/changelog.html>`_.
@@ -42,7 +42,7 @@
42
42
 
43
43
  Package ``apache-airflow-providers-exasol``
44
44
 
45
- Release: ``4.6.1``
45
+ Release: ``4.7.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.6.1/>`_.
58
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.0/>`_.
59
59
 
60
60
  Installation
61
61
  ------------
@@ -72,7 +72,7 @@ Requirements
72
72
  ======================================= =========================================
73
73
  PIP package Version required
74
74
  ======================================= =========================================
75
- ``apache-airflow`` ``>=2.8.0``
75
+ ``apache-airflow`` ``>=2.9.0``
76
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"``
@@ -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.1/changelog.html>`_.
102
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.0/changelog.html>`_.
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.6.1"
32
+ __version__ = "4.7.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.8.0"
35
+ "2.9.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-exasol:{__version__}` needs Apache Airflow 2.8.0+"
38
+ f"The package `apache-airflow-providers-exasol:{__version__}` needs Apache Airflow 2.9.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": 1731570079,
31
+ "source-date-epoch": 1734533771,
32
32
  "versions": [
33
+ "4.7.0",
33
34
  "4.6.1",
34
35
  "4.6.0",
35
36
  "4.5.3",
@@ -66,7 +67,7 @@ def get_provider_info():
66
67
  "1.0.0",
67
68
  ],
68
69
  "dependencies": [
69
- "apache-airflow>=2.8.0",
70
+ "apache-airflow>=2.9.0",
70
71
  "apache-airflow-providers-common-sql>=1.20.0",
71
72
  "pyexasol>=0.5.1",
72
73
  'pandas>=2.1.2,<2.2;python_version>="3.9"',
@@ -17,8 +17,9 @@
17
17
  # under the License.
18
18
  from __future__ import annotations
19
19
 
20
+ from collections.abc import Iterable, Mapping, Sequence
20
21
  from contextlib import closing
21
- from typing import TYPE_CHECKING, Any, Callable, Iterable, Mapping, Sequence, TypeVar, overload
22
+ from typing import TYPE_CHECKING, Any, Callable, TypeVar, overload
22
23
 
23
24
  import pyexasol
24
25
  from pyexasol import ExaConnection, ExaStatement
@@ -17,7 +17,8 @@
17
17
  # under the License.
18
18
  from __future__ import annotations
19
19
 
20
- from typing import ClassVar, Sequence
20
+ from collections.abc import Sequence
21
+ from typing import ClassVar
21
22
 
22
23
  from airflow.providers.common.sql.operators.sql import SQLExecuteQueryOperator
23
24
  from airflow.providers.exasol.hooks.exasol import exasol_fetch_all_handler
@@ -27,7 +27,7 @@ build-backend = "flit_core.buildapi"
27
27
 
28
28
  [project]
29
29
  name = "apache-airflow-providers-exasol"
30
- version = "4.6.1"
30
+ version = "4.7.0"
31
31
  description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
32
32
  readme = "README.rst"
33
33
  authors = [
@@ -55,27 +55,23 @@ classifiers = [
55
55
  requires-python = "~=3.9"
56
56
  dependencies = [
57
57
  "apache-airflow-providers-common-sql>=1.20.0",
58
- "apache-airflow>=2.8.0",
58
+ "apache-airflow>=2.9.0",
59
59
  "pandas>=1.5.3,<2.2;python_version<\"3.9\"",
60
60
  "pandas>=2.1.2,<2.2;python_version>=\"3.9\"",
61
61
  "pyexasol>=0.5.1",
62
62
  ]
63
63
 
64
64
  [project.urls]
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"
65
+ "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.0"
66
+ "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.0/changelog.html"
67
67
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
68
68
  "Source Code" = "https://github.com/apache/airflow"
69
69
  "Slack Chat" = "https://s.apache.org/airflow-slack"
70
- "Twitter" = "https://twitter.com/ApacheAirflow"
70
+ "Twitter" = "https://x.com/ApacheAirflow"
71
71
  "YouTube" = "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/"
72
72
 
73
73
  [project.entry-points."apache_airflow_provider"]
74
74
  provider_info = "airflow.providers.exasol.get_provider_info:get_provider_info"
75
- [project.optional-dependencies]
76
- "common.sql" = [
77
- "apache-airflow-providers-common-sql",
78
- ]
79
75
 
80
76
  [tool.flit.module]
81
77
  name = "airflow.providers.exasol"