apache-airflow-providers-vertica 4.1.0rc1__tar.gz → 4.1.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_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/PKG-INFO +8 -9
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/README.rst +4 -4
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/changelog.rst +12 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/index.rst +3 -3
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/provider.yaml +2 -1
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/pyproject.toml +4 -5
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/src/airflow/providers/vertica/__init__.py +1 -1
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/src/airflow/providers/vertica/hooks/vertica.py +3 -3
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/connections/vertica.rst +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/integration-logos/Vertica.png +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/src/airflow/providers/vertica/LICENSE +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/src/airflow/providers/vertica/get_provider_info.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/src/airflow/providers/vertica/hooks/__init__.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/tests/system/vertica/__init__.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/tests/system/vertica/example_vertica.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/tests/unit/vertica/__init__.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/tests/unit/vertica/hooks/__init__.py +0 -0
- {apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/tests/unit/vertica/hooks/test_vertica.py +0 -0
{apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/PKG-INFO
RENAMED
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-vertica
|
3
|
-
Version: 4.1.
|
3
|
+
Version: 4.1.1rc1
|
4
4
|
Summary: Provider package apache-airflow-providers-vertica for Apache Airflow
|
5
5
|
Keywords: airflow-provider,vertica,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.
|
8
|
+
Requires-Python: ~=3.10
|
9
9
|
Description-Content-Type: text/x-rst
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Environment :: Console
|
@@ -15,7 +15,6 @@ Classifier: Intended Audience :: System Administrators
|
|
15
15
|
Classifier: Framework :: Apache Airflow
|
16
16
|
Classifier: Framework :: Apache Airflow :: Provider
|
17
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
|
@@ -24,8 +23,8 @@ Requires-Dist: apache-airflow>=2.10.0rc1
|
|
24
23
|
Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
|
25
24
|
Requires-Dist: vertica-python>=0.6.0
|
26
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
27
|
-
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.
|
28
|
-
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.
|
26
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.1/changelog.html
|
27
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.1
|
29
28
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
30
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
31
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -56,7 +55,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
56
55
|
|
57
56
|
Package ``apache-airflow-providers-vertica``
|
58
57
|
|
59
|
-
Release: ``4.1.
|
58
|
+
Release: ``4.1.1``
|
60
59
|
|
61
60
|
|
62
61
|
`Vertica <https://www.vertica.com/>`__
|
@@ -69,7 +68,7 @@ This is a provider package for ``vertica`` provider. All classes for this provid
|
|
69
68
|
are in ``airflow.providers.vertica`` python package.
|
70
69
|
|
71
70
|
You can find package information and changelog for the provider
|
72
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.
|
71
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.1/>`_.
|
73
72
|
|
74
73
|
Installation
|
75
74
|
------------
|
@@ -78,7 +77,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
78
77
|
for the minimum Airflow version supported) via
|
79
78
|
``pip install apache-airflow-providers-vertica``
|
80
79
|
|
81
|
-
The package supports the following python versions: 3.
|
80
|
+
The package supports the following python versions: 3.10,3.11,3.12
|
82
81
|
|
83
82
|
Requirements
|
84
83
|
------------
|
@@ -111,5 +110,5 @@ Dependent package
|
|
111
110
|
============================================================================================================ ==============
|
112
111
|
|
113
112
|
The changelog for the provider package can be found in the
|
114
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.
|
113
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.1/changelog.html>`_.
|
115
114
|
|
{apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/README.rst
RENAMED
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-vertica``
|
25
25
|
|
26
|
-
Release: ``4.1.
|
26
|
+
Release: ``4.1.1``
|
27
27
|
|
28
28
|
|
29
29
|
`Vertica <https://www.vertica.com/>`__
|
@@ -36,7 +36,7 @@ This is a provider package for ``vertica`` provider. All classes for this provid
|
|
36
36
|
are in ``airflow.providers.vertica`` 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-vertica/4.1.
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.1/>`_.
|
40
40
|
|
41
41
|
Installation
|
42
42
|
------------
|
@@ -45,7 +45,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
45
45
|
for the minimum Airflow version supported) via
|
46
46
|
``pip install apache-airflow-providers-vertica``
|
47
47
|
|
48
|
-
The package supports the following python versions: 3.
|
48
|
+
The package supports the following python versions: 3.10,3.11,3.12
|
49
49
|
|
50
50
|
Requirements
|
51
51
|
------------
|
@@ -78,4 +78,4 @@ Dependent package
|
|
78
78
|
============================================================================================================ ==============
|
79
79
|
|
80
80
|
The changelog for the provider package can be found in the
|
81
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.
|
81
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.1/changelog.html>`_.
|
@@ -28,6 +28,18 @@
|
|
28
28
|
Changelog
|
29
29
|
---------
|
30
30
|
|
31
|
+
4.1.1
|
32
|
+
.....
|
33
|
+
|
34
|
+
Misc
|
35
|
+
~~~~
|
36
|
+
|
37
|
+
* ``Move 'BaseHook' implementation to task SDK (#51873)``
|
38
|
+
* ``Drop support for Python 3.9 (#52072)``
|
39
|
+
|
40
|
+
.. Below changes are excluded from the changelog. Move them to
|
41
|
+
appropriate section above if needed. Do not delete the lines(!):
|
42
|
+
|
31
43
|
4.1.0
|
32
44
|
.....
|
33
45
|
|
@@ -78,7 +78,7 @@ apache-airflow-providers-vertica package
|
|
78
78
|
`Vertica <https://www.vertica.com/>`__
|
79
79
|
|
80
80
|
|
81
|
-
Release: 4.1.
|
81
|
+
Release: 4.1.1
|
82
82
|
|
83
83
|
Provider package
|
84
84
|
----------------
|
@@ -131,5 +131,5 @@ Downloading official packages
|
|
131
131
|
You can download officially released packages and verify their checksums and signatures from the
|
132
132
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
133
133
|
|
134
|
-
* `The apache-airflow-providers-vertica 4.1.
|
135
|
-
* `The apache-airflow-providers-vertica 4.1.
|
134
|
+
* `The apache-airflow-providers-vertica 4.1.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.1.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.1.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.1.1.tar.gz.sha512>`__)
|
135
|
+
* `The apache-airflow-providers-vertica 4.1.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.1.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.1.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.1.1-py3-none-any.whl.sha512>`__)
|
@@ -22,12 +22,13 @@ description: |
|
|
22
22
|
`Vertica <https://www.vertica.com/>`__
|
23
23
|
|
24
24
|
state: ready
|
25
|
-
source-date-epoch:
|
25
|
+
source-date-epoch: 1751474641
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
29
29
|
# to be done in the same PR
|
30
30
|
versions:
|
31
|
+
- 4.1.1
|
31
32
|
- 4.1.0
|
32
33
|
- 4.0.1
|
33
34
|
- 4.0.0
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
25
25
|
|
26
26
|
[project]
|
27
27
|
name = "apache-airflow-providers-vertica"
|
28
|
-
version = "4.1.
|
28
|
+
version = "4.1.1rc1"
|
29
29
|
description = "Provider package apache-airflow-providers-vertica for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -44,13 +44,12 @@ classifiers = [
|
|
44
44
|
"Framework :: Apache Airflow",
|
45
45
|
"Framework :: Apache Airflow :: Provider",
|
46
46
|
"License :: OSI Approved :: Apache Software License",
|
47
|
-
"Programming Language :: Python :: 3.9",
|
48
47
|
"Programming Language :: Python :: 3.10",
|
49
48
|
"Programming Language :: Python :: 3.11",
|
50
49
|
"Programming Language :: Python :: 3.12",
|
51
50
|
"Topic :: System :: Monitoring",
|
52
51
|
]
|
53
|
-
requires-python = "~=3.
|
52
|
+
requires-python = "~=3.10"
|
54
53
|
|
55
54
|
# The dependencies should be modified in place in the generated file.
|
56
55
|
# Any change in the dependencies is preserved when the file is regenerated
|
@@ -98,8 +97,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
98
97
|
apache-airflow-providers-standard = {workspace = true}
|
99
98
|
|
100
99
|
[project.urls]
|
101
|
-
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.
|
102
|
-
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.
|
100
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.1"
|
101
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.1/changelog.html"
|
103
102
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
104
103
|
"Source Code" = "https://github.com/apache/airflow"
|
105
104
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.1.
|
32
|
+
__version__ = "4.1.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.10.0"
|
@@ -17,8 +17,8 @@
|
|
17
17
|
# under the License.
|
18
18
|
from __future__ import annotations
|
19
19
|
|
20
|
-
from collections.abc import Iterable, Mapping
|
21
|
-
from typing import Any,
|
20
|
+
from collections.abc import Callable, Iterable, Mapping
|
21
|
+
from typing import Any, overload
|
22
22
|
|
23
23
|
from vertica_python import connect
|
24
24
|
|
@@ -68,7 +68,7 @@ class VerticaHook(DbApiHook):
|
|
68
68
|
def get_conn(self) -> connect:
|
69
69
|
"""Return vertica connection object."""
|
70
70
|
conn = self.get_connection(self.vertica_conn_id) # type: ignore
|
71
|
-
conn_config = {
|
71
|
+
conn_config: dict[str, Any] = {
|
72
72
|
"user": conn.login,
|
73
73
|
"password": conn.password or "",
|
74
74
|
"database": conn.schema,
|
File without changes
|
File without changes
|
{apache_airflow_providers_vertica-4.1.0rc1 → apache_airflow_providers_vertica-4.1.1rc1}/docs/conf.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|