You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2024/02/11 09:51:26 UTC

(airflow) branch main updated: Fix pyhive hive_pure_sasl extra name (#37323)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a10085bb1 Fix pyhive hive_pure_sasl extra name (#37323)
9a10085bb1 is described below

commit 9a10085bb142df8a7699cd66908f1896ae10b5bb
Author: Hussein Awala <hu...@awala.fr>
AuthorDate: Sun Feb 11 10:51:19 2024 +0100

    Fix pyhive hive_pure_sasl extra name (#37323)
---
 airflow/providers/apache/hive/provider.yaml         | 2 +-
 docs/apache-airflow-providers-apache-hive/index.rst | 2 +-
 generated/provider_dependencies.json                | 2 +-
 pyproject.toml                                      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/airflow/providers/apache/hive/provider.yaml b/airflow/providers/apache/hive/provider.yaml
index ea24c2b370..2a530d94c1 100644
--- a/airflow/providers/apache/hive/provider.yaml
+++ b/airflow/providers/apache/hive/provider.yaml
@@ -69,7 +69,7 @@ dependencies:
   - apache-airflow-providers-common-sql>=1.3.1
   - hmsclient>=0.1.0
   - pandas>=1.2.5
-  - pyhive[hive-pure-sasl]>=0.7.0
+  - pyhive[hive_pure_sasl]>=0.7.0
   - thrift>=0.9.2
 
 integrations:
diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst
index 529e7e9cfb..f8f50ab586 100644
--- a/docs/apache-airflow-providers-apache-hive/index.rst
+++ b/docs/apache-airflow-providers-apache-hive/index.rst
@@ -106,7 +106,7 @@ PIP package                              Version required
 ``apache-airflow-providers-common-sql``  ``>=1.3.1``
 ``hmsclient``                            ``>=0.1.0``
 ``pandas``                               ``>=1.2.5``
-``pyhive[hive-pure-sasl]``               ``>=0.7.0``
+``pyhive[hive_pure_sasl]``               ``>=0.7.0``
 ``thrift``                               ``>=0.9.2``
 =======================================  ==================
 
diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json
index 5991796ee5..e893ac591b 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -145,7 +145,7 @@
       "apache-airflow>=2.6.0",
       "hmsclient>=0.1.0",
       "pandas>=1.2.5",
-      "pyhive[hive-pure-sasl]>=0.7.0",
+      "pyhive[hive_pure_sasl]>=0.7.0",
       "thrift>=0.9.2"
     ],
     "devel-deps": [],
diff --git a/pyproject.toml b/pyproject.toml
index 04f30c4335..2173176b58 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -587,7 +587,7 @@ apache-hive = [ # source: airflow/providers/apache/hive/provider.yaml
   "apache-airflow[common_sql]",
   "hmsclient>=0.1.0",
   "pandas>=1.2.5",
-  "pyhive[hive-pure-sasl]>=0.7.0",
+  "pyhive[hive_pure_sasl]>=0.7.0",
   "thrift>=0.9.2",
 ]
 apache-impala = [ # source: airflow/providers/apache/impala/provider.yaml