Skip to content

Commit

Permalink
Update Go SDK to v0.19.1 (#759)
Browse files Browse the repository at this point in the history
This includes token reuse for Azure CLI based auth.

See:
https://github.com/databricks/databricks-sdk-go/releases/tag/v0.19.1

Confirmed manually that Azure CLI tokens are acquired only once.
  • Loading branch information
pietern authored and hectorcast-db committed Oct 13, 2023
1 parent 3f53c79 commit e188609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/databricks/databricks-sdk-go => github.com/databricks/databri

require (
github.com/briandowns/spinner v1.23.0 // Apache 2.0
github.com/databricks/databricks-sdk-go v0.19.0 // Apache 2.0
github.com/databricks/databricks-sdk-go v0.19.1 // Apache 2.0
github.com/fatih/color v1.15.0 // MIT
github.com/ghodss/yaml v1.0.0 // MIT + NOTICE
github.com/google/uuid v1.3.0 // BSD-3-Clause
Expand Down

0 comments on commit e188609

Please sign in to comment.