databricks / databricks-sql-go

Golang database/sql driver for Databricks SQL.
Apache License 2.0
34 stars 38 forks source link

Bug fix for OAuth m2m scopes #178

Closed rcypher-databricks closed 7 months ago

rcypher-databricks commented 7 months ago

Updated m2m authenticator to use "all-apis" scope. Added a new constructor function for m2m authenticator that allows client to pass in additional scopes. Signed-off-by: Raymond Cypher raymond.cypher@databricks.com