apache-airflow-providers-exasol 4.7.3__py3-none-any.whl → 4.7.4__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.
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.7.3"
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": 1741508800,
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-exasol
3
- Version: 4.7.3
3
+ Version: 4.7.4
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>
@@ -25,11 +25,11 @@ Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
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.3/changelog.html
29
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.3
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.3``
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.3/>`_.
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 provider packages in order to use them.
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.3/changelog.html>`_.
116
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html>`_.
117
117
 
@@ -0,0 +1,11 @@
1
+ airflow/providers/exasol/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
+ airflow/providers/exasol/__init__.py,sha256=OqQo-4P3xRmzimyVnQ5c_HRsxg3ZQ1gYCgZrmagGomg,1493
3
+ airflow/providers/exasol/get_provider_info.py,sha256=4RY2dvqHm3tJKyZtqT5jkCwKGSU-5GFVHqZz3GLufz8,3110
4
+ airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/exasol/hooks/exasol.py,sha256=soRJkUan7g8-oBV7drqoYUZoI6DntNl813ENQR7I-ag,11955
6
+ airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
+ airflow/providers/exasol/operators/exasol.py,sha256=A4P3Qo65RJzrSVEgSNwPbJ2BSA9OsitmFm8kutyxVfw,2500
8
+ apache_airflow_providers_exasol-4.7.4.dist-info/entry_points.txt,sha256=8pvKoFs3wCXkl3x0a5dzqvTonx17I8zD8oodM_M386Q,102
9
+ apache_airflow_providers_exasol-4.7.4.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
10
+ apache_airflow_providers_exasol-4.7.4.dist-info/METADATA,sha256=IQfqPcjqRUOf3SjcILvG0KexiMyCKG5_kdyfXcxyktU,5193
11
+ apache_airflow_providers_exasol-4.7.4.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- airflow/providers/exasol/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/exasol/__init__.py,sha256=rUbEpkEgKIKXV4eRF08mN7OXOd_pYuCacS974F-TTvY,1493
3
- airflow/providers/exasol/get_provider_info.py,sha256=vaE6-PcnJHjxB62WYV0EaC1wLLxkuiC6_pw7W8CghLo,3089
4
- airflow/providers/exasol/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
- airflow/providers/exasol/hooks/exasol.py,sha256=2BXhgOIVCd8Nea0HcRwuNvtyKVKKF-myG-X37ETZjag,11959
6
- airflow/providers/exasol/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
- airflow/providers/exasol/operators/exasol.py,sha256=A4P3Qo65RJzrSVEgSNwPbJ2BSA9OsitmFm8kutyxVfw,2500
8
- apache_airflow_providers_exasol-4.7.3.dist-info/entry_points.txt,sha256=8pvKoFs3wCXkl3x0a5dzqvTonx17I8zD8oodM_M386Q,102
9
- apache_airflow_providers_exasol-4.7.3.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
10
- apache_airflow_providers_exasol-4.7.3.dist-info/METADATA,sha256=D8F1RPERUB7ylRApzHwpkGrE3Y4DVZlvkRpbZfHLEz8,5197
11
- apache_airflow_providers_exasol-4.7.3.dist-info/RECORD,,