apache-airflow-providers-exasol 4.7.4rc1__tar.gz → 4.9.0__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.
Files changed (35) hide show
  1. apache_airflow_providers_exasol-4.9.0/NOTICE +5 -0
  2. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.9.0}/PKG-INFO +26 -22
  3. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.9.0}/README.rst +13 -12
  4. apache_airflow_providers_exasol-4.9.0/docs/.latest-doc-only-change.txt +1 -0
  5. apache_airflow_providers_exasol-4.9.0/docs/changelog.rst +685 -0
  6. apache_airflow_providers_exasol-4.9.0/docs/commits.rst +35 -0
  7. apache_airflow_providers_exasol-4.9.0/docs/conf.py +27 -0
  8. apache_airflow_providers_exasol-4.9.0/docs/index.rst +134 -0
  9. apache_airflow_providers_exasol-4.9.0/docs/installing-providers-from-sources.rst +18 -0
  10. apache_airflow_providers_exasol-4.9.0/docs/integration-logos/Exasol.png +0 -0
  11. apache_airflow_providers_exasol-4.9.0/docs/operators.rst +79 -0
  12. apache_airflow_providers_exasol-4.9.0/docs/security.rst +18 -0
  13. apache_airflow_providers_exasol-4.9.0/provider.yaml +97 -0
  14. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.9.0}/pyproject.toml +29 -16
  15. apache_airflow_providers_exasol-4.9.0/src/airflow/__init__.py +17 -0
  16. apache_airflow_providers_exasol-4.9.0/src/airflow/providers/__init__.py +17 -0
  17. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.9.0}/src/airflow/providers/exasol/__init__.py +3 -3
  18. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.9.0}/src/airflow/providers/exasol/get_provider_info.py +1 -49
  19. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.9.0}/src/airflow/providers/exasol/hooks/exasol.py +84 -13
  20. apache_airflow_providers_exasol-4.9.0/tests/conftest.py +19 -0
  21. apache_airflow_providers_exasol-4.9.0/tests/system/__init__.py +17 -0
  22. apache_airflow_providers_exasol-4.9.0/tests/system/exasol/__init__.py +16 -0
  23. apache_airflow_providers_exasol-4.9.0/tests/system/exasol/example_exasol.py +91 -0
  24. apache_airflow_providers_exasol-4.9.0/tests/unit/__init__.py +17 -0
  25. apache_airflow_providers_exasol-4.9.0/tests/unit/exasol/__init__.py +17 -0
  26. apache_airflow_providers_exasol-4.9.0/tests/unit/exasol/hooks/__init__.py +17 -0
  27. apache_airflow_providers_exasol-4.9.0/tests/unit/exasol/hooks/test_exasol.py +277 -0
  28. apache_airflow_providers_exasol-4.9.0/tests/unit/exasol/hooks/test_sql.py +297 -0
  29. apache_airflow_providers_exasol-4.9.0/tests/unit/exasol/operators/__init__.py +17 -0
  30. apache_airflow_providers_exasol-4.9.0/tests/unit/exasol/operators/test_exasol.py +60 -0
  31. apache_airflow_providers_exasol-4.9.0/tests/unit/exasol/operators/test_exasol_sql.py +150 -0
  32. {apache_airflow_providers_exasol-4.7.4rc1/src/airflow/providers/exasol → apache_airflow_providers_exasol-4.9.0}/LICENSE +0 -0
  33. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.9.0}/src/airflow/providers/exasol/hooks/__init__.py +0 -0
  34. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.9.0}/src/airflow/providers/exasol/operators/__init__.py +0 -0
  35. {apache_airflow_providers_exasol-4.7.4rc1 → apache_airflow_providers_exasol-4.9.0}/src/airflow/providers/exasol/operators/exasol.py +0 -0
