Skip to content

Commit

Permalink
Use PyHive pure-sasl import
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Jun 28, 2023
1 parent b4a2f94 commit d359a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _get_dbt_core_version():

odbc_extras = ["pyodbc~=4.0.30"]
pyhive_extras = [
"PyHive[hive]>=0.6.0,<0.7.0",
"PyHive[hive_pure_sasl]>=0.6.0,<0.7.0",
"thrift>=0.11.0,<0.17.0",
]
session_extras = ["pyspark>=3.0.0,<4.0.0"]
Expand Down

0 comments on commit d359a8f

Please sign in to comment.