apache-airflow-providers-apache-hive 8.0.0rc1__py3-none-any.whl → 8.1.0rc1__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.

Potentially problematic release.


This version of apache-airflow-providers-apache-hive might be problematic. Click here for more details.

@@ -27,7 +27,7 @@ import packaging.version
27
27
 
28
28
  __all__ = ["__version__"]
29
29
 
30
- __version__ = "8.0.0"
30
+ __version__ = "8.1.0"
31
31
 
32
32
  try:
33
33
  from airflow import __version__ as airflow_version
@@ -35,8 +35,8 @@ except ImportError:
35
35
  from airflow.version import version as airflow_version
36
36
 
37
37
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
38
- "2.6.0"
38
+ "2.7.0"
39
39
  ):
40
40
  raise RuntimeError(
41
- f"The package `apache-airflow-providers-apache-hive:{__version__}` needs Apache Airflow 2.6.0+"
41
+ f"The package `apache-airflow-providers-apache-hive:{__version__}` needs Apache Airflow 2.7.0+"
42
42
  )
@@ -28,8 +28,9 @@ def get_provider_info():
28
28
  "name": "Apache Hive",
29
29
  "description": "`Apache Hive <https://hive.apache.org/>`__\n",
30
30
  "state": "ready",
31
- "source-date-epoch": 1709554960,
31
+ "source-date-epoch": 1714475614,
32
32
  "versions": [
33
+ "8.1.0",
33
34
  "8.0.0",
34
35
  "7.0.1",
35
36
  "7.0.0",
@@ -73,7 +74,7 @@ def get_provider_info():
73
74
  "1.0.0",
74
75
  ],
75
76
  "dependencies": [
76
- "apache-airflow>=2.6.0",
77
+ "apache-airflow>=2.7.0",
77
78
  "apache-airflow-providers-common-sql>=1.3.1",
78
79
  "hmsclient>=0.1.0",
79
80
  "pandas>=1.2.5,<2.2",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-apache-hive
3
- Version: 8.0.0rc1
3
+ Version: 8.1.0rc1
4
4
  Summary: Provider package apache-airflow-providers-apache-hive for Apache Airflow
5
5
  Keywords: airflow-provider,apache.hive,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
23
  Classifier: Topic :: System :: Monitoring
24
24
  Requires-Dist: apache-airflow-providers-common-sql>=1.3.1rc0
25
- Requires-Dist: apache-airflow>=2.6.0rc0
25
+ Requires-Dist: apache-airflow>=2.7.0rc0
26
26
  Requires-Dist: hmsclient>=0.1.0
27
27
  Requires-Dist: pandas>=1.2.5,<2.2
28
28
  Requires-Dist: pyhive[hive_pure_sasl]>=0.7.0
@@ -35,8 +35,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
35
35
  Requires-Dist: apache-airflow-providers-samba ; extra == "samba"
36
36
  Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
37
37
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
38
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.0.0/changelog.html
39
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.0.0
38
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.1.0/changelog.html
39
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.1.0
40
40
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
41
41
  Project-URL: Source Code, https://github.com/apache/airflow
42
42
  Project-URL: Twitter, https://twitter.com/ApacheAirflow
@@ -93,7 +93,7 @@ Provides-Extra: vertica
93
93
 
94
94
  Package ``apache-airflow-providers-apache-hive``
95
95
 
96
- Release: ``8.0.0.rc1``
96
+ Release: ``8.1.0.rc1``
97
97
 
98
98
 
99
99
  `Apache Hive <https://hive.apache.org/>`__
@@ -106,7 +106,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
106
106
  are in ``airflow.providers.apache.hive`` python package.
107
107
 
108
108
  You can find package information and changelog for the provider
109
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.0.0/>`_.
109
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.1.0/>`_.
110
110
 
111
111
  Installation
112
112
  ------------
@@ -123,7 +123,7 @@ Requirements
123
123
  ======================================= ==================
124
124
  PIP package Version required
125
125
  ======================================= ==================
126
- ``apache-airflow`` ``>=2.6.0``
126
+ ``apache-airflow`` ``>=2.7.0``
127
127
  ``apache-airflow-providers-common-sql`` ``>=1.3.1``
128
128
  ``hmsclient`` ``>=0.1.0``
129
129
  ``pandas`` ``>=1.2.5,<2.2``
@@ -157,4 +157,4 @@ Dependent package
157
157
  ====================================================================================================================== ===================
158
158
 
159
159
  The changelog for the provider package can be found in the
160
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.0.0/changelog.html>`_.
160
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.1.0/changelog.html>`_.
@@ -1,6 +1,6 @@
1
1
  airflow/providers/apache/hive/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
- airflow/providers/apache/hive/__init__.py,sha256=7HyQfYbLczHTWMwh4j-sDSDBd5eVE_3MZ5upltu96T8,1586
3
- airflow/providers/apache/hive/get_provider_info.py,sha256=B3KhlllYW3Vw0c0LdbfDkJ8z31M6AwCr8OJFhlrzS6k,6830
2
+ airflow/providers/apache/hive/__init__.py,sha256=tGRv0u44CWJcT2llZ0lCqw_58UH3cyUtqGBEPVrtLww,1586
3
+ airflow/providers/apache/hive/get_provider_info.py,sha256=KXy6Vi-okuPXC0cNtyny7IS46jdtg6vI9j9jSAW_PJw,6851
4
4
  airflow/providers/apache/hive/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
5
  airflow/providers/apache/hive/hooks/hive.py,sha256=Gtrtji_uyTfzcder-RXOfwQOQKIrg5KWUV3BgswdfJg,42869
6
6
  airflow/providers/apache/hive/macros/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
@@ -21,7 +21,7 @@ airflow/providers/apache/hive/transfers/mssql_to_hive.py,sha256=bnhHsen0qqgenQD2
21
21
  airflow/providers/apache/hive/transfers/mysql_to_hive.py,sha256=eULN-LsKagLF8k2rKfyfOD0np1lvIxbNLjRL2DvUgrU,6625
22
22
  airflow/providers/apache/hive/transfers/s3_to_hive.py,sha256=s5OOVnDy3Cm21Ypbp2Gjxff7LhHFb1hFtZI30b8xj-Q,11750
23
23
  airflow/providers/apache/hive/transfers/vertica_to_hive.py,sha256=3REqZwpdgNo5PFsDV-8wXWyt9XtmemyETT5sq6ABBT0,5519
24
- apache_airflow_providers_apache_hive-8.0.0rc1.dist-info/entry_points.txt,sha256=Hzixt33mYYldwmwswarArUB7ZU0xbmUtd3tFViZ414s,185
25
- apache_airflow_providers_apache_hive-8.0.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
26
- apache_airflow_providers_apache_hive-8.0.0rc1.dist-info/METADATA,sha256=2wqN_tptjWXFLAYCtqxKXTAVv2Ww5GHPL2vLojOLPRE,7875
27
- apache_airflow_providers_apache_hive-8.0.0rc1.dist-info/RECORD,,
24
+ apache_airflow_providers_apache_hive-8.1.0rc1.dist-info/entry_points.txt,sha256=Hzixt33mYYldwmwswarArUB7ZU0xbmUtd3tFViZ414s,185
25
+ apache_airflow_providers_apache_hive-8.1.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
26
+ apache_airflow_providers_apache_hive-8.1.0rc1.dist-info/METADATA,sha256=0QITeGsegbzT-Scvt82XEr1SEcSkEmuKAaNJPie7Mpk,7875
27
+ apache_airflow_providers_apache_hive-8.1.0rc1.dist-info/RECORD,,