dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
394 stars 221 forks source link

Feature/http odbc conn extra #1092

Closed jpoley closed 2 weeks ago

jpoley commented 1 month ago

resolves # docs dbt-labs/docs.getdbt.com/#

Problem

with existing http method for spark connections we are unable to pass custom odbc properties such as username / password instead of token and two way tls options.

Solution

provide an additional parameter called connection_str_extra allowing users to provide custom odbc connection properties.

Checklist

colin-rogers-dbt commented 1 month ago

This is a great start, will follow up in #1093 to get it over the line