apache-airflow-providers-exasol 4.9.1__tar.gz → 4.9.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.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/PKG-INFO +6 -6
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/pyproject.toml +6 -6
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/LICENSE +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/NOTICE +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/README.rst +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/changelog.rst +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/index.rst +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/integration-logos/Exasol.png +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/provider.yaml +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/src/airflow/providers/exasol/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/src/airflow/providers/exasol/get_provider_info.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/src/airflow/providers/exasol/hooks/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/src/airflow/providers/exasol/hooks/exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/src/airflow/providers/exasol/operators/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/src/airflow/providers/exasol/operators/exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/system/exasol/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/system/exasol/example_exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/unit/exasol/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/unit/exasol/hooks/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/unit/exasol/hooks/test_exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/unit/exasol/hooks/test_sql.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/unit/exasol/operators/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/unit/exasol/operators/test_exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/unit/exasol/operators/test_exasol_sql.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-exasol
|
|
3
|
-
Version: 4.9.
|
|
3
|
+
Version: 4.9.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>
|
|
@@ -22,16 +22,16 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: apache-airflow>=2.11.
|
|
26
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.12.
|
|
27
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.26.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.11.0rc1
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.12.0rc1
|
|
27
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
|
|
28
28
|
Requires-Dist: pyexasol>=0.26.0
|
|
29
29
|
Requires-Dist: pandas>=2.1.2; python_version <"3.13"
|
|
30
30
|
Requires-Dist: pandas>=2.2.3; python_version >="3.13"
|
|
31
31
|
Requires-Dist: sqlalchemy>=1.4.49 ; extra == "sqlalchemy"
|
|
32
32
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
33
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.1/changelog.html
|
|
34
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.1
|
|
33
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.9.1/changelog.html
|
|
34
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.9.1
|
|
35
35
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
36
36
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
37
37
|
Project-URL: Source Code, https://github.com/apache/airflow
|
{apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/pyproject.toml
RENAMED
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-exasol"
|
|
28
|
-
version = "4.9.
|
|
28
|
+
version = "4.9.1rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
license = "Apache-2.0"
|
|
@@ -58,9 +58,9 @@ requires-python = ">=3.10"
|
|
|
58
58
|
# Make sure to run ``prek update-providers-dependencies --all-files``
|
|
59
59
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
60
60
|
dependencies = [
|
|
61
|
-
"apache-airflow>=2.11.
|
|
62
|
-
"apache-airflow-providers-common-compat>=1.12.
|
|
63
|
-
"apache-airflow-providers-common-sql>=1.26.
|
|
61
|
+
"apache-airflow>=2.11.0rc1",
|
|
62
|
+
"apache-airflow-providers-common-compat>=1.12.0rc1",
|
|
63
|
+
"apache-airflow-providers-common-sql>=1.26.0rc1",
|
|
64
64
|
"pyexasol>=0.26.0",
|
|
65
65
|
'pandas>=2.1.2; python_version <"3.13"',
|
|
66
66
|
'pandas>=2.2.3; python_version >="3.13"',
|
|
@@ -109,8 +109,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
109
109
|
apache-airflow-providers-standard = {workspace = true}
|
|
110
110
|
|
|
111
111
|
[project.urls]
|
|
112
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.1"
|
|
113
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.1/changelog.html"
|
|
112
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.9.1"
|
|
113
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.9.1/changelog.html"
|
|
114
114
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
115
115
|
"Source Code" = "https://github.com/apache/airflow"
|
|
116
116
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/commits.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/conf.py
RENAMED
|
File without changes
|
{apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/index.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/docs/security.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/provider.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_exasol-4.9.1 → apache_airflow_providers_exasol-4.9.1rc1}/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|