apache-airflow-providers-exasol 4.9.0__tar.gz → 4.9.0rc1__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.0 → apache_airflow_providers_exasol-4.9.0rc1}/PKG-INFO +5 -5
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/pyproject.toml +5 -5
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/LICENSE +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/NOTICE +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/README.rst +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/changelog.rst +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/index.rst +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/integration-logos/Exasol.png +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/provider.yaml +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/src/airflow/providers/exasol/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/src/airflow/providers/exasol/get_provider_info.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/src/airflow/providers/exasol/hooks/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/src/airflow/providers/exasol/hooks/exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/src/airflow/providers/exasol/operators/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/src/airflow/providers/exasol/operators/exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/system/exasol/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/system/exasol/example_exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/unit/exasol/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/unit/exasol/hooks/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/unit/exasol/hooks/test_exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/unit/exasol/hooks/test_sql.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/unit/exasol/operators/__init__.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/tests/unit/exasol/operators/test_exasol.py +0 -0
- {apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/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.0rc1
|
|
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,14 +22,14 @@ 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-sql>=1.26.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.11.0rc1
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
|
|
27
27
|
Requires-Dist: pyexasol>=0.26.0
|
|
28
28
|
Requires-Dist: pandas>=2.1.2; python_version <"3.13"
|
|
29
29
|
Requires-Dist: pandas>=2.2.3; python_version >="3.13"
|
|
30
30
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
31
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0/changelog.html
|
|
32
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0
|
|
31
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.9.0/changelog.html
|
|
32
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.9.0
|
|
33
33
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
34
34
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
35
35
|
Project-URL: Source Code, https://github.com/apache/airflow
|
{apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/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.0rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
license = "Apache-2.0"
|
|
@@ -58,8 +58,8 @@ 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-sql>=1.26.
|
|
61
|
+
"apache-airflow>=2.11.0rc1",
|
|
62
|
+
"apache-airflow-providers-common-sql>=1.26.0rc1",
|
|
63
63
|
"pyexasol>=0.26.0",
|
|
64
64
|
'pandas>=2.1.2; python_version <"3.13"',
|
|
65
65
|
'pandas>=2.2.3; python_version >="3.13"',
|
|
@@ -100,8 +100,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
100
100
|
apache-airflow-providers-standard = {workspace = true}
|
|
101
101
|
|
|
102
102
|
[project.urls]
|
|
103
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0"
|
|
104
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0/changelog.html"
|
|
103
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.9.0"
|
|
104
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-exasol/4.9.0/changelog.html"
|
|
105
105
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
106
106
|
"Source Code" = "https://github.com/apache/airflow"
|
|
107
107
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/commits.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/conf.py
RENAMED
|
File without changes
|
{apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/index.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/docs/security.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_exasol-4.9.0 → apache_airflow_providers_exasol-4.9.0rc1}/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.0 → apache_airflow_providers_exasol-4.9.0rc1}/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
|