class Multiwoven::Integrations::Source::Databricks::Client
def generate_drvconnect(connection_config)
def generate_drvconnect(connection_config) "Driver=#{DATABRICKS_DRIVER_PATH}; Host=#{connection_config[:host]}; PORT=#{connection_config[:port]}; SSL=1; HTTPPath=#{connection_config[:http_path]}; PWD=#{connection_config[:access_token]}; UID=token; ThriftTransport=2;AuthMech=3; AllowSelfSignedServerCert=1; CAIssuedCertNamesMismatch=1" end