apache-airflow-providers-exasol 4.8.0rc1__tar.gz → 4.8.1rc1__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.

Files changed (34) hide show
  1. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/PKG-INFO +17 -16
  2. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/README.rst +10 -9
  3. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/docs/changelog.rst +15 -0
  4. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/docs/index.rst +9 -8
  5. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/provider.yaml +2 -1
  6. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/pyproject.toml +7 -11
  7. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/src/airflow/providers/exasol/__init__.py +1 -1
  8. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/src/airflow/providers/exasol/hooks/exasol.py +2 -2
  9. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/unit/exasol/hooks/test_sql.py +11 -14
  10. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/docs/.latest-doc-only-change.txt +0 -0
  11. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/docs/commits.rst +0 -0
  12. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/docs/conf.py +0 -0
  13. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/docs/installing-providers-from-sources.rst +0 -0
  14. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/docs/integration-logos/Exasol.png +0 -0
  15. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/docs/operators.rst +0 -0
  16. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/docs/security.rst +0 -0
  17. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/src/airflow/__init__.py +0 -0
  18. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/src/airflow/providers/__init__.py +0 -0
  19. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/src/airflow/providers/exasol/LICENSE +0 -0
  20. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/src/airflow/providers/exasol/get_provider_info.py +0 -0
  21. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/src/airflow/providers/exasol/hooks/__init__.py +0 -0
  22. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/src/airflow/providers/exasol/operators/__init__.py +0 -0
  23. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/src/airflow/providers/exasol/operators/exasol.py +0 -0
  24. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/conftest.py +0 -0
  25. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/system/__init__.py +0 -0
  26. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/system/exasol/__init__.py +0 -0
  27. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/system/exasol/example_exasol.py +0 -0
  28. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/unit/__init__.py +0 -0
  29. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/unit/exasol/__init__.py +0 -0
  30. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/unit/exasol/hooks/__init__.py +0 -0
  31. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/unit/exasol/hooks/test_exasol.py +0 -0
  32. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/unit/exasol/operators/__init__.py +0 -0
  33. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/unit/exasol/operators/test_exasol.py +0 -0
  34. {apache_airflow_providers_exasol-4.8.0rc1 → apache_airflow_providers_exasol-4.8.1rc1}/tests/unit/exasol/operators/test_exasol_sql.py +0 -0
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-exasol
3
- Version: 4.8.0rc1
3
+ Version: 4.8.1rc1
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.9
8
+ Requires-Python: ~=3.10
9
9
  Description-Content-Type: text/x-rst
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Console
@@ -15,18 +15,18 @@ 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.9
19
18
  Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Programming Language :: Python :: 3.11
21
20
  Classifier: Programming Language :: Python :: 3.12
22
21
  Classifier: Topic :: System :: Monitoring
23
22
  Requires-Dist: apache-airflow>=2.10.0rc1
24
23
  Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
25
- Requires-Dist: pyexasol>=0.5.1
26
- Requires-Dist: pandas>=2.1.2,<2.2
24
+ Requires-Dist: pyexasol>=0.26.0
25
+ Requires-Dist: pandas>=2.1.2; python_version <"3.13"
26
+ Requires-Dist: pandas>=2.2.3; python_version >="3.13"
27
27
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
28
- Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.0/changelog.html
29
- Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.0
28
+ Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.1/changelog.html
29
+ Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.1
30
30
  Project-URL: Mastodon, https://fosstodon.org/@airflow
31
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
32
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -57,7 +57,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
57
57
 
58
58
  Package ``apache-airflow-providers-exasol``
59
59
 
60
- Release: ``4.8.0``
60
+ Release: ``4.8.1``
61
61
 
62
62
 
63
63
  `Exasol <https://www.exasol.com/>`__
@@ -70,7 +70,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
70
70
  are in ``airflow.providers.exasol`` python package.
71
71
 
72
72
  You can find package information and changelog for the provider
73
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.0/>`_.
73
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1/>`_.
74
74
 
75
75
  Installation
76
76
  ------------
