apache-airflow-providers-apache-hive 9.0.2__tar.gz → 9.0.3rc1__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.
Potentially problematic release.
This version of apache-airflow-providers-apache-hive might be problematic. Click here for more details.
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/PKG-INFO +26 -27
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/README.rst +20 -21
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/pyproject.toml +34 -10
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/__init__.py +1 -1
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/get_provider_info.py +3 -1
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/LICENSE +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/hooks/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/hooks/hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/macros/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/macros/hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/operators/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/operators/hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/operators/hive_stats.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/plugins/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/plugins/hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/sensors/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/sensors/hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/sensors/metastore_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/sensors/named_hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/transfers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/transfers/hive_to_mysql.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/transfers/hive_to_samba.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/transfers/mssql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/transfers/mysql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/transfers/s3_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.0.2 → apache_airflow_providers_apache_hive-9.0.3rc1}/src/airflow/providers/apache/hive/transfers/vertica_to_hive.py +0 -0
|
@@ -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,30 +1,29 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
2
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
|
3
|
+
or more contributor license agreements. See the NOTICE file
|
|
4
|
+
distributed with this work for additional information
|
|
5
|
+
regarding copyright ownership. The ASF licenses this file
|
|
6
|
+
to you under the Apache License, Version 2.0 (the
|
|
7
|
+
"License"); you may not use this file except in compliance
|
|
8
|
+
with the License. You may obtain a copy of the License at
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
.. Unless required by applicable law or agreed to in writing,
|
|
13
|
+
software distributed under the License is distributed on an
|
|
14
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
15
|
+
KIND, either express or implied. See the License for the
|
|
16
|
+
specific language governing permissions and limitations
|
|
17
|
+
under the License.
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
22
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
19
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
|
23
20
|
|
|
21
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
|
22
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
|
24
23
|
|
|
25
24
|
Package ``apache-airflow-providers-apache-hive``
|
|
26
25
|
|
|
27
|
-
Release: ``9.0.
|
|
26
|
+
Release: ``9.0.3``
|
|
28
27
|
|
|
29
28
|
|
|
30
29
|
`Apache Hive <https://hive.apache.org/>`__
|
|
@@ -37,7 +36,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
|
|
|
37
36
|
are in ``airflow.providers.apache.hive`` python package.
|
|
38
37
|
|
|
39
38
|
You can find package information and changelog for the provider
|
|
40
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.3/>`_.
|
|
41
40
|
|
|
42
41
|
Installation
|
|
43
42
|
------------
|
|
@@ -89,4 +88,4 @@ Dependent package
|
|
|
89
88
|
====================================================================================================================== ===================
|
|
90
89
|
|
|
91
90
|
The changelog for the provider package can be found in the
|
|
92
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.
|
|
91
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.3/changelog.html>`_.
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
# IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE TEMPLATE
|
|
21
21
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
|
22
22
|
[build-system]
|
|
23
|
-
requires = ["flit_core==3.
|
|
23
|
+
requires = ["flit_core==3.11.0"]
|
|
24
24
|
build-backend = "flit_core.buildapi"
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-apache-hive"
|
|
28
|
-
version = "9.0.
|
|
28
|
+
version = "9.0.3.rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -52,11 +52,13 @@ classifiers = [
|
|
|
52
52
|
]
|
|
53
53
|
requires-python = "~=3.9"
|
|
54
54
|
|
|
55
|
-
# The dependencies should be modified in place in the generated file
|
|
55
|
+
# The dependencies should be modified in place in the generated file.
|
|
56
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
|
57
|
+
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
|
58
|
+
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
57
59
|
dependencies = [
|
|
58
|
-
"apache-airflow>=2.9.
|
|
59
|
-
"apache-airflow-providers-common-sql>=1.20.
|
|
60
|
+
"apache-airflow>=2.9.0rc0",
|
|
61
|
+
"apache-airflow-providers-common-sql>=1.20.0rc0",
|
|
60
62
|
"hmsclient>=0.1.0",
|
|
61
63
|
# In pandas 2.2 minimal version of the sqlalchemy is 2.0
|
|
62
64
|
# https://pandas.pydata.org/docs/whatsnew/v2.2.0.html#increased-minimum-versions-for-dependencies
|
|
@@ -90,9 +92,34 @@ dependencies = [
|
|
|
90
92
|
"apache-airflow-providers-vertica"
|
|
91
93
|
]
|
|
92
94
|
|
|
95
|
+
[dependency-groups]
|
|
96
|
+
dev = [
|
|
97
|
+
"apache-airflow",
|
|
98
|
+
"apache-airflow-task-sdk",
|
|
99
|
+
"apache-airflow-devel-common",
|
|
100
|
+
"apache-airflow-providers-amazon",
|
|
101
|
+
"apache-airflow-providers-common-sql",
|
|
102
|
+
"apache-airflow-providers-microsoft-mssql",
|
|
103
|
+
"apache-airflow-providers-mysql",
|
|
104
|
+
"apache-airflow-providers-presto",
|
|
105
|
+
"apache-airflow-providers-samba",
|
|
106
|
+
"apache-airflow-providers-vertica",
|
|
107
|
+
# Additional devel dependencies (do not remove this line and add extra development dependencies)
|
|
108
|
+
]
|
|
109
|
+
|
|
110
|
+
[tool.uv.sources]
|
|
111
|
+
# These names must match the names as defined in the pyproject.toml of the workspace items,
|
|
112
|
+
# *not* the workspace folder paths
|
|
113
|
+
apache-airflow = {workspace = true}
|
|
114
|
+
apache-airflow-devel-common = {workspace = true}
|
|
115
|
+
apache-airflow-task-sdk = {workspace = true}
|
|
116
|
+
apache-airflow-providers-common-sql = {workspace = true}
|
|
117
|
+
apache-airflow-providers-fab = {workspace = true}
|
|
118
|
+
apache-airflow-providers-standard = {workspace = true}
|
|
119
|
+
|
|
93
120
|
[project.urls]
|
|
94
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.
|
|
95
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.
|
|
121
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.3"
|
|
122
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.0.3/changelog.html"
|
|
96
123
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
97
124
|
"Source Code" = "https://github.com/apache/airflow"
|
|
98
125
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -107,6 +134,3 @@ hive = "airflow.providers.apache.hive.plugins.hive:HivePlugin"
|
|
|
107
134
|
|
|
108
135
|
[tool.flit.module]
|
|
109
136
|
name = "airflow.providers.apache.hive"
|
|
110
|
-
|
|
111
|
-
[tool.pytest.ini_options]
|
|
112
|
-
ignore = "tests/system/"
|
|
@@ -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
|
}
|
|
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
|