apache-airflow-providers-vertica 3.8.2rc1__py3-none-any.whl → 3.9.0__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,11 +29,11 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "3.8.2"
32
+ __version__ = "3.9.0"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
- "2.7.0"
35
+ "2.8.0"
36
36
  ):
37
37
  raise RuntimeError(
38
- f"The package `apache-airflow-providers-vertica:{__version__}` needs Apache Airflow 2.7.0+"
38
+ f"The package `apache-airflow-providers-vertica:{__version__}` needs Apache Airflow 2.8.0+"
39
39
  )
@@ -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": 1718605559,
31
+ "source-date-epoch": 1723970627,
32
32
  "versions": [
33
+ "3.9.0",
33
34
  "3.8.2",
34
35
  "3.8.1",
35
36
  "3.8.0",
@@ -57,7 +58,7 @@ def get_provider_info():
57
58
  "1.0.0",
58
59
  ],
59
60
  "dependencies": [
60
- "apache-airflow>=2.7.0",
61
+ "apache-airflow>=2.8.0",
61
62
  "apache-airflow-providers-common-sql>=1.3.1",
62
63
  "vertica-python>=0.6.0",
63
64
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-vertica
3
- Version: 3.8.2rc1
3
+ Version: 3.9.0
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>
@@ -21,13 +21,13 @@ Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.3.1rc0
25
- Requires-Dist: apache-airflow>=2.7.0rc0
24
+ Requires-Dist: apache-airflow-providers-common-sql>=1.3.1
25
+ Requires-Dist: apache-airflow>=2.8.0
26
26
  Requires-Dist: vertica-python>=0.6.0
27
27
  Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
28
28
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
29
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.8.2/changelog.html
30
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.8.2
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.0/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.0
31
31
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
32
  Project-URL: Source Code, https://github.com/apache/airflow
33
33
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -78,7 +78,7 @@ Provides-Extra: common.sql
78
78
 
79
79
  Package ``apache-airflow-providers-vertica``
80
80
 
81
- Release: ``3.8.2.rc1``
81
+ Release: ``3.9.0``
82
82
 
83
83
 
84
84
  `Vertica <https://www.vertica.com/>`__
@@ -91,7 +91,7 @@ This is a provider package for ``vertica`` provider. All classes for this provid
91
91
  are in ``airflow.providers.vertica`` python package.
92
92
 
93
93
  You can find package information and changelog for the provider
94
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.8.2/>`_.
94
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.0/>`_.
95
95
 
96
96
  Installation
97
97
  ------------
@@ -108,7 +108,7 @@ Requirements
108
108
  ======================================= ==================
109
109
  PIP package Version required
110
110
  ======================================= ==================
111
- ``apache-airflow`` ``>=2.7.0``
111
+ ``apache-airflow`` ``>=2.8.0``
112
112
  ``apache-airflow-providers-common-sql`` ``>=1.3.1``
113
113
  ``vertica-python`` ``>=0.6.0``
114
114
  ======================================= ==================
@@ -133,4 +133,4 @@ Dependent package
133
133
  ============================================================================================================ ==============
134
134
 
135
135
  The changelog for the provider package can be found in the
136
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.8.2/changelog.html>`_.
136
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-vertica/3.9.0/changelog.html>`_.
@@ -0,0 +1,11 @@
1
+ airflow/providers/vertica/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
+ airflow/providers/vertica/__init__.py,sha256=jgiREOvjz7j4vdPuFADRldcZgzl9f4mRasp1DAQIjtg,1494
3
+ airflow/providers/vertica/get_provider_info.py,sha256=ztKKD0ZkSiq_fZWb1I6BbmCzxhwNpNbhXR6ABsA_dew,2832
4
+ airflow/providers/vertica/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/vertica/hooks/vertica.py,sha256=GHoHK3QuerO4gjZVlijGt4NyS8oeCmqGS-oH40zGmxI,6123
6
+ airflow/providers/vertica/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
+ airflow/providers/vertica/operators/vertica.py,sha256=l44E-HFQZIQdaleFbe40ecQIgWxbCINcDK42FIVDD8k,2033
8
+ apache_airflow_providers_vertica-3.9.0.dist-info/entry_points.txt,sha256=VKHXp9S41UPsZQaZ1gYrR7GoVN06es6Yfb7PNEmy5Hc,103
9
+ apache_airflow_providers_vertica-3.9.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
+ apache_airflow_providers_vertica-3.9.0.dist-info/METADATA,sha256=hTzooF8lcOUiRUyatV_V3GybHa_8CRjjTzHtwkarVnM,6124
11
+ apache_airflow_providers_vertica-3.9.0.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- airflow/providers/vertica/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
- airflow/providers/vertica/__init__.py,sha256=8-7dIx1Hru0Vqdk0huT8TmV2LJyT74L5XvWxbOxoMd4,1494
3
- airflow/providers/vertica/get_provider_info.py,sha256=Hi7F799-psxmtjJHfsu3BLXz6ZlEliqyMePMlhYufQU,2811
4
- airflow/providers/vertica/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
- airflow/providers/vertica/hooks/vertica.py,sha256=GHoHK3QuerO4gjZVlijGt4NyS8oeCmqGS-oH40zGmxI,6123
6
- airflow/providers/vertica/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
- airflow/providers/vertica/operators/vertica.py,sha256=l44E-HFQZIQdaleFbe40ecQIgWxbCINcDK42FIVDD8k,2033
8
- apache_airflow_providers_vertica-3.8.2rc1.dist-info/entry_points.txt,sha256=VKHXp9S41UPsZQaZ1gYrR7GoVN06es6Yfb7PNEmy5Hc,103
9
- apache_airflow_providers_vertica-3.8.2rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
- apache_airflow_providers_vertica-3.8.2rc1.dist-info/METADATA,sha256=0gkV7DPy_1AH9KpyKPMRuLZ9CVJcgrUFp_UJPfmbkp4,6137
11
- apache_airflow_providers_vertica-3.8.2rc1.dist-info/RECORD,,