Open ntnhaatj opened 2 months ago
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: nhat.nguyent. This is most likely caused by a git client misconfiguration; please make sure to:
git config --list | grep email
git config --global user.email email@example.com
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA.
In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR.
CLA has not been signed by users: @ntnhaatj
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA.
In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR.
CLA has not been signed by users: @ntnhaatj
Hi @McKnight-42 , any update for this PR?
resolves #1094 docs dbt-labs/docs.getdbt.com/#
Problem
Current SASL factory for
TSaslClientTransport
using SASLClient frompure-sasl
which is incompatible withpyhive
Solution
Pyhive provides a wrapper PureSASLClient which implement some missing methods to interact with
thrift-sasl
.This MR update to use
get_installed_sasl
of pyhive to decide which sasl client should be use in current environment.Checklist