Skip to content

Commit 40f5bb9

Browse files
committed
fix(ingest): upgrade acryl-pyhive to use sasl3 instead of sasl
This resolves some MacOS build issues, which stem from the release of XCode10. See cloudera/python-sasl#13 for details about the issue itself. The [sasl3 fork](https://github.com/sparkur/python-sasl3) contains these changes.
1 parent 61a8994 commit 40f5bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def get_long_description():
7777
| {
7878
# Acryl Data maintains a fork of PyHive, which adds support for table comments
7979
# and column comments, and also releases HTTP and HTTPS transport schemes.
80-
"acryl-pyhive[hive]>=0.6.6"
80+
"acryl-pyhive[hive]>=0.6.7"
8181
},
8282
"ldap": {"python-ldap>=2.4"},
8383
"looker": {"looker-sdk==21.6.0"},

0 commit comments

Comments
 (0)