Skip to content

Commit

Permalink
Fix pyhive hive_pure_sasl extra name
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala committed Feb 10, 2024
1 parent 1623a6a commit f2339ba
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 @@ -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:
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`` ``>=1.2.5``
``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 @@ -579,7 +579,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 f2339ba

Please sign in to comment.