apache-airflow-providers-exasol 4.8.1rc1__tar.gz → 4.8.2rc1__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.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/PKG-INFO +10 -8
  2. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/README.rst +5 -4
  3. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/docs/changelog.rst +16 -0
  4. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/docs/index.rst +5 -3
  5. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/provider.yaml +2 -1
  6. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/pyproject.toml +5 -4
  7. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/src/airflow/__init__.py +1 -1
  8. {apache_airflow_providers_exasol-4.8.1rc1/tests/unit → apache_airflow_providers_exasol-4.8.2rc1/src/airflow/providers}/__init__.py +1 -1
  9. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/src/airflow/providers/exasol/__init__.py +1 -1
  10. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/src/airflow/providers/exasol/hooks/exasol.py +4 -6
  11. {apache_airflow_providers_exasol-4.8.1rc1/src/airflow/providers → apache_airflow_providers_exasol-4.8.2rc1/tests/unit}/__init__.py +1 -1
  12. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/docs/.latest-doc-only-change.txt +0 -0
  13. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/docs/commits.rst +0 -0
  14. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/docs/conf.py +0 -0
  15. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/docs/installing-providers-from-sources.rst +0 -0
  16. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/docs/integration-logos/Exasol.png +0 -0
  17. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/docs/operators.rst +0 -0
  18. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/docs/security.rst +0 -0
  19. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/src/airflow/providers/exasol/LICENSE +0 -0
  20. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/src/airflow/providers/exasol/get_provider_info.py +0 -0
  21. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/src/airflow/providers/exasol/hooks/__init__.py +0 -0
  22. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/src/airflow/providers/exasol/operators/__init__.py +0 -0
  23. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/src/airflow/providers/exasol/operators/exasol.py +0 -0
  24. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/conftest.py +0 -0
  25. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/system/__init__.py +0 -0
  26. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/system/exasol/__init__.py +0 -0
  27. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/system/exasol/example_exasol.py +0 -0
  28. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/unit/exasol/__init__.py +0 -0
  29. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/unit/exasol/hooks/__init__.py +0 -0
  30. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/unit/exasol/hooks/test_exasol.py +0 -0
  31. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/unit/exasol/hooks/test_sql.py +0 -0
  32. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/unit/exasol/operators/__init__.py +0 -0
  33. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/tests/unit/exasol/operators/test_exasol.py +0 -0
  34. {apache_airflow_providers_exasol-4.8.1rc1 → apache_airflow_providers_exasol-4.8.2rc1}/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.1rc1
3
+ Version: 4.8.2rc1
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.10
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
@@ -18,6 +18,7 @@ Classifier: License :: OSI Approved :: Apache Software License
18
18
  Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
21
22
  Classifier: Topic :: System :: Monitoring
22
23
  Requires-Dist: apache-airflow>=2.10.0rc1
23
24
  Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
@@ -25,8 +26,8 @@ Requires-Dist: pyexasol>=0.26.0
25
26
  Requires-Dist: pandas>=2.1.2; python_version <"3.13"
26
27
  Requires-Dist: pandas>=2.2.3; python_version >="3.13"
27
28
  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.1/changelog.html
29
- Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.1
29
+ Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.2/changelog.html
30
+ Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.2
30
31
  Project-URL: Mastodon, https://fosstodon.org/@airflow
31
32
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
33
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -57,8 +58,9 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
57
58
 
58
59
  Package ``apache-airflow-providers-exasol``
59
60
 
60
- Release: ``4.8.1``
61
+ Release: ``4.8.2``
61
62
 
63
+ Release Date: ``|PypiReleaseDate|``
62
64
 
63
65
  `Exasol <https://www.exasol.com/>`__
64
66
 
@@ -70,7 +72,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
70
72
  are in ``airflow.providers.exasol`` python package.
71
73
 
72
74
  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.1/>`_.
75
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.2/>`_.
74
76
 
75
77
  Installation
76
78
  ------------
@@ -79,7 +81,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
79
81
  for the minimum Airflow version supported) via
80
82
  ``pip install apache-airflow-providers-exasol``
81
83
 
82
- The package supports the following python versions: 3.10,3.11,3.12
84
+ The package supports the following python versions: 3.10,3.11,3.12,3.13
83
85
 
84
86
  Requirements
85
87
  ------------
@@ -114,5 +116,5 @@ Dependent package
114
116
  ============================================================================================================ ==============
115
117
 
116
118
  The changelog for the provider package can be found in the
117
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1/changelog.html>`_.
119
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.2/changelog.html>`_.
118
120
 
@@ -23,8 +23,9 @@
23
23
 
24
24
  Package ``apache-airflow-providers-exasol``
25
25
 
26
- Release: ``4.8.1``
26
+ Release: ``4.8.2``
27
27
 
28
+ Release Date: ``|PypiReleaseDate|``
28
29
 
29
30
  `Exasol <https://www.exasol.com/>`__
30
31
 
@@ -36,7 +37,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
36
37
  are in ``airflow.providers.exasol`` python package.
37
38
 
38
39
  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.1/>`_.
40
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.2/>`_.
40
41
 
41
42
  Installation
42
43
  ------------
@@ -45,7 +46,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
45
46
  for the minimum Airflow version supported) via
46
47
  ``pip install apache-airflow-providers-exasol``
47
48
 
48
- The package supports the following python versions: 3.10,3.11,3.12
49
+ The package supports the following python versions: 3.10,3.11,3.12,3.13
49
50
 
