apache-airflow-providers-apache-hive 9.0.2__py3-none-any.whl → 9.0.3rc1__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.
- airflow/providers/apache/hive/__init__.py +1 -1
- airflow/providers/apache/hive/get_provider_info.py +3 -1
- {apache_airflow_providers_apache_hive-9.0.2.dist-info → apache_airflow_providers_apache_hive-9.0.3rc1.dist-info}/METADATA +26 -27
- {apache_airflow_providers_apache_hive-9.0.2.dist-info → apache_airflow_providers_apache_hive-9.0.3rc1.dist-info}/RECORD +6 -6
- {apache_airflow_providers_apache_hive-9.0.2.dist-info → apache_airflow_providers_apache_hive-9.0.3rc1.dist-info}/WHEEL +1 -1
- {apache_airflow_providers_apache_hive-9.0.2.dist-info → apache_airflow_providers_apache_hive-9.0.3rc1.dist-info}/entry_points.txt +0 -0
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "9.0.
|
|
32
|
+
__version__ = "9.0.3"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.9.0"
|
|
@@ -27,8 +27,9 @@ def get_provider_info():
|
|
|
27
27
|
"name": "Apache Hive",
|
|
28
28
|
"description": "`Apache Hive <https://hive.apache.org/>`__\n",
|
|
29
29
|
"state": "ready",
|
|
30
|
-
"source-date-epoch":
|
|
30
|
+
"source-date-epoch": 1741507888,
|
|
31
31
|
"versions": [
|
|
32
|
+
"9.0.3",
|
|
32
33
|
"9.0.2",
|
|
33
34
|
"9.0.0",
|
|
34
35
|
"8.2.1",
|
|
@@ -199,4 +200,5 @@ def get_provider_info():
|
|
|
199
200
|
"samba": ["apache-airflow-providers-samba"],
|
|
200
201
|
"vertica": ["apache-airflow-providers-vertica"],
|
|
201
202
|
},
|
|
203
|
+
"devel-dependencies": [],
|
|
202
204
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-apache-hive
|
|
3
|
-
Version: 9.0.
|
|
3
|
+
Version: 9.0.3rc1
|
|
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>
|
|
@@ -20,8 +20,8 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
|
-
Requires-Dist: apache-airflow>=2.9.
|
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.20.
|
|
23
|
+
Requires-Dist: apache-airflow>=2.9.0rc0
|
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.0rc0
|
|
25
25
|
Requires-Dist: hmsclient>=0.1.0
|
|
26
26
|
Requires-Dist: pandas>=2.1.2,<2.2
|
|
27
27
|
Requires-Dist: pyhive[hive-pure-sasl]>=0.7.0
|
|
@@ -34,8 +34,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
|
|
34
34
|
Requires-Dist: apache-airflow-providers-samba ; extra == "samba"
|
|
35
35
|
Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
|
|
36
36
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
37
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.
|
|
38
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.
|
|
37
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.3/changelog.html
|
|
38
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.3
|
|
39
39
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
40
40
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
41
41
|
Project-URL: Twitter, https://x.com/ApacheAirflow
|
|
@@ -48,32 +48,31 @@ Provides-Extra: samba
|
|
|
48
48
|
Provides-Extra: vertica
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
51
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
|
52
|
+
or more contributor license agreements. See the NOTICE file
|
|
53
|
+
distributed with this work for additional information
|
|
54
|
+
regarding copyright ownership. The ASF licenses this file
|
|
55
|
+
to you under the Apache License, Version 2.0 (the
|
|
56
|
+
"License"); you may not use this file except in compliance
|
|
57
|
+
with the License. You may obtain a copy of the License at
|
|
58
58
|
|
|
59
|
-
|
|
59
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
61
|
+
.. Unless required by applicable law or agreed to in writing,
|
|
62
|
+
software distributed under the License is distributed on an
|
|
63
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
64
|
+
KIND, either express or implied. See the License for the
|
|
65
|
+
specific language governing permissions and limitations
|
|
66
|
+
under the License.
|
|
67
67
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
71
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
68
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
|
72
69
|
|
|
70
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
71
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
|
73
72
|
|
|
74
73
|
Package ``apache-airflow-providers-apache-hive``
|
|
75
74
|
|
|
76
|
-
Release: ``9.0.
|
|
75
|
+
Release: ``9.0.3``
|
|
77
76
|
|
|
78
77
|
|
|
79
78
|
`Apache Hive <https://hive.apache.org/>`__
|
|
@@ -86,7 +85,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
|
|
|
86
85
|
are in ``airflow.providers.apache.hive`` python package.
|
|
87
86
|
|
|
88
87
|
You can find package information and changelog for the provider
|
|
89
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.
|
|
88
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.3/>`_.
|
|
90
89
|
|
|
91
90
|
Installation
|
|
92
91
|
------------
|
|
@@ -138,5 +137,5 @@ Dependent package
|
|
|
138
137
|
====================================================================================================================== ===================
|
|
139
138
|
|
|
140
139
|
The changelog for the provider package can be found in the
|
|
141
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.
|
|
140
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.3/changelog.html>`_.
|
|
142
141
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
airflow/providers/apache/hive/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
2
|
-
airflow/providers/apache/hive/__init__.py,sha256=
|
|
3
|
-
airflow/providers/apache/hive/get_provider_info.py,sha256=
|
|
2
|
+
airflow/providers/apache/hive/__init__.py,sha256=QQEoxMkg3u--m5W-kHag0uwcGTZAc7rthlZc-CsCs7M,1498
|
|
3
|
+
airflow/providers/apache/hive/get_provider_info.py,sha256=mz5Ga-6RspJtgsbYftHISSDaaM7j1S8HYJ42Ipcqn_c,7453
|
|
4
4
|
airflow/providers/apache/hive/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
5
5
|
airflow/providers/apache/hive/hooks/hive.py,sha256=0BOk6tdrtq1vFXRMsqhLhXHGAmj85aOPnmS2movXcYQ,42573
|
|
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=SQGcJTAKPoRipmWL
|
|
|
21
21
|
airflow/providers/apache/hive/transfers/mysql_to_hive.py,sha256=6BkAoYrn9wDfSC0BKHp86EgoUVtqwHGz9nZsielCydQ,7022
|
|
22
22
|
airflow/providers/apache/hive/transfers/s3_to_hive.py,sha256=K5Zke6CF9Rgw7YDkOtWIYXC3_2TuXLTuwYxu8uVrGP0,12455
|
|
23
23
|
airflow/providers/apache/hive/transfers/vertica_to_hive.py,sha256=IBiMGF7322rOrwDbWMVB89oKO8hFhhBmc6rQwPkFA34,5555
|
|
24
|
-
apache_airflow_providers_apache_hive-9.0.
|
|
25
|
-
apache_airflow_providers_apache_hive-9.0.
|
|
26
|
-
apache_airflow_providers_apache_hive-9.0.
|
|
27
|
-
apache_airflow_providers_apache_hive-9.0.
|
|
24
|
+
apache_airflow_providers_apache_hive-9.0.3rc1.dist-info/entry_points.txt,sha256=Hzixt33mYYldwmwswarArUB7ZU0xbmUtd3tFViZ414s,185
|
|
25
|
+
apache_airflow_providers_apache_hive-9.0.3rc1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
|
|
26
|
+
apache_airflow_providers_apache_hive-9.0.3rc1.dist-info/METADATA,sha256=95hxI5BOmyZGFFaInF49BumI7JYQBGnkpvWKAzAmpZw,6958
|
|
27
|
+
apache_airflow_providers_apache_hive-9.0.3rc1.dist-info/RECORD,,
|