You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to install dbt-impala on a Windows machine from pip, because of the dependency on the kerberos package, which cannot be installed on Windows.
In order to support dbt-impala on Windows, it would be nice to have the winkerberos package instead (see this thread).
The text was updated successfully, but these errors were encountered:
Note that there is a PR in impyla about using winkerberos: cloudera/impyla#504
I was hesitant to merge it as I was unable to test it, but it seems safe to fallback to winkerberos if kerberos is not found. Doing this in impyla should allow dbt-impala to work with winkerberos.
I am unable to install
dbt-impala
on a Windows machine frompip
, because of the dependency on thekerberos
package, which cannot be installed on Windows.In order to support
dbt-impala
on Windows, it would be nice to have thewinkerberos
package instead (see this thread).The text was updated successfully, but these errors were encountered: