class Multiwoven::Integrations::Source::Snowflake::Client
def generate_drvconnect(connection_config)
def generate_drvconnect(connection_config) c = connection_config[:credentials] "driver=#{SNOWFLAKE_DRIVER_PATH};server=#{connection_config[:host]};uid=#{c[:username]};pwd=#{c[:password]};schema=#{connection_config[:schema]};database=#{connection_config[:database]};warehouse=#{connection_config[:warehouse]};" end