apache-airflow-providers-apache-hive 8.0.0__tar.gz → 8.1.0__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_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/PKG-INFO +8 -8
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/README.rst +4 -4
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/__init__.py +3 -3
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/get_provider_info.py +3 -2
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/pyproject.toml +4 -4
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/LICENSE +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/hooks/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/hooks/hive.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/macros/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/macros/hive.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/operators/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/operators/hive.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/operators/hive_stats.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/plugins/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/plugins/hive.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/sensors/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/sensors/hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/sensors/metastore_partition.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/sensors/named_hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/transfers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/transfers/hive_to_mysql.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/transfers/hive_to_samba.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/transfers/mssql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/transfers/mysql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/transfers/s3_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/airflow/providers/apache/hive/transfers/vertica_to_hive.py +0 -0
{apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-apache-hive
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.1.0
|
|
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.1
|
|
25
|
-
Requires-Dist: apache-airflow>=2.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.7.0
|
|
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.
|
|
39
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.
|
|
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.
|
|
96
|
+
Release: ``8.1.0``
|
|
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.
|
|
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.
|
|
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.
|
|
160
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.1.0/changelog.html>`_.
|
{apache_airflow_providers_apache_hive-8.0.0 → apache_airflow_providers_apache_hive-8.1.0}/README.rst
RENAMED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-apache-hive``
|
|
44
44
|
|
|
45
|
-
Release: ``8.
|
|
45
|
+
Release: ``8.1.0``
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
`Apache Hive <https://hive.apache.org/>`__
|
|
@@ -55,7 +55,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
|
|
|
55
55
|
are in ``airflow.providers.apache.hive`` 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-apache-hive/8.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.1.0/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -72,7 +72,7 @@ Requirements
|
|
|
72
72
|
======================================= ==================
|
|
73
73
|
PIP package Version required
|
|
74
74
|
======================================= ==================
|
|
75
|
-
``apache-airflow`` ``>=2.
|
|
75
|
+
``apache-airflow`` ``>=2.7.0``
|
|
76
76
|
``apache-airflow-providers-common-sql`` ``>=1.3.1``
|
|
77
77
|
``hmsclient`` ``>=0.1.0``
|
|
78
78
|
``pandas`` ``>=1.2.5,<2.2``
|
|
@@ -106,4 +106,4 @@ Dependent package
|
|
|
106
106
|
====================================================================================================================== ===================
|
|
107
107
|
|
|
108
108
|
The changelog for the provider package can be found in the
|
|
109
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.
|
|
109
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.1.0/changelog.html>`_.
|
|
@@ -27,7 +27,7 @@ import packaging.version
|
|
|
27
27
|
|
|
28
28
|
__all__ = ["__version__"]
|
|
29
29
|
|
|
30
|
-
__version__ = "8.
|
|
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.
|
|
38
|
+
"2.7.0"
|
|
39
39
|
):
|
|
40
40
|
raise RuntimeError(
|
|
41
|
-
f"The package `apache-airflow-providers-apache-hive:{__version__}` needs Apache Airflow 2.
|
|
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":
|
|
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.
|
|
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",
|
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "apache-airflow-providers-apache-hive"
|
|
31
|
-
version = "8.
|
|
31
|
+
version = "8.1.0"
|
|
32
32
|
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
|
|
33
33
|
readme = "README.rst"
|
|
34
34
|
authors = [
|
|
@@ -57,7 +57,7 @@ classifiers = [
|
|
|
57
57
|
requires-python = "~=3.8"
|
|
58
58
|
dependencies = [
|
|
59
59
|
"apache-airflow-providers-common-sql>=1.3.1",
|
|
60
|
-
"apache-airflow>=2.
|
|
60
|
+
"apache-airflow>=2.7.0",
|
|
61
61
|
"hmsclient>=0.1.0",
|
|
62
62
|
"pandas>=1.2.5,<2.2",
|
|
63
63
|
"pyhive[hive_pure_sasl]>=0.7.0",
|
|
@@ -65,8 +65,8 @@ dependencies = [
|
|
|
65
65
|
]
|
|
66
66
|
|
|
67
67
|
[project.urls]
|
|
68
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.
|
|
69
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.
|
|
68
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.1.0"
|
|
69
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/8.1.0/changelog.html"
|
|
70
70
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
71
71
|
"Source Code" = "https://github.com/apache/airflow"
|
|
72
72
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|