databricks-sdk-go
databricks-sdk-go copied to clipboard
Databricks SDK for Go
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.169.0 to 0.181.0. Release notes Sourced from google.golang.org/api's releases. v0.181.0 0.181.0 (2024-05-16) Features all: Auto-regenerate discovery clients (#2581) (6923ec8) all: Auto-regenerate discovery clients (#2583) (7b18e5d) all: Auto-regenerate...
## Changes Create a method to generate OAuth tokens. This is required to later generate tokens to use in the DataPlane APIs. This PR introduces a breaking change by renaming...
**Description** Suddenly receiving this error message when trying to make changes to my workspace with terraform. This started this week, and I can't see that we've changed anything on our...
## Changes ## Tests - [ ] `make test` passing - [ ] `make fmt` applied - [ ] relevant integration tests applied
**Description** Hello, I am trying to sync some work into my online databricks by running a .sh file. called source. So whenever I run the `source sync.sh` file, I get...
**Description** Terraform Plan fails with multiple errors: One of the error says: Error: cannot read external location: unexpected error handling request: json: cannot unmarshal number into Go struct field APIErrorBody.error_code...
**Description** When I run the databricks workspace list command in my azure pipeline with the suggest environment variables I get the following error Starting: databricks validate ============================================================================== Task : Command...
## Changes In order to use Azure U2M or M2M authentication with the Databricks SDK, users must request a token from the correct Entra ID instance, specifically, the same tenant...
# // initialize provider at account-level provider "databricks" { alias = "accounts" account_id = "**********************" host = "https://db.com" client_id = "*******************d-9a8c-b5ebc738f82d" client_secret = "************9588ada6c***********" } resource "databricks_group" "this" { provider...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0. Commits d27919b go.mod: update golang.org/x dependencies e0324fc http2: use net.ErrClosed b20cd59 quic: initiate key rotation earlier in connections f95a3b3 html: fix typo in package...