databricks-sdk-go
databricks-sdk-go copied to clipboard
Databricks SDK for Go
## Changes Jobs GetRun 2.2 behind the scenes pagination ## Tests - [x] `make test` passing - [x] `make fmt` applied - [ ] relevant integration tests applied
## Changes Queueing by default affects API 2.2 too, so we need to lock this API endpoint too ## Tests - [ ] `make test` passing - [ ] `make...
**Description** `apierr.GetAPIError` does not unmarshal `ErrorCode` correctly **Reproduction** Below is a simplified version of `parseErrorFromResponse` ```go func main() { myError := apierr.APIError{ ErrorCode: "RESOURCE_DOES_NOT_EXIST", Message: "Path (/Users/abc) doesn't exist.", }...
## Changes - Resolves #999 ## Tests - [x] `make test` passing - [x] `make fmt` applied - [ ] relevant integration tests applied
### Describe the issue the databricks lakeview publish command has a flag --embed-credentials which is a boolean flag. So if the --embed-credentials is present then it should be True or...
**Description** Received the following error deploying a workspace to https://accounts-dod.cloud.databricks.us/ via Terraform **Reproduction** I used https://github.com/databricks/terraform-databricks-sra. Ive added a branch for govcloud support which should be merged shortly **Expected behavior**...
**Description** I'm trying to create storage credential, external location and catalog for unity enabled workspace using Terraform, the storage credential is created however the plan fails in the next run...
## Changes ## Tests - [ ] `make test` passing - [ ] `make fmt` applied - [ ] relevant integration tests applied
**Description** I have a workflow that utilizes the Databricks CLI to fetch the latest registered version of a model and updates a serving endpoint to that new model. This works...