apache-airflow-providers-vertica 4.1.1__py3-none-any.whl → 4.1.2rc1__py3-none-any.whl

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.
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "4.1.1"
32
+ __version__ = "4.1.2"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.10.0"
@@ -67,7 +67,7 @@ class VerticaHook(DbApiHook):
67
67
 
68
68
  def get_conn(self) -> connect:
69
69
  """Return vertica connection object."""
70
- conn = self.get_connection(self.vertica_conn_id) # type: ignore
70
+ conn = self.get_connection(self.get_conn_id())
71
71
  conn_config: dict[str, Any] = {
72
72
  "user": conn.login,
73
73
  "password": conn.password or "",
@@ -134,7 +134,7 @@ class VerticaHook(DbApiHook):
134
134
  conn = connect(**conn_config)
135
135
  return conn
136
136
 
137
- @overload # type: ignore[override]
137
+ @overload
138
138
  def run(
139
139
  self,
140
140
  sql: str | Iterable[str],
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-vertica
3
- Version: 4.1.1
3
+ Version: 4.1.2rc1
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.10
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
@@ -18,13 +18,14 @@ Classifier: License :: OSI Approved :: Apache Software License
18
18
  Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
21
22
  Classifier: Topic :: System :: Monitoring
22
- Requires-Dist: apache-airflow>=2.10.0
23
- Requires-Dist: apache-airflow-providers-common-sql>=1.26.0
24
- Requires-Dist: vertica-python>=0.6.0
23
+ Requires-Dist: apache-airflow>=2.10.0rc1
24
+ Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
25
+ Requires-Dist: vertica-python>=1.3.0
25
26
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
26
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.1/changelog.html
27
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.1
27
+ Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.2/changelog.html
28
+ Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-vertica/4.1.2
28
29
  Project-URL: Mastodon, https://fosstodon.org/@airflow
29
30
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
30
31
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -55,8 +56,9 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
55
56
 
56
57
  Package ``apache-airflow-providers-vertica``
57
58
 
58
- Release: ``4.1.1``
59
+ Release: ``4.1.2``
59
60
 
61
+ Release Date: ``|PypiReleaseDate|``
60
62
 
61
63
  `Vertica <https://www.vertica.com/>`__
62
64
 
@@ -68,7 +70,7 @@ This is a provider package for ``vertica`` provider. All classes for this provid
68
70
  are in ``airflow.providers.vertica`` python package.
69
71
 
70
72
  You can find package information and changelog for the provider
71
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.1/>`_.
73
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.2/>`_.
72
74
 
73
75
  Installation
74
76
  ------------
@@ -77,7 +79,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
77
79
  for the minimum Airflow version supported) via
78
80
  ``pip install apache-airflow-providers-vertica``
79
81
 
80
- The package supports the following python versions: 3.10,3.11,3.12
82
+ The package supports the following python versions: 3.10,3.11,3.12,3.13
81
83
 
82
84
  Requirements
83
85
  ------------
@@ -87,7 +89,7 @@ PIP package Version required
87
89
  ======================================= ==================
88
90
  ``apache-airflow`` ``>=2.10.0``
89
91
  ``apache-airflow-providers-common-sql`` ``>=1.26.0``
90
- ``vertica-python`` ``>=0.6.0``
92
+ ``vertica-python`` ``>=1.3.0``
91
93
  ======================================= ==================
92
94
 
93
95
  Cross provider package dependencies
@@ -110,5 +112,5 @@ Dependent package
110
112
  ============================================================================================================ ==============
111
113
 
112
114
  The changelog for the provider package can be found in the
113
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.1/changelog.html>`_.
115
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/4.1.2/changelog.html>`_.
114
116
 
@@ -0,0 +1,9 @@
1
+ airflow/providers/vertica/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
+ airflow/providers/vertica/__init__.py,sha256=T3TJZLZbUblJU2RHgBYqpwDPqN3mdCWAEVcGZgrJ7aY,1496
3
+ airflow/providers/vertica/get_provider_info.py,sha256=6jOES-zb_ai5r0JVYcipW7kHpcULt-NzqyIoaJZYzm4,1843
4
+ airflow/providers/vertica/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/vertica/hooks/vertica.py,sha256=gOC8j6GAEcZv3P6euS49Wmi2_LKt8wlju_-1wyxPzpE,6177
6
+ apache_airflow_providers_vertica-4.1.2rc1.dist-info/entry_points.txt,sha256=VKHXp9S41UPsZQaZ1gYrR7GoVN06es6Yfb7PNEmy5Hc,103
7
+ apache_airflow_providers_vertica-4.1.2rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
8
+ apache_airflow_providers_vertica-4.1.2rc1.dist-info/METADATA,sha256=qJX-8hzTj2g1LNZzhvZnIho3DiaU8OOqJhbIGRxct-8,5185
9
+ apache_airflow_providers_vertica-4.1.2rc1.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- airflow/providers/vertica/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/vertica/__init__.py,sha256=Jm2SbXcVTFfdScBBVrDUqiQOu_BtovHKQiwo02xwh0g,1496
3
- airflow/providers/vertica/get_provider_info.py,sha256=6jOES-zb_ai5r0JVYcipW7kHpcULt-NzqyIoaJZYzm4,1843
4
- airflow/providers/vertica/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
- airflow/providers/vertica/hooks/vertica.py,sha256=VB9AydQxvYP2luDpOWmiUTfRHRnl3jSfNXlKPH2wbno,6221
6
- apache_airflow_providers_vertica-4.1.1.dist-info/entry_points.txt,sha256=VKHXp9S41UPsZQaZ1gYrR7GoVN06es6Yfb7PNEmy5Hc,103
7
- apache_airflow_providers_vertica-4.1.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
8
- apache_airflow_providers_vertica-4.1.1.dist-info/METADATA,sha256=JpZkOqMHbFI4ULRbZjI7hm0d6bJNpX9AsSvGKsekTT0,5070
9
- apache_airflow_providers_vertica-4.1.1.dist-info/RECORD,,