apache-airflow-providers-vertica 3.9.0__tar.gz → 3.9.1__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-3.9.0 → apache_airflow_providers_vertica-3.9.1}/PKG-INFO +13 -14
- {apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/README.rst +5 -5
- {apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/airflow/providers/vertica/__init__.py +1 -1
- {apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/airflow/providers/vertica/get_provider_info.py +3 -2
- {apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/airflow/providers/vertica/operators/vertica.py +2 -2
- {apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/pyproject.toml +6 -8
- {apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/airflow/providers/vertica/LICENSE +0 -0
- {apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/airflow/providers/vertica/hooks/__init__.py +0 -0
- {apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/airflow/providers/vertica/hooks/vertica.py +0 -0
- {apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/airflow/providers/vertica/operators/__init__.py +0 -0
@@ -1,11 +1,11 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: apache-airflow-providers-vertica
|
3
|
-
Version: 3.9.
|
3
|
+
Version: 3.9.1
|
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.9
|
9
9
|
Description-Content-Type: text/x-rst
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Environment :: Console
|
@@ -15,24 +15,23 @@ 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.8
|
19
18
|
Classifier: Programming Language :: Python :: 3.9
|
20
19
|
Classifier: Programming Language :: Python :: 3.10
|
21
20
|
Classifier: Programming Language :: Python :: 3.11
|
22
21
|
Classifier: Programming Language :: Python :: 3.12
|
23
22
|
Classifier: Topic :: System :: Monitoring
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.
|
23
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0
|
25
24
|
Requires-Dist: apache-airflow>=2.8.0
|
26
25
|
Requires-Dist: vertica-python>=0.6.0
|
27
|
-
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common
|
26
|
+
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common-sql"
|
28
27
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
29
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.
|
30
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.
|
28
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.1/changelog.html
|
29
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.1
|
31
30
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
32
31
|
Project-URL: Source Code, https://github.com/apache/airflow
|
33
32
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
34
33
|
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
35
|
-
Provides-Extra: common
|
34
|
+
Provides-Extra: common-sql
|
36
35
|
|
37
36
|
|
38
37
|
.. Licensed to the Apache Software Foundation (ASF) under one
|
@@ -78,7 +77,7 @@ Provides-Extra: common.sql
|
|
78
77
|
|
79
78
|
Package ``apache-airflow-providers-vertica``
|
80
79
|
|
81
|
-
Release: ``3.9.
|
80
|
+
Release: ``3.9.1``
|
82
81
|
|
83
82
|
|
84
83
|
`Vertica <https://www.vertica.com/>`__
|
@@ -91,7 +90,7 @@ This is a provider package for ``vertica`` provider. All classes for this provid
|
|
91
90
|
are in ``airflow.providers.vertica`` python package.
|
92
91
|
|
93
92
|
You can find package information and changelog for the provider
|
94
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.
|
93
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.1/>`_.
|
95
94
|
|
96
95
|
Installation
|
97
96
|
------------
|
@@ -100,7 +99,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
100
99
|
for the minimum Airflow version supported) via
|
101
100
|
``pip install apache-airflow-providers-vertica``
|
102
101
|
|
103
|
-
The package supports the following python versions: 3.
|
102
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
104
103
|
|
105
104
|
Requirements
|
106
105
|
------------
|
@@ -109,7 +108,7 @@ Requirements
|
|
109
108
|
PIP package Version required
|
110
109
|
======================================= ==================
|
111
110
|
``apache-airflow`` ``>=2.8.0``
|
112
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
111
|
+
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
113
112
|
``vertica-python`` ``>=0.6.0``
|
114
113
|
======================================= ==================
|
115
114
|
|
@@ -133,4 +132,4 @@ Dependent package
|
|
133
132
|
============================================================================================================ ==============
|
134
133
|
|
135
134
|
The changelog for the provider package can be found in the
|
136
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.
|
135
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.1/changelog.html>`_.
|
{apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/README.rst
RENAMED
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
Package ``apache-airflow-providers-vertica``
|
44
44
|
|
45
|
-
Release: ``3.9.
|
45
|
+
Release: ``3.9.1``
|
46
46
|
|
47
47
|
|
48
48
|
`Vertica <https://www.vertica.com/>`__
|
@@ -55,7 +55,7 @@ This is a provider package for ``vertica`` provider. All classes for this provid
|
|
55
55
|
are in ``airflow.providers.vertica`` python package.
|
56
56
|
|
57
57
|
You can find package information and changelog for the provider
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.1/>`_.
|
59
59
|
|
60
60
|
Installation
|
61
61
|
------------
|
@@ -64,7 +64,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
64
64
|
for the minimum Airflow version supported) via
|
65
65
|
``pip install apache-airflow-providers-vertica``
|
66
66
|
|
67
|
-
The package supports the following python versions: 3.
|
67
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
68
68
|
|
69
69
|
Requirements
|
70
70
|
------------
|
@@ -73,7 +73,7 @@ Requirements
|
|
73
73
|
PIP package Version required
|
74
74
|
======================================= ==================
|
75
75
|
``apache-airflow`` ``>=2.8.0``
|
76
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
76
|
+
``apache-airflow-providers-common-sql`` ``>=1.20.0``
|
77
77
|
``vertica-python`` ``>=0.6.0``
|
78
78
|
======================================= ==================
|
79
79
|
|
@@ -97,4 +97,4 @@ Dependent package
|
|
97
97
|
============================================================================================================ ==============
|
98
98
|
|
99
99
|
The changelog for the provider package can be found in the
|
100
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.
|
100
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.1/changelog.html>`_.
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "3.9.
|
32
|
+
__version__ = "3.9.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.8.0"
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "Vertica",
|
29
29
|
"description": "`Vertica <https://www.vertica.com/>`__\n",
|
30
30
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1731571138,
|
32
32
|
"versions": [
|
33
|
+
"3.9.1",
|
33
34
|
"3.9.0",
|
34
35
|
"3.8.2",
|
35
36
|
"3.8.1",
|
@@ -59,7 +60,7 @@ def get_provider_info():
|
|
59
60
|
],
|
60
61
|
"dependencies": [
|
61
62
|
"apache-airflow>=2.8.0",
|
62
|
-
"apache-airflow-providers-common-sql>=1.
|
63
|
+
"apache-airflow-providers-common-sql>=1.20.0",
|
63
64
|
"vertica-python>=0.6.0",
|
64
65
|
],
|
65
66
|
"integrations": [
|
@@ -17,7 +17,7 @@
|
|
17
17
|
# under the License.
|
18
18
|
from __future__ import annotations
|
19
19
|
|
20
|
-
from typing import Any, Sequence
|
20
|
+
from typing import Any, ClassVar, Sequence
|
21
21
|
|
22
22
|
from deprecated import deprecated
|
23
23
|
|
@@ -45,7 +45,7 @@ class VerticaOperator(SQLExecuteQueryOperator):
|
|
45
45
|
|
46
46
|
template_fields: Sequence[str] = ("sql",)
|
47
47
|
template_ext: Sequence[str] = (".sql",)
|
48
|
-
template_fields_renderers = {"sql": "sql"}
|
48
|
+
template_fields_renderers: ClassVar[dict] = {"sql": "sql"}
|
49
49
|
ui_color = "#b4e0ff"
|
50
50
|
|
51
51
|
def __init__(self, *, vertica_conn_id: str = "vertica_default", **kwargs: Any) -> None:
|
{apache_airflow_providers_vertica-3.9.0 → apache_airflow_providers_vertica-3.9.1}/pyproject.toml
RENAMED
@@ -21,14 +21,13 @@
|
|
21
21
|
|
22
22
|
# IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
23
23
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
24
|
-
#
|
25
24
|
[build-system]
|
26
|
-
requires = ["flit_core
|
25
|
+
requires = ["flit_core==3.10.1"]
|
27
26
|
build-backend = "flit_core.buildapi"
|
28
27
|
|
29
28
|
[project]
|
30
29
|
name = "apache-airflow-providers-vertica"
|
31
|
-
version = "3.9.
|
30
|
+
version = "3.9.1"
|
32
31
|
description = "Provider package apache-airflow-providers-vertica for Apache Airflow"
|
33
32
|
readme = "README.rst"
|
34
33
|
authors = [
|
@@ -47,23 +46,22 @@ classifiers = [
|
|
47
46
|
"Framework :: Apache Airflow",
|
48
47
|
"Framework :: Apache Airflow :: Provider",
|
49
48
|
"License :: OSI Approved :: Apache Software License",
|
50
|
-
"Programming Language :: Python :: 3.8",
|
51
49
|
"Programming Language :: Python :: 3.9",
|
52
50
|
"Programming Language :: Python :: 3.10",
|
53
51
|
"Programming Language :: Python :: 3.11",
|
54
52
|
"Programming Language :: Python :: 3.12",
|
55
53
|
"Topic :: System :: Monitoring",
|
56
54
|
]
|
57
|
-
requires-python = "~=3.
|
55
|
+
requires-python = "~=3.9"
|
58
56
|
dependencies = [
|
59
|
-
"apache-airflow-providers-common-sql>=1.
|
57
|
+
"apache-airflow-providers-common-sql>=1.20.0",
|
60
58
|
"apache-airflow>=2.8.0",
|
61
59
|
"vertica-python>=0.6.0",
|
62
60
|
]
|
63
61
|
|
64
62
|
[project.urls]
|
65
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.
|
66
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.
|
63
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.1"
|
64
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.1/changelog.html"
|
67
65
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
68
66
|
"Source Code" = "https://github.com/apache/airflow"
|
69
67
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
File without changes
|
File without changes
|
File without changes
|