-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] AttributeError: 'SASLClient' object has no attribute 'start' #475
Comments
@ntnhaatj has this issue been happening or have you been using this adapter and it just came up? Trying to understand if this is a regression |
@amychen1776 Not sure if this is a regression or not. We're currently integrating this adapter to work with our SSL-enabled server. It was working fine before without SSL enabled. |
Thank you @ntnhaatj for the information! |
@amychen1776 I’ve pushed a fix in PR dbt-labs/dbt-spark#1095 which only fix the compatibility of using pure-sasl there’s a better way to support adding certificates to the Thrift connection instead of bypassing certificate verification. I’ll create another PR later to add that feature, if you don't mind. |
Is this a new bug in dbt-spark?
Current Behavior
using thrift with enabled ssl, skip verifying by default
https://github.com/dbt-labs/dbt-spark/blob/212442322b509eb34deee2ac000c85c1e4daba73/dbt/adapters/spark/connections.py#L597
profiles.yml
my debug progress encountered the error
Expected Behavior
successfully establish thrift connection with enabled ssl without verifying
Steps To Reproduce
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: