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
@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.
@amychen1776 I’ve pushed a fix in PR #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
dbt-spark/dbt/adapters/spark/connections.py
Line 597 in 2124423
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: