databricks-sql-go icon indicating copy to clipboard operation
databricks-sql-go copied to clipboard

Expose dbsql.connOption type

Open shelldandy opened this issue 3 months ago • 0 comments

That way we can programmatically add arguments to the NewConnector function instead of copy/pasting all of them across conditionals.

For extra context we'd like to not repeat code everywhere depending on whether or not we're using Oauth or AccessTokens since everything else is the same but we end up with 6 calls of the same pretty much code.

shelldandy avatar Apr 08 '24 04:04 shelldandy