apache-airflow-providers-exasol 4.7.3__tar.gz → 4.7.4rc1__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.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/PKG-INFO +10 -10
- {apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/README.rst +4 -4
- {apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/pyproject.toml +7 -7
- {apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/src/airflow/providers/exasol/__init__.py +1 -1
- {apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/src/airflow/providers/exasol/get_provider_info.py +2 -1
- {apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/src/airflow/providers/exasol/hooks/exasol.py +1 -1
- {apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/src/airflow/providers/exasol/LICENSE +0 -0
- {apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/src/airflow/providers/exasol/hooks/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/src/airflow/providers/exasol/operators/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/src/airflow/providers/exasol/operators/exasol.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-exasol
|
|
3
|
-
Version: 4.7.
|
|
3
|
+
Version: 4.7.4rc1
|
|
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>
|
|
@@ -20,16 +20,16 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
-
Requires-Dist: apache-airflow>=2.9.
|
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.20.
|
|
23
|
+
Requires-Dist: apache-airflow>=2.9.0rc0
|
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
|
|
25
25
|
Requires-Dist: pyexasol>=0.5.1
|
|
26
26
|
Requires-Dist: pandas>=2.1.2,<2.2
|
|
27
27
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
28
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.
|
|
29
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.
|
|
28
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html
|
|
29
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4
|
|
30
|
+
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
30
31
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
31
32
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
32
|
-
Project-URL: Twitter, https://x.com/ApacheAirflow
|
|
33
33
|
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
34
34
|
|
|
35
35
|
|
|
@@ -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.7.
|
|
60
|
+
Release: ``4.7.4``
|
|
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.7.
|
|
73
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/>`_.
|
|
74
74
|
|
|
75
75
|
Installation
|
|
76
76
|
------------
|
|
@@ -97,7 +97,7 @@ Cross provider package dependencies
|
|
|
97
97
|
-----------------------------------
|
|
98
98
|
|
|
99
99
|
Those are dependencies that might be needed in order to use all the features of the package.
|
|
100
|
-
You need to install the specified
|
|
100
|
+
You need to install the specified providers in order to use them.
|
|
101
101
|
|
|
102
102
|
You can install such cross-provider dependencies when installing from PyPI. For example:
|
|
103
103
|
|
|
@@ -113,5 +113,5 @@ Dependent package
|
|
|
113
113
|
============================================================================================================ ==============
|
|
114
114
|
|
|
115
115
|
The changelog for the provider package can be found in the
|
|
116
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.
|
|
116
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html>`_.
|
|
117
117
|
|
{apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/README.rst
RENAMED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-exasol``
|
|
25
25
|
|
|
26
|
-
Release: ``4.7.
|
|
26
|
+
Release: ``4.7.4``
|
|
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.7.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/>`_.
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -63,7 +63,7 @@ Cross provider package dependencies
|
|
|
63
63
|
-----------------------------------
|
|
64
64
|
|
|
65
65
|
Those are dependencies that might be needed in order to use all the features of the package.
|
|
66
|
-
You need to install the specified
|
|
66
|
+
You need to install the specified providers in order to use them.
|
|
67
67
|
|
|
68
68
|
You can install such cross-provider dependencies when installing from PyPI. For example:
|
|
69
69
|
|
|
@@ -79,4 +79,4 @@ Dependent package
|
|
|
79
79
|
============================================================================================================ ==============
|
|
80
80
|
|
|
81
81
|
The changelog for the provider package can be found in the
|
|
82
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.
|
|
82
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html>`_.
|
{apache_airflow_providers_exasol-4.7.3 → apache_airflow_providers_exasol-4.7.4rc1}/pyproject.toml
RENAMED
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
# IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE TEMPLATE
|
|
21
21
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
22
22
|
[build-system]
|
|
23
|
-
requires = ["flit_core==3.
|
|
23
|
+
requires = ["flit_core==3.12.0"]
|
|
24
24
|
build-backend = "flit_core.buildapi"
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-exasol"
|
|
28
|
-
version = "4.7.
|
|
28
|
+
version = "4.7.4.rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -57,8 +57,8 @@ requires-python = "~=3.9"
|
|
|
57
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
59
59
|
dependencies = [
|
|
60
|
-
"apache-airflow>=2.9.
|
|
61
|
-
"apache-airflow-providers-common-sql>=1.20.
|
|
60
|
+
"apache-airflow>=2.9.0rc0",
|
|
61
|
+
"apache-airflow-providers-common-sql>=1.20.0rc0",
|
|
62
62
|
"pyexasol>=0.5.1",
|
|
63
63
|
# In pandas 2.2 minimal version of the sqlalchemy is 2.0
|
|
64
64
|
# https://pandas.pydata.org/docs/whatsnew/v2.2.0.html#increased-minimum-versions-for-dependencies
|
|
@@ -87,12 +87,12 @@ apache-airflow-providers-fab = {workspace = true}
|
|
|
87
87
|
apache-airflow-providers-standard = {workspace = true}
|
|
88
88
|
|
|
89
89
|
[project.urls]
|
|
90
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.
|
|
91
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.
|
|
90
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4"
|
|
91
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html"
|
|
92
92
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
93
93
|
"Source Code" = "https://github.com/apache/airflow"
|
|
94
94
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
95
|
-
"
|
|
95
|
+
"Mastodon" = "https://fosstodon.org/@airflow"
|
|
96
96
|
"YouTube" = "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/"
|
|
97
97
|
|
|
98
98
|
[project.entry-points."apache_airflow_provider"]
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "4.7.
|
|
32
|
+
__version__ = "4.7.4"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.9.0"
|
|
@@ -27,8 +27,9 @@ def get_provider_info():
|
|
|
27
27
|
"name": "Exasol",
|
|
28
28
|
"description": "`Exasol <https://www.exasol.com/>`__\n",
|
|
29
29
|
"state": "ready",
|
|
30
|
-
"source-date-epoch":
|
|
30
|
+
"source-date-epoch": 1743836039,
|
|
31
31
|
"versions": [
|
|
32
|
+
"4.7.4",
|
|
32
33
|
"4.7.3",
|
|
33
34
|
"4.7.2",
|
|
34
35
|
"4.7.0",
|
|
@@ -234,8 +234,8 @@ class ExasolHook(DbApiHook):
|
|
|
234
234
|
self.set_autocommit(conn, autocommit)
|
|
235
235
|
results = []
|
|
236
236
|
for sql_statement in sql_list:
|
|
237
|
+
self.log.info("Running statement: %s, parameters: %s", sql_statement, parameters)
|
|
237
238
|
with closing(conn.execute(sql_statement, parameters)) as exa_statement:
|
|
238
|
-
self.log.info("Running statement: %s, parameters: %s", sql_statement, parameters)
|
|
239
239
|
if handler is not None:
|
|
240
240
|
result = self._make_common_data_structure( # type: ignore[attr-defined]
|
|
241
241
|
handler(exa_statement)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|