50
51
  Requirements
51
52
  ------------
@@ -80,4 +81,4 @@ Dependent package
80
81
  ============================================================================================================ ==============
81
82
 
82
83
  The changelog for the provider package can be found in the
83
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.1/changelog.html>`_.
84
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.8.2/changelog.html>`_.
@@ -27,6 +27,22 @@
27
27
  Changelog
28
28
  ---------
29
29
 
30
+ 4.8.2
31
+ .....
32
+
33
+ Misc
34
+ ~~~~
35
+
36
+ * ``Add Python 3.13 support for Airflow. (#46891)``
37
+ * ``Refactoring get con part dbapihook in providers (#53335)``
38
+ * ``Cleanup mypy ignore in exasol provider where possible (#53278)``
39
+ * ``Remove type ignore across codebase after mypy upgrade (#53243)``
40
+ * ``Remove upper-binding for "python-requires" (#52980)``
41
+ * ``Temporarily switch to use >=,< pattern instead of '~=' (#52967)``
42
+
43
+ .. Below changes are excluded from the changelog. Move them to
44
+ appropriate section above if needed. Do not delete the lines(!):
45
+
30
46
  4.8.1
31
47
  .....
32
48
 
@@ -75,7 +75,9 @@ apache-airflow-providers-exasol package
75
75
  `Exasol <https://www.exasol.com/>`__
76
76
 
77
77
 
78
- Release: 4.8.1
78
+ Release: 4.8.2
79
+
80
+ Release Date: ``|PypiReleaseDate|``
79
81
 
80
82
  Provider package
81
83
  ----------------
@@ -130,5 +132,5 @@ Downloading official packages
130
132
  You can download officially released packages and verify their checksums and signatures from the
131
133
  `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
132
134
 
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>`__)
135
+ * `The apache-airflow-providers-exasol 4.8.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.2.tar.gz.sha512>`__)
136
+ * `The apache-airflow-providers-exasol 4.8.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.8.2-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: 1751473412
25
+ source-date-epoch: 1753690659
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.2
31
32
  - 4.8.1
32
33
  - 4.8.0
33
34
  - 4.7.5
@@ -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.1rc1"
28
+ version = "4.8.2rc1"
29
29
  description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
30
30
  readme = "README.rst"
31
31
  authors = [
@@ -47,9 +47,10 @@ classifiers = [
47
47
  "Programming Language :: Python :: 3.10",
48
48
  "Programming Language :: Python :: 3.11",
49
49
  "Programming Language :: Python :: 3.12",
50
+ "Programming Language :: Python :: 3.13",
50
51
  "Topic :: System :: Monitoring",
51
52
  ]
52
- requires-python = "~=3.10"
53
+ requires-python = ">=3.10"
53
54
 
54
55
  # The dependencies should be modified in place in the generated file.
55
56
  # Any change in the dependencies is preserved when the file is regenerated
@@ -98,8 +99,8 @@ apache-airflow-providers-common-sql = {workspace = true}
98
99
  apache-airflow-providers-standard = {workspace = true}
99
100
 
100
101
  [project.urls]
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"
102
+ "Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.2"
103
+ "Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.8.2/changelog.html"
103
104
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
104
105
  "Source Code" = "https://github.com/apache/airflow"
105
106
  "Slack Chat" = "https://s.apache.org/airflow-slack"
@@ -14,4 +14,4 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
- __path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
17
+ __path__ = __import__("pkgutil").extend_path(__path__, __name__)
@@ -14,4 +14,4 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
- __path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
17
+ __path__ = __import__("pkgutil").extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.8.1"
32
+ __version__ = "4.8.2"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.10.0"
@@ -59,8 +59,7 @@ class ExasolHook(DbApiHook):
59
59
  self.schema = kwargs.pop("schema", None)
60
60
 
61
61
  def get_conn(self) -> ExaConnection:
62
- conn_id = self.get_conn_id()
63
- conn = self.get_connection(conn_id)
62
+ conn = self.get_connection(self.get_conn_id())
64
63
  conn_args = {
65
64
  "dsn": f"{conn.host}:{conn.port}",
66
65
  "user": conn.login,
@@ -199,7 +198,7 @@ class ExasolHook(DbApiHook):
199
198
  )
200
199
  return cols
201
200
 
202
- @overload # type: ignore[override]
201
+ @overload
203
202
  def run(
204
203
  self,
205
204
  sql: str | Iterable[str],
@@ -268,9 +267,8 @@ class ExasolHook(DbApiHook):
268
267
  self.log.info("Running statement: %s, parameters: %s", sql_statement, parameters)
269
268
  with closing(conn.execute(sql_statement, parameters)) as exa_statement:
270
269
  if handler is not None:
271
- result = self._make_common_data_structure( # type: ignore[attr-defined]
272
- handler(exa_statement)
273
- )
270
+ result = self._make_common_data_structure(handler(exa_statement))
271
+
274
272
  if return_single_query_results(sql, return_last, split_statements):
275
273
  _last_result = result
276
274
  _last_columns = self.get_description(exa_statement)
@@ -14,4 +14,4 @@
14
14
  # KIND, either express or implied. See the License for the
15
15
  # specific language governing permissions and limitations
16
16
  # under the License.
17
- __path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
17
+ __path__ = __import__("pkgutil").extend_path(__path__, __name__)