@@ -79,19 +79,20 @@ You can install this package on top of an existing Airflow 2 installation (see `
79
79
  for the minimum Airflow version supported) via
80
80
  ``pip install apache-airflow-providers-exasol``
81
81
 
82
- The package supports the following python versions: 3.9,3.10,3.11,3.12
82
+ The package supports the following python versions: 3.10,3.11,3.12
83
83
 
84
84
  Requirements
85
85
  ------------
86
86
 
87
- ======================================= ==================
87
+ ======================================= =====================================
88
88
  PIP package Version required
89
- ======================================= ==================
89
+ ======================================= =====================================
90
90
  ``apache-airflow`` ``>=2.10.0``
91
91
  ``apache-airflow-providers-common-sql`` ``>=1.26.0``
92
- ``pyexasol`` ``>=0.5.1``
93
- ``pandas`` ``>=2.1.2,<2.2``
94
- ======================================= ==================
92
+ ``pyexasol`` ``>=0.26.0``
93
+ ``pandas`` ``>=2.1.2; python_version < "3.13"``
94
+ ``pandas`` ``>=2.2.3; python_version >= "3.13"``
95
+ ======================================= =====================================
95
96
 
96
97
  Cross provider package dependencies
97
98
  -----------------------------------
@@ -113,5 +114,5 @@ Dependent package
113
114
  ============================================================================================================ ==============
114
115
 
115
116
  The changelog for the provider package can be found in the
116
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.0/changelog.html>`_.
117
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1/changelog.html>`_.
117
118
 
@@ -23,7 +23,7 @@
23
23
 
24
24
  Package ``apache-airflow-providers-exasol``
25
25
 
26
- Release: ``4.8.0``
26
+ Release: ``4.8.1``
27
27
 
28
28
 
29
29
  `Exasol <https://www.exasol.com/>`__
@@ -36,7 +36,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
36
36
  are in ``airflow.providers.exasol`` python package.
37
37
 
38
38
  You can find package information and changelog for the provider
39
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.0/>`_.
39
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1/>`_.
40
40
 
41
41
  Installation
42
42
  ------------
@@ -45,19 +45,20 @@ You can install this package on top of an existing Airflow 2 installation (see `
45
45
  for the minimum Airflow version supported) via
46
46
  ``pip install apache-airflow-providers-exasol``
47
47
 
48
- The package supports the following python versions: 3.9,3.10,3.11,3.12
48
+ The package supports the following python versions: 3.10,3.11,3.12
49
49
 
50
50
  Requirements
51
51
  ------------
52
52
 
53
- ======================================= ==================
53
+ ======================================= =====================================
54
54
  PIP package Version required
55
- ======================================= ==================
55
+ ======================================= =====================================
56
56
  ``apache-airflow`` ``>=2.10.0``
57
57
  ``apache-airflow-providers-common-sql`` ``>=1.26.0``
58
- ``pyexasol`` ``>=0.5.1``
59
- ``pandas`` ``>=2.1.2,<2.2``
60
- ======================================= ==================
58
+ ``pyexasol`` ``>=0.26.0``
59
+ ``pandas`` ``>=2.1.2; python_version < "3.13"``
60
+ ``pandas`` ``>=2.2.3; python_version >= "3.13"``
61
+ ======================================= =====================================
61
62
 
62
63
  Cross provider package dependencies
63
64
  -----------------------------------
@@ -79,4 +80,4 @@ Dependent package
79
80
  ============================================================================================================ ==============
80
81
 
81
82
  The changelog for the provider package can be found in the
82
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.0/changelog.html>`_.
83
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1/changelog.html>`_.
@@ -27,6 +27,21 @@
27
27
  Changelog
28
28
  ---------
29
29
 
30
+ 4.8.1
31
+ .....
32
+
33
+ Misc
34
+ ~~~~
35
+
36
+ * ``Drop support for Python 3.9 (#52072)``
37
+ * ``Bump upper binding on pandas in all providers (#52060)``
38
+ * ``Bump pyexasol>=0.26.0 (#51838)``
39
+
40
+ .. Below changes are excluded from the changelog. Move them to
41
+ appropriate section above if needed. Do not delete the lines(!):
42
+ * ``Clean up messy default connection overrides in provider tests (#52137)``
43
+ * ``Remove pytest.mark.db_test: exasol (#52057)``
44
+
30
45
  4.8.0
31
46
  .....
32
47
 
@@ -75,7 +75,7 @@ apache-airflow-providers-exasol package
75
75
  `Exasol <https://www.exasol.com/>`__
76
76
 
77
77
 
78
- Release: 4.8.0
78
+ Release: 4.8.1
79
79
 
80
80
  Provider package
81
81
  ----------------
@@ -95,14 +95,15 @@ Requirements
95
95
 
96
96
  The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
97
97
 
98
- ======================================= ==================
98
+ ======================================= =====================================
99
99
  PIP package Version required
100
- ======================================= ==================
100
+ ======================================= =====================================
101
101
  ``apache-airflow`` ``>=2.10.0``
102
102
  ``apache-airflow-providers-common-sql`` ``>=1.26.0``
103
- ``pyexasol`` ``>=0.5.1``
104
- ``pandas`` ``>=2.1.2,<2.2``
105
- ======================================= ==================
103
+ ``pyexasol`` ``>=0.26.0``
104
+ ``pandas`` ``>=2.1.2; python_version < "3.13"``
105
+ ``pandas`` ``>=2.2.3; python_version >= "3.13"``
106
+ ======================================= =====================================
106
107
 
107
108
  Cross provider package dependencies
108
109
  -----------------------------------
@@ -129,5 +130,5 @@ Downloading official packages
129
130
  You can download officially released packages and verify their checksums and signatures from the
130
131
  `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
131
132
 
132
- * `The apache-airflow-providers-exasol 4.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.0.tar.gz.sha512>`__)
133
- * `The apache-airflow-providers-exasol 4.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.0-py3-none-any.whl.sha512>`__)
133
+ * `The apache-airflow-providers-exasol 4.8.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.1.tar.gz.sha512>`__)
134
+ * `The apache-airflow-providers-exasol 4.8.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.1-py3-none-any.whl.sha512>`__)
@@ -22,12 +22,13 @@ description: |
22
22
  `Exasol <https://www.exasol.com/>`__
23
23
 
24
24
  state: ready
25
- source-date-epoch: 1747132739
25
+ source-date-epoch: 1751473412
26
26
  # Note that those versions are maintained by release manager - do not update them manually
27
27
  # with the exception of case where other provider in sources has >= new provider version.
28
28
  # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
29
29
  # to be done in the same PR
30
30
  versions:
31
+ - 4.8.1
31
32
  - 4.8.0
32
33
  - 4.7.5
33
34
  - 4.7.4
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
25
25
 
26
26
  [project]
27
27
  name = "apache-airflow-providers-exasol"
28
- version = "4.8.0rc1"
28
+ version = "4.8.1rc1"
29
29
  description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
30
30
  readme = "README.rst"
31
31
  authors = [
@@ -44,13 +44,12 @@ classifiers = [
44
44
  "Framework :: Apache Airflow",
45
45
  "Framework :: Apache Airflow :: Provider",
46
46
  "License :: OSI Approved :: Apache Software License",
47
- "Programming Language :: Python :: 3.9",
48
47
  "Programming Language :: Python :: 3.10",
49
48
  "Programming Language :: Python :: 3.11",
50
49
  "Programming Language :: Python :: 3.12",
51
50
  "Topic :: System :: Monitoring",
52
51
  ]
53
- requires-python = "~=3.9"
52
+ requires-python = "~=3.10"
54
53
 
55
54
  # The dependencies should be modified in place in the generated file.
56
55
  # Any change in the dependencies is preserved when the file is regenerated
@@ -59,12 +58,9 @@ requires-python = "~=3.9"
59
58
  dependencies = [
60
59
  "apache-airflow>=2.10.0rc1",
61
60
  "apache-airflow-providers-common-sql>=1.26.0rc1",
62
- "pyexasol>=0.5.1",
63
- # In pandas 2.2 minimal version of the sqlalchemy is 2.0
64
- # https://pandas.pydata.org/docs/whatsnew/v2.2.0.html#increased-minimum-versions-for-dependencies
65
- # However Airflow not fully supports it yet: https://github.com/apache/airflow/issues/28723
66
- # In addition FAB also limit sqlalchemy to < 2.0
67
- "pandas>=2.1.2,<2.2",
61
+ "pyexasol>=0.26.0",
62
+ 'pandas>=2.1.2; python_version <"3.13"',
63
+ 'pandas>=2.2.3; python_version >="3.13"',
68
64
  ]
69
65
 
70
66
  [dependency-groups]
@@ -102,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
102
98
  apache-airflow-providers-standard = {workspace = true}
103
99
 
104
100
  [project.urls]
105
- "Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.0"
106
- "Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.0/changelog.html"
101
+ "Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.1"
102
+ "Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.1/changelog.html"
107
103
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
108
104
  "Source Code" = "https://github.com/apache/airflow"
109
105
  "Slack Chat" = "https://s.apache.org/airflow-slack"
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.8.0"
32
+ __version__ = "4.8.1"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.10.0"
@@ -17,9 +17,9 @@
17
17
  # under the License.
18
18
  from __future__ import annotations
19
19
 
20
- from collections.abc import Iterable, Mapping, Sequence
20
+ from collections.abc import Callable, Iterable, Mapping, Sequence
21
21
  from contextlib import closing
22
- from typing import TYPE_CHECKING, Any, Callable, TypeVar, overload
22
+ from typing import TYPE_CHECKING, Any, TypeVar, overload
23
23
 
24
24
  import pyexasol
25
25
  from deprecated import deprecated
@@ -27,10 +27,6 @@ import pytest
27
27
  from airflow.models import Connection
28
28
  from airflow.providers.common.sql.hooks.handlers import fetch_all_handler
29
29
  from airflow.providers.exasol.hooks.exasol import ExasolHook
30
- from airflow.utils.session import provide_session
31
-
32
- pytestmark = pytest.mark.db_test
33
-
34
30
 
35
31
  TASK_ID = "sql-operator"
36
32
  HOST = "host"
@@ -43,17 +39,18 @@ class ExasolHookForTests(ExasolHook):
43
39
  get_conn = MagicMock(name="conn")
44
40
 
45
41
 
46
- @provide_session
47
42
  @pytest.fixture(autouse=True)
48
- def create_connection(session):
49
- conn = session.query(Connection).filter(Connection.conn_id == DEFAULT_CONN_ID).first()
50
- if conn is None:
51
- conn = Connection(conn_id=DEFAULT_CONN_ID)
52
- conn.host = HOST
53
- conn.login = None
54
- conn.password = PASSWORD
55
- conn.extra = None
56
- session.commit()
43
+ def create_connection(create_connection_without_db):
44
+ create_connection_without_db(
45
+ Connection(
46
+ conn_id=DEFAULT_CONN_ID,
47
+ conn_type="exasol",
48
+ host=HOST,
49
+ login=None,
50
+ password=PASSWORD,
51
+ extra=None,
52
+ )
53
+ )
57
54
 
58
55
 
59
56
  @pytest.fixture