apache-airflow-providers-exasol 4.5.0rc1__tar.gz → 4.5.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.
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/PKG-INFO +6 -6
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/README.rst +3 -3
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/airflow/providers/exasol/__init__.py +3 -6
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/airflow/providers/exasol/get_provider_info.py +2 -1
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/pyproject.toml +3 -3
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/airflow/providers/exasol/LICENSE +0 -0
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/airflow/providers/exasol/hooks/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/airflow/providers/exasol/hooks/exasol.py +0 -0
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/airflow/providers/exasol/operators/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/airflow/providers/exasol/operators/exasol.py +0 -0
{apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-exasol
|
|
3
|
-
Version: 4.5.
|
|
3
|
+
Version: 4.5.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>
|
|
@@ -27,8 +27,8 @@ Requires-Dist: pandas>=1.2.5,<2.2
|
|
|
27
27
|
Requires-Dist: pyexasol>=0.5.1
|
|
28
28
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
|
29
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
30
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.
|
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.
|
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1
|
|
32
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
33
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
34
34
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -79,7 +79,7 @@ Provides-Extra: common.sql
|
|
|
79
79
|
|
|
80
80
|
Package ``apache-airflow-providers-exasol``
|
|
81
81
|
|
|
82
|
-
Release: ``4.5.
|
|
82
|
+
Release: ``4.5.1.rc1``
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
`Exasol <https://www.exasol.com/>`__
|
|
@@ -92,7 +92,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
|
|
|
92
92
|
are in ``airflow.providers.exasol`` python package.
|
|
93
93
|
|
|
94
94
|
You can find package information and changelog for the provider
|
|
95
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.
|
|
95
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1/>`_.
|
|
96
96
|
|
|
97
97
|
Installation
|
|
98
98
|
------------
|
|
@@ -135,4 +135,4 @@ Dependent package
|
|
|
135
135
|
============================================================================================================ ==============
|
|
136
136
|
|
|
137
137
|
The changelog for the provider package can be found in the
|
|
138
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.
|
|
138
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1/changelog.html>`_.
|
{apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/README.rst
RENAMED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-exasol``
|
|
44
44
|
|
|
45
|
-
Release: ``4.5.
|
|
45
|
+
Release: ``4.5.1.rc1``
|
|
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.5.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -98,4 +98,4 @@ Dependent package
|
|
|
98
98
|
============================================================================================================ ==============
|
|
99
99
|
|
|
100
100
|
The changelog for the provider package can be found in the
|
|
101
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.
|
|
101
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1/changelog.html>`_.
|
|
@@ -25,14 +25,11 @@ from __future__ import annotations
|
|
|
25
25
|
|
|
26
26
|
import packaging.version
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
from airflow import __version__ as airflow_version
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
from airflow import __version__ as airflow_version
|
|
34
|
-
except ImportError:
|
|
35
|
-
from airflow.version import version as airflow_version
|
|
32
|
+
__version__ = "4.5.1"
|
|
36
33
|
|
|
37
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
38
35
|
"2.7.0"
|
|
@@ -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":
|
|
31
|
+
"source-date-epoch": 1716287728,
|
|
32
32
|
"versions": [
|
|
33
|
+
"4.5.1",
|
|
33
34
|
"4.5.0",
|
|
34
35
|
"4.4.3",
|
|
35
36
|
"4.4.2",
|
{apache_airflow_providers_exasol-4.5.0rc1 → apache_airflow_providers_exasol-4.5.1rc1}/pyproject.toml
RENAMED
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "apache-airflow-providers-exasol"
|
|
31
|
-
version = "4.5.
|
|
31
|
+
version = "4.5.1.rc1"
|
|
32
32
|
description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
|
|
33
33
|
readme = "README.rst"
|
|
34
34
|
authors = [
|
|
@@ -63,8 +63,8 @@ dependencies = [
|
|
|
63
63
|
]
|
|
64
64
|
|
|
65
65
|
[project.urls]
|
|
66
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.
|
|
67
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.
|
|
66
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1"
|
|
67
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.5.1/changelog.html"
|
|
68
68
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
69
69
|
"Source Code" = "https://github.com/apache/airflow"
|
|
70
70
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|