apache-airflow-providers-apache-hive 9.2.2rc1__tar.gz → 9.2.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.
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/NOTICE +1 -1
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/PKG-INFO +7 -9
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/README.rst +3 -3
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/changelog.rst +14 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/index.rst +4 -4
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/provider.yaml +2 -1
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/pyproject.toml +4 -7
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/__init__.py +1 -1
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/hooks/hive.py +3 -3
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/operators/hive.py +1 -1
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/plugins/hive.py +1 -1
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/operators/test_hive.py +1 -1
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/LICENSE +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/configurations-ref.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/connections/hive_cli.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/connections/hive_metastore.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/connections/hiveserver2.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/connections/index.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/integration-logos/hive.png +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/macros.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/get_provider_info.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/hooks/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/macros/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/macros/hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/operators/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/operators/hive_stats.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/plugins/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/sensors/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/sensors/hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/sensors/metastore_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/sensors/named_hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/transfers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/transfers/hive_to_mysql.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/transfers/hive_to_samba.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/transfers/mssql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/transfers/mysql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/transfers/s3_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/transfers/vertica_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/src/airflow/providers/apache/hive/version_compat.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/integration/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/integration/apache/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/integration/apache/hive/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/integration/apache/hive/transfers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/integration/apache/hive/transfers/test_mssql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/system/apache/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/system/apache/hive/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/system/apache/hive/example_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/system/apache/hive/example_twitter_README.md +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/system/apache/hive/example_twitter_dag.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/hooks/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/hooks/query_results.csv +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/hooks/test_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/macros/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/macros/test_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/operators/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/operators/test_hive_stats.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/sensors/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/sensors/test_hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/sensors/test_metastore_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/sensors/test_named_hive_partition.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/transfers/__init__.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/transfers/test_hive_to_mysql.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/transfers/test_hive_to_samba.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/transfers/test_mssql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/transfers/test_mysql_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/tests/unit/apache/hive/transfers/test_s3_to_hive.py +0 -0
- {apache_airflow_providers_apache_hive-9.2.2rc1 → apache_airflow_providers_apache_hive-9.2.3rc1}/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.2.
|
|
3
|
+
Version: 9.2.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>
|
|
@@ -23,7 +23,7 @@ Classifier: Topic :: System :: Monitoring
|
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
25
|
Requires-Dist: apache-airflow>=2.11.0rc1
|
|
26
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.12.0rc1
|
|
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"
|
|
@@ -31,7 +31,6 @@ Requires-Dist: pandas>=2.2.3; python_version >="3.13"
|
|
|
31
31
|
Requires-Dist: pyhive[hive-pure-sasl]>=0.7.0
|
|
32
32
|
Requires-Dist: jmespath>=0.7.0
|
|
33
33
|
Requires-Dist: apache-airflow-providers-amazon ; extra == "amazon"
|
|
34
|
-
Requires-Dist: apache-airflow-providers-common-compat ; extra == "common-compat"
|
|
35
34
|
Requires-Dist: winkerberos>=0.7.0 ; extra == "gssapi" and ( sys_platform == "win32")
|
|
36
35
|
Requires-Dist: kerberos>=1.3.0 ; extra == "gssapi" and ( sys_platform != "win32")
|
|
37
36
|
Requires-Dist: apache-airflow-providers-microsoft-mssql ; extra == "microsoft-mssql"
|
|
@@ -40,14 +39,13 @@ Requires-Dist: apache-airflow-providers-presto ; extra == "presto"
|
|
|
40
39
|
Requires-Dist: apache-airflow-providers-samba ; extra == "samba"
|
|
41
40
|
Requires-Dist: apache-airflow-providers-vertica ; extra == "vertica"
|
|
42
41
|
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.2.
|
|
44
|
-
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.
|
|
42
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.3/changelog.html
|
|
43
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.3
|
|
45
44
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
46
45
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
47
46
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
48
47
|
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
49
48
|
Provides-Extra: amazon
|
|
50
|
-
Provides-Extra: common-compat
|
|
51
49
|
Provides-Extra: gssapi
|
|
52
50
|
Provides-Extra: microsoft-mssql
|
|
53
51
|
Provides-Extra: mysql
|
|
@@ -80,7 +78,7 @@ Provides-Extra: vertica
|
|
|
80
78
|
|
|
81
79
|
Package ``apache-airflow-providers-apache-hive``
|
|
82
80
|
|
|
83
|
-
Release: ``9.2.
|
|
81
|
+
Release: ``9.2.3``
|
|
84
82
|
|
|
85
83
|
|
|
86
84
|
`Apache Hive <https://hive.apache.org/>`__
|
|
@@ -93,7 +91,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
|
|
|
93
91
|
are in ``airflow.providers.apache.hive`` python package.
|
|
94
92
|
|
|
95
93
|
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.2.
|
|
94
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.3/>`_.
|
|
97
95
|
|
|
98
96
|
Installation
|
|
99
97
|
------------
|
|
@@ -163,5 +161,5 @@ Extra Dependencies
|
|
|
163
161
|
=================== =============================================================================================
|
|
164
162
|
|
|
165
163
|
The changelog for the provider package can be found in the
|
|
166
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.
|
|
164
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.3/changelog.html>`_.
|
|
167
165
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-apache-hive``
|
|
25
25
|
|
|
26
|
-
Release: ``9.2.
|
|
26
|
+
Release: ``9.2.3``
|
|
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.2.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.3/>`_.
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -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.2.
|
|
109
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.2.3/changelog.html>`_.
|
|
@@ -27,6 +27,20 @@
|
|
|
27
27
|
Changelog
|
|
28
28
|
---------
|
|
29
29
|
|
|
30
|
+
9.2.3
|
|
31
|
+
.....
|
|
32
|
+
|
|
33
|
+
Misc
|
|
34
|
+
~~~~
|
|
35
|
+
|
|
36
|
+
* ``Consume ''AirflowOptionalProviderFeatureException'' from compat sdk in providers (#60335)``
|
|
37
|
+
* ``New year means updated Copyright notices (#60344)``
|
|
38
|
+
* ``Move over plugins_manager to a shared library (#59956)``
|
|
39
|
+
* ``Source conf from 'airflow.sdk.configuration.conf' for apache providers (#59966)``
|
|
40
|
+
|
|
41
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
42
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
43
|
+
|
|
30
44
|
9.2.2
|
|
31
45
|
.....
|
|
32
46
|
|
|
@@ -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.2.
|
|
82
|
+
Release: 9.2.3
|
|
83
83
|
|
|
84
84
|
Provider package
|
|
85
85
|
----------------
|
|
@@ -103,7 +103,7 @@ The minimum Apache Airflow version supported by this provider distribution is ``
|
|
|
103
103
|
PIP package Version required
|
|
104
104
|
========================================== =====================================
|
|
105
105
|
``apache-airflow`` ``>=2.11.0``
|
|
106
|
-
``apache-airflow-providers-common-compat`` ``>=1.
|
|
106
|
+
``apache-airflow-providers-common-compat`` ``>=1.12.0``
|
|
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.2.
|
|
148
|
-
* `The apache-airflow-providers-apache-hive 9.2.
|
|
147
|
+
* `The apache-airflow-providers-apache-hive 9.2.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.3.tar.gz.sha512>`__)
|
|
148
|
+
* `The apache-airflow-providers-apache-hive 9.2.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.2.3-py3-none-any.whl.sha512>`__)
|
|
@@ -22,12 +22,13 @@ description: |
|
|
|
22
22
|
`Apache Hive <https://hive.apache.org/>`__
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
25
|
+
source-date-epoch: 1768334208
|
|
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.3
|
|
31
32
|
- 9.2.2
|
|
32
33
|
- 9.2.1
|
|
33
34
|
- 9.2.0
|
|
@@ -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.2.
|
|
28
|
+
version = "9.2.3rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
license = "Apache-2.0"
|
|
@@ -59,7 +59,7 @@ requires-python = ">=3.10"
|
|
|
59
59
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
60
60
|
dependencies = [
|
|
61
61
|
"apache-airflow>=2.11.0rc1",
|
|
62
|
-
"apache-airflow-providers-common-compat>=1.
|
|
62
|
+
"apache-airflow-providers-common-compat>=1.12.0rc1",
|
|
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"',
|
|
@@ -94,9 +94,6 @@ dependencies = [
|
|
|
94
94
|
'winkerberos>=0.7.0; sys_platform == "win32"',
|
|
95
95
|
'kerberos>=1.3.0; sys_platform != "win32"'
|
|
96
96
|
]
|
|
97
|
-
"common.compat" = [
|
|
98
|
-
"apache-airflow-providers-common-compat"
|
|
99
|
-
]
|
|
100
97
|
|
|
101
98
|
[dependency-groups]
|
|
102
99
|
dev = [
|
|
@@ -141,8 +138,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
141
138
|
apache-airflow-providers-standard = {workspace = true}
|
|
142
139
|
|
|
143
140
|
[project.urls]
|
|
144
|
-
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.
|
|
145
|
-
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.
|
|
141
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.3"
|
|
142
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-apache-hive/9.2.3/changelog.html"
|
|
146
143
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
147
144
|
"Source Code" = "https://github.com/apache/airflow"
|
|
148
145
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "9.2.
|
|
32
|
+
__version__ = "9.2.3"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.11.0"
|
|
@@ -32,12 +32,12 @@ from deprecated import deprecated
|
|
|
32
32
|
from sqlalchemy.engine import URL
|
|
33
33
|
from typing_extensions import overload
|
|
34
34
|
|
|
35
|
-
from airflow.configuration import conf
|
|
36
35
|
from airflow.exceptions import AirflowProviderDeprecationWarning
|
|
37
36
|
from airflow.providers.common.compat.sdk import (
|
|
38
37
|
AIRFLOW_VAR_NAME_FORMAT_MAPPING,
|
|
39
38
|
AirflowException,
|
|
40
39
|
BaseHook,
|
|
40
|
+
conf,
|
|
41
41
|
)
|
|
42
42
|
from airflow.providers.common.sql.hooks.sql import DbApiHook
|
|
43
43
|
from airflow.security import utils
|
|
@@ -1038,7 +1038,7 @@ class HiveServer2Hook(DbApiHook):
|
|
|
1038
1038
|
try:
|
|
1039
1039
|
import pandas as pd
|
|
1040
1040
|
except ImportError as e:
|
|
1041
|
-
from airflow.
|
|
1041
|
+
from airflow.providers.common.compat.sdk import AirflowOptionalProviderFeatureException
|
|
1042
1042
|
|
|
1043
1043
|
raise AirflowOptionalProviderFeatureException(e)
|
|
1044
1044
|
|
|
@@ -1057,7 +1057,7 @@ class HiveServer2Hook(DbApiHook):
|
|
|
1057
1057
|
try:
|
|
1058
1058
|
import polars as pl
|
|
1059
1059
|
except ImportError as e:
|
|
1060
|
-
from airflow.
|
|
1060
|
+
from airflow.providers.common.compat.sdk import AirflowOptionalProviderFeatureException
|
|
1061
1061
|
|
|
1062
1062
|
raise AirflowOptionalProviderFeatureException(e)
|
|
1063
1063
|
|
|
@@ -23,11 +23,11 @@ from collections.abc import Sequence
|
|
|
23
23
|
from functools import cached_property
|
|
24
24
|
from typing import TYPE_CHECKING, Any
|
|
25
25
|
|
|
26
|
-
from airflow.configuration import conf
|
|
27
26
|
from airflow.providers.apache.hive.hooks.hive import HiveCliHook
|
|
28
27
|
from airflow.providers.common.compat.sdk import (
|
|
29
28
|
AIRFLOW_VAR_NAME_FORMAT_MAPPING,
|
|
30
29
|
BaseOperator,
|
|
30
|
+
conf,
|
|
31
31
|
context_to_airflow_vars,
|
|
32
32
|
)
|
|
33
33
|
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
|
|
18
18
|
from __future__ import annotations
|
|
19
19
|
|
|
20
|
-
from airflow.plugins_manager import AirflowPlugin
|
|
21
20
|
from airflow.providers.apache.hive.macros.hive import closest_ds_partition, max_partition
|
|
21
|
+
from airflow.providers.common.compat.sdk import AirflowPlugin
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
class HivePlugin(AirflowPlugin):
|
|
@@ -22,9 +22,9 @@ from unittest import mock
|
|
|
22
22
|
|
|
23
23
|
import pytest
|
|
24
24
|
|
|
25
|
-
from airflow.configuration import conf
|
|
26
25
|
from airflow.models import DagRun, TaskInstance
|
|
27
26
|
from airflow.providers.apache.hive.operators.hive import HiveOperator
|
|
27
|
+
from airflow.providers.common.compat.sdk import conf
|
|
28
28
|
from airflow.utils import timezone
|
|
29
29
|
|
|
30
30
|
from unit.apache.hive import DEFAULT_DATE, MockSubProcess, TestHiveEnvironment
|
|
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
|
|
File without changes
|
|
File without changes
|