Skip to content

Commit

Permalink
Fix pyhive hive_pure_sasl extra name (#37323)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9a10085)
  • Loading branch information
hussein-awala authored and ephraimbuddy committed Feb 22, 2024
1 parent e1ec20b commit fcb9971
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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:
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers-apache-hive/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ PIP package Version required
``apache-airflow-providers-common-sql`` ``>=1.3.1``
``hmsclient`` ``>=0.1.0``
``pandas`` ``>=0.17.1``
``pyhive[hive-pure-sasl]`` ``>=0.7.0``
``pyhive[hive_pure_sasl]`` ``>=0.7.0``
``thrift`` ``>=0.9.2``
======================================= ==================

Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,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
Expand Down

0 comments on commit fcb9971

Please sign in to comment.