apache-airflow-providers-vertica 4.0.0rc2__tar.gz → 4.0.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.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1}/PKG-INFO +12 -30
- {apache_airflow_providers_vertica-4.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1}/README.rst +6 -25
- {apache_airflow_providers_vertica-4.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1}/pyproject.toml +31 -9
- {apache_airflow_providers_vertica-4.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1/src}/airflow/providers/vertica/LICENSE +0 -52
- {apache_airflow_providers_vertica-4.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1/src}/airflow/providers/vertica/__init__.py +1 -1
- {apache_airflow_providers_vertica-4.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1/src}/airflow/providers/vertica/get_provider_info.py +10 -9
- {apache_airflow_providers_vertica-4.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1/src}/airflow/providers/vertica/hooks/vertica.py +2 -1
- {apache_airflow_providers_vertica-4.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1/src}/airflow/providers/vertica/hooks/__init__.py +0 -0
{apache_airflow_providers_vertica-4.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-vertica
|
3
|
-
Version: 4.0.
|
3
|
+
Version: 4.0.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>
|
@@ -20,12 +20,12 @@ Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
|
24
23
|
Requires-Dist: apache-airflow>=2.9.0rc0
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
|
25
25
|
Requires-Dist: vertica-python>=0.6.0
|
26
26
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
27
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.
|
28
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.
|
27
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.1/changelog.html
|
28
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.1
|
29
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
30
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
31
31
|
Project-URL: Twitter, https://x.com/ApacheAirflow
|
@@ -49,33 +49,14 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
49
49
|
specific language governing permissions and limitations
|
50
50
|
under the License.
|
51
51
|
|
52
|
-
|
53
|
-
or more contributor license agreements. See the NOTICE file
|
54
|
-
distributed with this work for additional information
|
55
|
-
regarding copyright ownership. The ASF licenses this file
|
56
|
-
to you under the Apache License, Version 2.0 (the
|
57
|
-
"License"); you may not use this file except in compliance
|
58
|
-
with the License. You may obtain a copy of the License at
|
59
|
-
|
60
|
-
.. http://www.apache.org/licenses/LICENSE-2.0
|
61
|
-
|
62
|
-
.. Unless required by applicable law or agreed to in writing,
|
63
|
-
software distributed under the License is distributed on an
|
64
|
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
65
|
-
KIND, either express or implied. See the License for the
|
66
|
-
specific language governing permissions and limitations
|
67
|
-
under the License.
|
68
|
-
|
69
|
-
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
|
70
|
-
OVERWRITTEN WHEN PREPARING PACKAGES.
|
71
|
-
|
72
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
73
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
52
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
74
53
|
|
54
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
55
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
75
56
|
|
76
57
|
Package ``apache-airflow-providers-vertica``
|
77
58
|
|
78
|
-
Release: ``4.0.
|
59
|
+
Release: ``4.0.1``
|
79
60
|
|
80
61
|
|
81
62
|
`Vertica <https://www.vertica.com/>`__
|
@@ -88,7 +69,7 @@ This is a provider package for ``vertica`` provider. All classes for this provid
|
|
88
69
|
are in ``airflow.providers.vertica`` python package.
|
89
70
|
|
90
71
|
You can find package information and changelog for the provider
|
91
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.
|
72
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.1/>`_.
|
92
73
|
|
93
74
|
Installation
|
94
75
|
------------
|
@@ -130,4 +111,5 @@ Dependent package
|
|
130
111
|
============================================================================================================ ==============
|
131
112
|
|
132
113
|
The changelog for the provider package can be found in the
|
133
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.
|
114
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.1/changelog.html>`_.
|
115
|
+
|
{apache_airflow_providers_vertica-4.0.0rc2 → apache_airflow_providers_vertica-4.0.1rc1}/README.rst
RENAMED
@@ -16,33 +16,14 @@
|
|
16
16
|
specific language governing permissions and limitations
|
17
17
|
under the License.
|
18
18
|
|
19
|
-
|
20
|
-
or more contributor license agreements. See the NOTICE file
|
21
|
-
distributed with this work for additional information
|
22
|
-
regarding copyright ownership. The ASF licenses this file
|
23
|
-
to you under the Apache License, Version 2.0 (the
|
24
|
-
"License"); you may not use this file except in compliance
|
25
|
-
with the License. You may obtain a copy of the License at
|
26
|
-
|
27
|
-
.. http://www.apache.org/licenses/LICENSE-2.0
|
28
|
-
|
29
|
-
.. Unless required by applicable law or agreed to in writing,
|
30
|
-
software distributed under the License is distributed on an
|
31
|
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
32
|
-
KIND, either express or implied. See the License for the
|
33
|
-
specific language governing permissions and limitations
|
34
|
-
under the License.
|
35
|
-
|
36
|
-
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
|
37
|
-
OVERWRITTEN WHEN PREPARING PACKAGES.
|
38
|
-
|
39
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
40
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
19
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
41
20
|
|
21
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
42
23
|
|
43
24
|
Package ``apache-airflow-providers-vertica``
|
44
25
|
|
45
|
-
Release: ``4.0.
|
26
|
+
Release: ``4.0.1``
|
46
27
|
|
47
28
|
|
48
29
|
`Vertica <https://www.vertica.com/>`__
|
@@ -55,7 +36,7 @@ This is a provider package for ``vertica`` provider. All classes for this provid
|
|
55
36
|
are in ``airflow.providers.vertica`` python package.
|
56
37
|
|
57
38
|
You can find package information and changelog for the provider
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.1/>`_.
|
59
40
|
|
60
41
|
Installation
|
61
42
|
------------
|
@@ -97,4 +78,4 @@ Dependent package
|
|
97
78
|
============================================================================================================ ==============
|
98
79
|
|
99
80
|
The changelog for the provider package can be found in the
|
100
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.
|
81
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.1/changelog.html>`_.
|
@@ -1,4 +1,3 @@
|
|
1
|
-
|
2
1
|
# Licensed to the Apache Software Foundation (ASF) under one
|
3
2
|
# or more contributor license agreements. See the NOTICE file
|
4
3
|
# distributed with this work for additional information
|
@@ -16,18 +15,17 @@
|
|
16
15
|
# specific language governing permissions and limitations
|
17
16
|
# under the License.
|
18
17
|
|
19
|
-
# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
|
20
|
-
# OVERWRITTEN WHEN PREPARING PACKAGES.
|
18
|
+
# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
21
19
|
|
22
|
-
# IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
20
|
+
# IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE TEMPLATE
|
23
21
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
24
22
|
[build-system]
|
25
|
-
requires = ["flit_core==3.
|
23
|
+
requires = ["flit_core==3.11.0"]
|
26
24
|
build-backend = "flit_core.buildapi"
|
27
25
|
|
28
26
|
[project]
|
29
27
|
name = "apache-airflow-providers-vertica"
|
30
|
-
version = "4.0.
|
28
|
+
version = "4.0.1.rc1"
|
31
29
|
description = "Provider package apache-airflow-providers-vertica for Apache Airflow"
|
32
30
|
readme = "README.rst"
|
33
31
|
authors = [
|
@@ -53,15 +51,39 @@ classifiers = [
|
|
53
51
|
"Topic :: System :: Monitoring",
|
54
52
|
]
|
55
53
|
requires-python = "~=3.9"
|
54
|
+
|
55
|
+
# The dependencies should be modified in place in the generated file.
|
56
|
+
# Any change in the dependencies is preserved when the file is regenerated
|
57
|
+
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
58
|
+
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
56
59
|
dependencies = [
|
57
|
-
"apache-airflow-providers-common-sql>=1.20.0rc0",
|
58
60
|
"apache-airflow>=2.9.0rc0",
|
61
|
+
"apache-airflow-providers-common-sql>=1.20.0rc0",
|
59
62
|
"vertica-python>=0.6.0",
|
60
63
|
]
|
61
64
|
|
65
|
+
[dependency-groups]
|
66
|
+
dev = [
|
67
|
+
"apache-airflow",
|
68
|
+
"apache-airflow-task-sdk",
|
69
|
+
"apache-airflow-devel-common",
|
70
|
+
"apache-airflow-providers-common-sql",
|
71
|
+
# Additional devel dependencies (do not remove this line and add extra development dependencies)
|
72
|
+
]
|
73
|
+
|
74
|
+
[tool.uv.sources]
|
75
|
+
# These names must match the names as defined in the pyproject.toml of the workspace items,
|
76
|
+
# *not* the workspace folder paths
|
77
|
+
apache-airflow = {workspace = true}
|
78
|
+
apache-airflow-devel-common = {workspace = true}
|
79
|
+
apache-airflow-task-sdk = {workspace = true}
|
80
|
+
apache-airflow-providers-common-sql = {workspace = true}
|
81
|
+
apache-airflow-providers-fab = {workspace = true}
|
82
|
+
apache-airflow-providers-standard = {workspace = true}
|
83
|
+
|
62
84
|
[project.urls]
|
63
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.
|
64
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.
|
85
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.1"
|
86
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.0.1/changelog.html"
|
65
87
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
66
88
|
"Source Code" = "https://github.com/apache/airflow"
|
67
89
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -199,55 +199,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
199
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200
200
|
See the License for the specific language governing permissions and
|
201
201
|
limitations under the License.
|
202
|
-
|
203
|
-
============================================================================
|
204
|
-
APACHE AIRFLOW SUBCOMPONENTS:
|
205
|
-
|
206
|
-
The Apache Airflow project contains subcomponents with separate copyright
|
207
|
-
notices and license terms. Your use of the source code for the these
|
208
|
-
subcomponents is subject to the terms and conditions of the following
|
209
|
-
licenses.
|
210
|
-
|
211
|
-
|
212
|
-
========================================================================
|
213
|
-
Third party Apache 2.0 licenses
|
214
|
-
========================================================================
|
215
|
-
|
216
|
-
The following components are provided under the Apache 2.0 License.
|
217
|
-
See project link for details. The text of each license is also included
|
218
|
-
at 3rd-party-licenses/LICENSE-[project].txt.
|
219
|
-
|
220
|
-
(ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
|
221
|
-
(ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
|
222
|
-
(ALv2 License) bootstrap3-typeahead v4.0.2 (https://github.com/bassjobsen/Bootstrap-3-Typeahead)
|
223
|
-
(ALv2 License) connexion v2.7.0 (https://github.com/zalando/connexion)
|
224
|
-
|
225
|
-
========================================================================
|
226
|
-
MIT licenses
|
227
|
-
========================================================================
|
228
|
-
|
229
|
-
The following components are provided under the MIT License. See project link for details.
|
230
|
-
The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
|
231
|
-
|
232
|
-
(MIT License) jquery v3.5.1 (https://jquery.org/license/)
|
233
|
-
(MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
|
234
|
-
(MIT License) bootstrap v3.4.1 (https://github.com/twbs/bootstrap/)
|
235
|
-
(MIT License) d3-tip v0.9.1 (https://github.com/Caged/d3-tip)
|
236
|
-
(MIT License) dataTables v1.10.25 (https://datatables.net)
|
237
|
-
(MIT License) normalize.css v3.0.2 (http://necolas.github.io/normalize.css/)
|
238
|
-
(MIT License) ElasticMock v1.3.2 (https://github.com/vrcmarcos/elasticmock)
|
239
|
-
(MIT License) MomentJS v2.24.0 (http://momentjs.com/)
|
240
|
-
(MIT License) eonasdan-bootstrap-datetimepicker v4.17.49 (https://github.com/eonasdan/bootstrap-datetimepicker/)
|
241
|
-
|
242
|
-
========================================================================
|
243
|
-
BSD 3-Clause licenses
|
244
|
-
========================================================================
|
245
|
-
The following components are provided under the BSD 3-Clause license. See project links for details.
|
246
|
-
The text of each license is also included at 3rd-party-licenses/LICENSE-[project].txt.
|
247
|
-
|
248
|
-
(BSD 3 License) d3 v5.16.0 (https://d3js.org)
|
249
|
-
(BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
|
250
|
-
(BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
|
251
|
-
|
252
|
-
========================================================================
|
253
|
-
See 3rd-party-licenses/LICENSES-ui.txt for packages used in `/airflow/www`
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.0.
|
32
|
+
__version__ = "4.0.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.9.0"
|
@@ -15,8 +15,7 @@
|
|
15
15
|
# specific language governing permissions and limitations
|
16
16
|
# under the License.
|
17
17
|
|
18
|
-
# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
|
19
|
-
# OVERWRITTEN WHEN PREPARING PACKAGES.
|
18
|
+
# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
19
|
#
|
21
20
|
# IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
21
|
# `get_provider_info_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
@@ -28,8 +27,9 @@ def get_provider_info():
|
|
28
27
|
"name": "Vertica",
|
29
28
|
"description": "`Vertica <https://www.vertica.com/>`__\n",
|
30
29
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
30
|
+
"source-date-epoch": 1741509977,
|
32
31
|
"versions": [
|
32
|
+
"4.0.1",
|
33
33
|
"4.0.0",
|
34
34
|
"3.9.1",
|
35
35
|
"3.9.0",
|
@@ -59,16 +59,11 @@ def get_provider_info():
|
|
59
59
|
"1.0.1",
|
60
60
|
"1.0.0",
|
61
61
|
],
|
62
|
-
"dependencies": [
|
63
|
-
"apache-airflow>=2.9.0",
|
64
|
-
"apache-airflow-providers-common-sql>=1.20.0",
|
65
|
-
"vertica-python>=0.6.0",
|
66
|
-
],
|
67
62
|
"integrations": [
|
68
63
|
{
|
69
64
|
"integration-name": "Vertica",
|
70
65
|
"external-doc-url": "https://www.vertica.com/",
|
71
|
-
"logo": "/integration-logos/
|
66
|
+
"logo": "/docs/integration-logos/Vertica.png",
|
72
67
|
"tags": ["software"],
|
73
68
|
}
|
74
69
|
],
|
@@ -81,4 +76,10 @@ def get_provider_info():
|
|
81
76
|
"connection-type": "vertica",
|
82
77
|
}
|
83
78
|
],
|
79
|
+
"dependencies": [
|
80
|
+
"apache-airflow>=2.9.0",
|
81
|
+
"apache-airflow-providers-common-sql>=1.20.0",
|
82
|
+
"vertica-python>=0.6.0",
|
83
|
+
],
|
84
|
+
"devel-dependencies": [],
|
84
85
|
}
|
@@ -22,7 +22,8 @@ from typing import Any, Callable, overload
|
|
22
22
|
|
23
23
|
from vertica_python import connect
|
24
24
|
|
25
|
-
from airflow.providers.common.sql.hooks.
|
25
|
+
from airflow.providers.common.sql.hooks.handlers import fetch_all_handler
|
26
|
+
from airflow.providers.common.sql.hooks.sql import DbApiHook
|
26
27
|
|
27
28
|
|
28
29
|
def vertica_fetch_all_handler(cursor) -> list[tuple] | None:
|