apache-airflow-providers-apache-hive 9.1.4rc1__tar.gz → 9.2.1rc1__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-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/PKG-INFO +10 -10
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/README.rst +5 -5
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/changelog.rst +33 -6
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/index.rst +6 -6
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/provider.yaml +3 -1
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/pyproject.toml +5 -5
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/__init__.py +3 -3
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/hooks/hive.py +2 -1
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/operators/hive_stats.py +1 -2
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/transfers/s3_to_hive.py +1 -2
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/hooks/test_hive.py +1 -2
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/operators/test_hive_stats.py +1 -1
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/sensors/test_named_hive_partition.py +1 -1
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/transfers/test_s3_to_hive.py +1 -1
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/LICENSE +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/NOTICE +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/configurations-ref.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/connections/hive_cli.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/connections/hive_metastore.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/connections/hiveserver2.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/connections/index.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/integration-logos/hive.png +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/macros.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/get_provider_info.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/hooks/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/macros/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/macros/hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/operators/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/operators/hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/plugins/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/plugins/hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/sensors/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/sensors/hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/sensors/metastore_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/sensors/named_hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/transfers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/transfers/hive_to_mysql.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/transfers/hive_to_samba.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/transfers/mssql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/transfers/mysql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/transfers/vertica_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/src/airflow/providers/apache/hive/version_compat.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/integration/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/integration/apache/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/integration/apache/hive/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/integration/apache/hive/transfers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/integration/apache/hive/transfers/test_mssql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/system/apache/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/system/apache/hive/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/system/apache/hive/example_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/system/apache/hive/example_twitter_README.md +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/system/apache/hive/example_twitter_dag.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/hooks/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/hooks/query_results.csv +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/macros/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/macros/test_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/operators/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/operators/test_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/sensors/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/sensors/test_hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/sensors/test_metastore_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/transfers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/transfers/test_hive_to_mysql.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/transfers/test_hive_to_samba.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/transfers/test_mssql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/transfers/test_mysql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.1.4rc1 → apache_airflow_providers_apache_hive-9.2.1rc1}/tests/unit/apache/hive/transfers/test_vertica_to_hive.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-apache-hive
|
|
3
|
-
Version: 9.
|
|
3
|
+
Version: 9.2.1rc1
|
|
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,8 +22,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: apache-airflow>=2.
|
|
26
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.11.0rc1
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.10.1rc1
|
|
27
27
|
Requires-Dist: apache-airflow-providers-common-sql>=1.26.0rc1
|
|
28
28
|
Requires-Dist: hmsclient>=0.1.0
|
|
29
29
|
Requires-Dist: pandas>=2.1.2; python_version <"3.13"
|
|
@@ -40,8 +40,8 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
|
|
40
40
|
Requires-Dist: apache-airflow-providers-samba ; extra == "samba"
|
|
41
41
|
Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
|
|
42
42
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
43
|
-
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.1
|
|
44
|
-
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.1
|
|
43
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1/changelog.html
|
|
44
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1
|
|
45
45
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
46
46
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
47
47
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -80,7 +80,7 @@ Provides-Extra: vertica
|
|
|
80
80
|
|
|
81
81
|
Package ``apache-airflow-providers-apache-hive``
|
|
82
82
|
|
|
83
|
-
Release: ``9.1
|
|
83
|
+
Release: ``9.2.1``
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
`Apache Hive <https://hive.apache.org/>`__
|
|
@@ -93,7 +93,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
|
|
|
93
93
|
are in ``airflow.providers.apache.hive`` python package.
|
|
94
94
|
|
|
95
95
|
You can find package information and changelog for the provider
|
|
96
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.1
|
|
96
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1/>`_.
|
|
97
97
|
|
|
98
98
|
Installation
|
|
99
99
|
------------
|
|
@@ -110,8 +110,8 @@ Requirements
|
|
|
110
110
|
========================================== =====================================
|
|
111
111
|
PIP package Version required
|
|
112
112
|
========================================== =====================================
|
|
113
|
-
``apache-airflow`` ``>=2.
|
|
114
|
-
``apache-airflow-providers-common-compat`` ``>=1.
|
|
113
|
+
``apache-airflow`` ``>=2.11.0``
|
|
114
|
+
``apache-airflow-providers-common-compat`` ``>=1.10.1``
|
|
115
115
|
``apache-airflow-providers-common-sql`` ``>=1.26.0``
|
|
116
116
|
``hmsclient`` ``>=0.1.0``
|
|
117
117
|
``pandas`` ``>=2.1.2; python_version < "3.13"``
|
|
@@ -163,5 +163,5 @@ Extra Dependencies
|
|
|
163
163
|
=================== =============================================================================================
|
|
164
164
|
|
|
165
165
|
The changelog for the provider package can be found in the
|
|
166
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.1
|
|
166
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1/changelog.html>`_.
|
|
167
167
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-apache-hive``
|
|
25
25
|
|
|
26
|
-
Release: ``9.1
|
|
26
|
+
Release: ``9.2.1``
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
`Apache Hive <https://hive.apache.org/>`__
|
|
@@ -36,7 +36,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
|
|
|
36
36
|
are in ``airflow.providers.apache.hive`` python package.
|
|
37
37
|
|
|
38
38
|
You can find package information and changelog for the provider
|
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.1
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1/>`_.
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -53,8 +53,8 @@ Requirements
|
|
|
53
53
|
========================================== =====================================
|
|
54
54
|
PIP package Version required
|
|
55
55
|
========================================== =====================================
|
|
56
|
-
``apache-airflow`` ``>=2.
|
|
57
|
-
``apache-airflow-providers-common-compat`` ``>=1.
|
|
56
|
+
``apache-airflow`` ``>=2.11.0``
|
|
57
|
+
``apache-airflow-providers-common-compat`` ``>=1.10.1``
|
|
58
58
|
``apache-airflow-providers-common-sql`` ``>=1.26.0``
|
|
59
59
|
``hmsclient`` ``>=0.1.0``
|
|
60
60
|
``pandas`` ``>=2.1.2; python_version < "3.13"``
|
|
@@ -106,4 +106,4 @@ Extra Dependencies
|
|
|
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/9.1
|
|
109
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1/changelog.html>`_.
|
|
@@ -27,6 +27,33 @@
|
|
|
27
27
|
Changelog
|
|
28
28
|
---------
|
|
29
29
|
|
|
30
|
+
9.2.1
|
|
31
|
+
.....
|
|
32
|
+
|
|
33
|
+
Misc
|
|
34
|
+
~~~~
|
|
35
|
+
|
|
36
|
+
* ``Add backcompat for exceptions in providers (#58727)``
|
|
37
|
+
|
|
38
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
39
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
40
|
+
|
|
41
|
+
9.2.0
|
|
42
|
+
.....
|
|
43
|
+
|
|
44
|
+
.. note::
|
|
45
|
+
This release of provider is only available for Airflow 2.11+ as explained in the
|
|
46
|
+
Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
|
|
47
|
+
|
|
48
|
+
Misc
|
|
49
|
+
~~~~
|
|
50
|
+
|
|
51
|
+
* ``Bump minimum Airflow version in providers to Airflow 2.11.0 (#58612)``
|
|
52
|
+
|
|
53
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
54
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
55
|
+
* ``Updates to release process of providers (#58316)``
|
|
56
|
+
|
|
30
57
|
9.1.4
|
|
31
58
|
.....
|
|
32
59
|
|
|
@@ -236,8 +263,6 @@ Misc
|
|
|
236
263
|
.. Below changes are excluded from the changelog. Move them to
|
|
237
264
|
appropriate section above if needed. Do not delete the lines(!):
|
|
238
265
|
* ``Use Python 3.9 as target version for Ruff & Black rules (#44298)``
|
|
239
|
-
|
|
240
|
-
.. Review and move the new changes to one of the sections above:
|
|
241
266
|
* ``Update path of example dags in docs (#45069)``
|
|
242
267
|
|
|
243
268
|
8.2.1
|
|
@@ -334,7 +359,8 @@ Features
|
|
|
334
359
|
|
|
335
360
|
* ``Adding support to hive hook for high availability Hive installations (#38651)``
|
|
336
361
|
|
|
337
|
-
..
|
|
362
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
363
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
338
364
|
* ``Fix TRY002 for apache hive provider (#38781)``
|
|
339
365
|
* ``Bump ruff to 0.3.3 (#38240)``
|
|
340
366
|
* ``Fix D105 for Apache Hive Provider (#38042)``
|
|
@@ -371,7 +397,8 @@ Misc
|
|
|
371
397
|
|
|
372
398
|
* ``Fix pyhive hive_pure_sasl extra name (#37323)``
|
|
373
399
|
|
|
374
|
-
..
|
|
400
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
401
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
375
402
|
* ``D401 Support in Providers (simple) (#37258)``
|
|
376
403
|
|
|
377
404
|
6.4.2
|
|
@@ -646,7 +673,6 @@ of ``apache.hive`` the hive macros are provided by the Provider.
|
|
|
646
673
|
* ``Move Hive macros to the provider (#28538)``
|
|
647
674
|
* ``Make pandas dependency optional for Amazon Provider (#28505)``
|
|
648
675
|
|
|
649
|
-
.. Review and move the new changes to one of the sections above:
|
|
650
676
|
|
|
651
677
|
5.0.0
|
|
652
678
|
.....
|
|
@@ -707,7 +733,8 @@ Misc
|
|
|
707
733
|
|
|
708
734
|
* ``Add common-sql lower bound for common-sql (#25789)``
|
|
709
735
|
|
|
710
|
-
..
|
|
736
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
737
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
711
738
|
* ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)``
|
|
712
739
|
|
|
713
740
|
4.0.0
|
|
@@ -79,7 +79,7 @@ apache-airflow-providers-apache-hive package
|
|
|
79
79
|
`Apache Hive <https://hive.apache.org/>`__
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
Release: 9.1
|
|
82
|
+
Release: 9.2.1
|
|
83
83
|
|
|
84
84
|
Provider package
|
|
85
85
|
----------------
|
|
@@ -97,13 +97,13 @@ For the minimum Airflow version supported, see ``Requirements`` below.
|
|
|
97
97
|
Requirements
|
|
98
98
|
------------
|
|
99
99
|
|
|
100
|
-
The minimum Apache Airflow version supported by this provider distribution is ``2.
|
|
100
|
+
The minimum Apache Airflow version supported by this provider distribution is ``2.11.0``.
|
|
101
101
|
|
|
102
102
|
========================================== =====================================
|
|
103
103
|
PIP package Version required
|
|
104
104
|
========================================== =====================================
|
|
105
|
-
``apache-airflow`` ``>=2.
|
|
106
|
-
``apache-airflow-providers-common-compat`` ``>=1.
|
|
105
|
+
``apache-airflow`` ``>=2.11.0``
|
|
106
|
+
``apache-airflow-providers-common-compat`` ``>=1.10.1``
|
|
107
107
|
``apache-airflow-providers-common-sql`` ``>=1.26.0``
|
|
108
108
|
``hmsclient`` ``>=0.1.0``
|
|
109
109
|
``pandas`` ``>=2.1.2; python_version < "3.13"``
|
|
@@ -144,5 +144,5 @@ Downloading official packages
|
|
|
144
144
|
You can download officially released packages and verify their checksums and signatures from the
|
|
145
145
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
|
146
146
|
|
|
147
|
-
* `The apache-airflow-providers-apache-hive 9.1
|
|
148
|
-
* `The apache-airflow-providers-apache-hive 9.1
|
|
147
|
+
* `The apache-airflow-providers-apache-hive 9.2.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1.tar.gz.sha512>`__)
|
|
148
|
+
* `The apache-airflow-providers-apache-hive 9.2.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.1-py3-none-any.whl.sha512>`__)
|
|
@@ -22,12 +22,14 @@ description: |
|
|
|
22
22
|
`Apache Hive <https://hive.apache.org/>`__
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
25
|
+
source-date-epoch: 1765298778
|
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
|
29
29
|
# to be done in the same PR
|
|
30
30
|
versions:
|
|
31
|
+
- 9.2.1
|
|
32
|
+
- 9.2.0
|
|
31
33
|
- 9.1.4
|
|
32
34
|
- 9.1.3
|
|
33
35
|
- 9.1.2
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-apache-hive"
|
|
28
|
-
version = "9.
|
|
28
|
+
version = "9.2.1rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
license = "Apache-2.0"
|
|
@@ -58,8 +58,8 @@ requires-python = ">=3.10"
|
|
|
58
58
|
# Make sure to run ``prek update-providers-dependencies --all-files``
|
|
59
59
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
60
60
|
dependencies = [
|
|
61
|
-
"apache-airflow>=2.
|
|
62
|
-
"apache-airflow-providers-common-compat>=1.
|
|
61
|
+
"apache-airflow>=2.11.0rc1",
|
|
62
|
+
"apache-airflow-providers-common-compat>=1.10.1rc1",
|
|
63
63
|
"apache-airflow-providers-common-sql>=1.26.0rc1",
|
|
64
64
|
"hmsclient>=0.1.0",
|
|
65
65
|
'pandas>=2.1.2; python_version <"3.13"',
|
|
@@ -141,8 +141,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
141
141
|
apache-airflow-providers-standard = {workspace = true}
|
|
142
142
|
|
|
143
143
|
[project.urls]
|
|
144
|
-
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.1
|
|
145
|
-
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.1
|
|
144
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1"
|
|
145
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.1/changelog.html"
|
|
146
146
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
147
147
|
"Source Code" = "https://github.com/apache/airflow"
|
|
148
148
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "9.1
|
|
32
|
+
__version__ = "9.2.1"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
|
-
"2.
|
|
35
|
+
"2.11.0"
|
|
36
36
|
):
|
|
37
37
|
raise RuntimeError(
|
|
38
|
-
f"The package `apache-airflow-providers-apache-hive:{__version__}` needs Apache Airflow 2.
|
|
38
|
+
f"The package `apache-airflow-providers-apache-hive:{__version__}` needs Apache Airflow 2.11.0+"
|
|
39
39
|
)
|
|
@@ -32,9 +32,10 @@ from deprecated import deprecated
|
|
|
32
32
|
from typing_extensions import overload
|
|
33
33
|
|
|
34
34
|
from airflow.configuration import conf
|
|
35
|
-
from airflow.exceptions import
|
|
35
|
+
from airflow.exceptions import AirflowProviderDeprecationWarning
|
|
36
36
|
from airflow.providers.common.compat.sdk import (
|
|
37
37
|
AIRFLOW_VAR_NAME_FORMAT_MAPPING,
|
|
38
|
+
AirflowException,
|
|
38
39
|
BaseHook,
|
|
39
40
|
)
|
|
40
41
|
from airflow.providers.common.sql.hooks.sql import DbApiHook
|
|
@@ -21,9 +21,8 @@ import json
|
|
|
21
21
|
from collections.abc import Callable, Sequence
|
|
22
22
|
from typing import TYPE_CHECKING, Any
|
|
23
23
|
|
|
24
|
-
from airflow.exceptions import AirflowException
|
|
25
24
|
from airflow.providers.apache.hive.hooks.hive import HiveMetastoreHook
|
|
26
|
-
from airflow.providers.common.compat.sdk import BaseOperator
|
|
25
|
+
from airflow.providers.common.compat.sdk import AirflowException, BaseOperator
|
|
27
26
|
from airflow.providers.mysql.hooks.mysql import MySqlHook
|
|
28
27
|
from airflow.providers.presto.hooks.presto import PrestoHook
|
|
29
28
|
|
|
@@ -28,10 +28,9 @@ from collections.abc import Sequence
|
|
|
28
28
|
from tempfile import NamedTemporaryFile, TemporaryDirectory
|
|
29
29
|
from typing import TYPE_CHECKING, Any
|
|
30
30
|
|
|
31
|
-
from airflow.exceptions import AirflowException
|
|
32
31
|
from airflow.providers.amazon.aws.hooks.s3 import S3Hook
|
|
33
32
|
from airflow.providers.apache.hive.hooks.hive import HiveCliHook
|
|
34
|
-
from airflow.providers.common.compat.sdk import BaseOperator
|
|
33
|
+
from airflow.providers.common.compat.sdk import AirflowException, BaseOperator
|
|
35
34
|
|
|
36
35
|
if TYPE_CHECKING:
|
|
37
36
|
from airflow.providers.common.compat.sdk import Context
|
|
@@ -27,11 +27,10 @@ import polars as pl
|
|
|
27
27
|
import pytest
|
|
28
28
|
from hmsclient import HMSClient
|
|
29
29
|
|
|
30
|
-
from airflow.exceptions import AirflowException
|
|
31
30
|
from airflow.models.connection import Connection
|
|
32
31
|
from airflow.models.dag import DAG
|
|
33
32
|
from airflow.providers.apache.hive.hooks.hive import HiveCliHook, HiveMetastoreHook, HiveServer2Hook
|
|
34
|
-
from airflow.providers.common.compat.sdk import AIRFLOW_VAR_NAME_FORMAT_MAPPING
|
|
33
|
+
from airflow.providers.common.compat.sdk import AIRFLOW_VAR_NAME_FORMAT_MAPPING, AirflowException
|
|
35
34
|
from airflow.secrets.environment_variables import CONN_ENV_PREFIX
|
|
36
35
|
from airflow.utils import timezone
|
|
37
36
|
|
|
@@ -23,8 +23,8 @@ from unittest.mock import MagicMock, patch
|
|
|
23
23
|
|
|
24
24
|
import pytest
|
|
25
25
|
|
|
26
|
-
from airflow.exceptions import AirflowException
|
|
27
26
|
from airflow.providers.apache.hive.operators.hive_stats import HiveStatsCollectionOperator
|
|
27
|
+
from airflow.providers.common.compat.sdk import AirflowException
|
|
28
28
|
from airflow.providers.presto.hooks.presto import PrestoHook
|
|
29
29
|
|
|
30
30
|
from unit.apache.hive import (
|
|
@@ -23,9 +23,9 @@ from unittest import mock
|
|
|
23
23
|
|
|
24
24
|
import pytest
|
|
25
25
|
|
|
26
|
-
from airflow.exceptions import AirflowSensorTimeout
|
|
27
26
|
from airflow.models.dag import DAG
|
|
28
27
|
from airflow.providers.apache.hive.sensors.named_hive_partition import NamedHivePartitionSensor
|
|
28
|
+
from airflow.providers.common.compat.sdk import AirflowSensorTimeout
|
|
29
29
|
from airflow.utils.timezone import datetime
|
|
30
30
|
|
|
31
31
|
from unit.apache.hive import MockHiveMetastoreHook, TestHiveEnvironment
|
|
@@ -29,8 +29,8 @@ from unittest import mock
|
|
|
29
29
|
|
|
30
30
|
import pytest
|
|
31
31
|
|
|
32
|
-
from airflow.exceptions import AirflowException
|
|
33
32
|
from airflow.providers.apache.hive.transfers.s3_to_hive import S3ToHiveOperator, uncompress_file
|
|
33
|
+
from airflow.providers.common.compat.sdk import AirflowException
|
|
34
34
|
|
|
35
35
|
import tests_common.test_utils.file_loading
|
|
36
36
|
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|