@@ -0,0 +1,5 @@
1
+ Apache Airflow
2
+ Copyright 2016-2025 The Apache Software Foundation
3
+
4
+ This product includes software developed at
5
+ The Apache Software Foundation (http://www.apache.org/).
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-exasol
3
- Version: 4.7.4rc1
3
+ Version: 4.9.0
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>
7
7
  Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
- Requires-Python: ~=3.9
8
+ Requires-Python: >=3.10
9
9
  Description-Content-Type: text/x-rst
10
+ License-Expression: Apache-2.0
10
11
  Classifier: Development Status :: 5 - Production/Stable
11
12
  Classifier: Environment :: Console
12
13
  Classifier: Environment :: Web Environment
@@ -14,19 +15,21 @@ Classifier: Intended Audience :: Developers
14
15
  Classifier: Intended Audience :: System Administrators
15
16
  Classifier: Framework :: Apache Airflow
16
17
  Classifier: Framework :: Apache Airflow :: Provider
17
- Classifier: License :: OSI Approved :: Apache Software License
18
- Classifier: Programming Language :: Python :: 3.9
19
18
  Classifier: Programming Language :: Python :: 3.10
20
19
  Classifier: Programming Language :: Python :: 3.11
21
20
  Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow>=2.9.0rc0
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
25
- Requires-Dist: pyexasol>=0.5.1
26
- Requires-Dist: pandas>=2.1.2,<2.2
23
+ License-File: LICENSE
24
+ License-File: NOTICE
25
+ Requires-Dist: apache-airflow>=2.11.0
26
+ Requires-Dist: apache-airflow-providers-common-sql>=1.26.0
27
+ Requires-Dist: pyexasol>=0.26.0
28
+ Requires-Dist: pandas>=2.1.2; python_version <"3.13"
29
+ Requires-Dist: pandas>=2.2.3; python_version >="3.13"
27
30
  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.4/changelog.html
29
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4
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
30
33
  Project-URL: Mastodon, https://fosstodon.org/@airflow
31
34
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
35
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -57,7 +60,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
57
60
 
58
61
  Package ``apache-airflow-providers-exasol``
59
62
 
60
- Release: ``4.7.4``
63
+ Release: ``4.9.0``
61
64
 
62
65
 
63
66
  `Exasol <https://www.exasol.com/>`__
@@ -70,28 +73,29 @@ This is a provider package for ``exasol`` provider. All classes for this provide
70
73
  are in ``airflow.providers.exasol`` python package.
71
74
 
72
75
  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.4/>`_.
76
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0/>`_.
74
77
 
75
78
  Installation
76
79
  ------------
77
80
 
78
- You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
81
+ You can install this package on top of an existing Airflow installation (see ``Requirements`` below
79
82
  for the minimum Airflow version supported) via
80
83
  ``pip install apache-airflow-providers-exasol``
81
84
 
82
- The package supports the following python versions: 3.9,3.10,3.11,3.12
85
+ The package supports the following python versions: 3.10,3.11,3.12,3.13
83
86
 
84
87
  Requirements
85
88
  ------------
86
89
 
87
- ======================================= ==================
90
+ ======================================= =====================================
88
91
  PIP package Version required
89
- ======================================= ==================
90
- ``apache-airflow`` ``>=2.9.0``
91
- ``apache-airflow-providers-common-sql`` ``>=1.20.0``
92
- ``pyexasol`` ``>=0.5.1``
93
- ``pandas`` ``>=2.1.2,<2.2``
94
- ======================================= ==================
92
+ ======================================= =====================================
93
+ ``apache-airflow`` ``>=2.11.0``
94
+ ``apache-airflow-providers-common-sql`` ``>=1.26.0``
95
+ ``pyexasol`` ``>=0.26.0``
96
+ ``pandas`` ``>=2.1.2; python_version < "3.13"``
97
+ ``pandas`` ``>=2.2.3; python_version >= "3.13"``
98
+ ======================================= =====================================
95
99
 
96
100
  Cross provider package dependencies
97
101
  -----------------------------------
@@ -113,5 +117,5 @@ Dependent package
113
117
  ============================================================================================================ ==============
114
118
 
115
119
  The changelog for the provider package can be found in the
116
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html>`_.
120
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0/changelog.html>`_.
117
121
 
@@ -23,7 +23,7 @@
23
23
 
24
24
  Package ``apache-airflow-providers-exasol``
25
25
 
26
- Release: ``4.7.4``
26
+ Release: ``4.9.0``
27
27
 
28
28
 
29
29
  `Exasol <https://www.exasol.com/>`__
@@ -36,28 +36,29 @@ 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.4/>`_.
39
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0/>`_.
40
40
 
41
41
  Installation
42
42
  ------------
43
43
 
44
- You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
44
+ You can install this package on top of an existing Airflow installation (see ``Requirements`` below
45
45
  for the minimum Airflow version supported) via
46
46
  ``pip install apache-airflow-providers-exasol``
47
47
 
48
- The package supports the following python versions: 3.9,3.10,3.11,3.12
48
+ The package supports the following python versions: 3.10,3.11,3.12,3.13
49
49
 
50
50
  Requirements
51
51
  ------------
52
52
 
53
- ======================================= ==================
53
+ ======================================= =====================================
54
54
  PIP package Version required
55
- ======================================= ==================
56
- ``apache-airflow`` ``>=2.9.0``
57
- ``apache-airflow-providers-common-sql`` ``>=1.20.0``
58
- ``pyexasol`` ``>=0.5.1``
59
- ``pandas`` ``>=2.1.2,<2.2``
60
- ======================================= ==================
55
+ ======================================= =====================================
56
+ ``apache-airflow`` ``>=2.11.0``
57
+ ``apache-airflow-providers-common-sql`` ``>=1.26.0``
58
+ ``pyexasol`` ``>=0.26.0``
59
+ ``pandas`` ``>=2.1.2; python_version < "3.13"``
60
+ ``pandas`` ``>=2.2.3; python_version >= "3.13"``
61
+ ======================================= =====================================
61
62
 
62
63
  Cross provider package dependencies
63
64
  -----------------------------------
@@ -79,4 +80,4 @@ Dependent package
79
80
  ============================================================================================================ ==============
80
81
 
81
82
  The changelog for the provider package can be found in the
82
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.7.4/changelog.html>`_.
83
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.9.0/changelog.html>`_.
@@ -0,0 +1 @@
1
+ a87cfe8a77459d74f63b7a108913d4f7ab3aa259