databricks-sdk-go
databricks-sdk-go copied to clipboard
Databricks SDK for Go
**Description** In WSL2, I installed databricks CLI new version 0.217.0. The `databricks configure` works fine. I have used the same token with WSL1 (separate system) using databricks 0.18 and it...
## Changes This PR renames `experimental` to testkit, updates the codegen configuration, and the example that uses GoMock to encourage users to use the generated mocks ## Tests - [...
More details can be found here: https://github.com/databricks/cli/issues/1306 The OpenAPI spec used to generate the Go SDK is missing `cluster_mount_infos` so it is not added to `compute.ClusterSpec` https://github.com/databricks/databricks-sdk-go/blob/a823ca32fc4199d8cf2269b78cfe89331b4b688a/service/compute/model.go#L1090 The field is...
**Description** The underlying QueryHistory.List response for a page by token can return its own token. Thus its getNextReq loops on that page token. **Reproduction** ```go statementId := os.Args[1] w :=...
## Changes This PR adds support for a `DATABRICKS_CA_BUNDLE` flag in the Go SDK. This would need to be ported to the Python and Java SDKs as well. When this...
**Problem Statement** The current SDK will force the request body of `GET`, `DELETE` and `HEAD` to be inlined with the url path for http. This does not work with APIs...
Thank you for the gread library. This is my first issue so I'm sorry if this issue is missing the point in advance. **Problem Statement** When executing sql via [`StatementExecutionAPI`](https://github.com/databricks/databricks-sdk-go/blob/bc7d3eb76a740532e1ed53a42fc01286d0725c01/service/sql/api.go#L1515-L1519),...
**Description** When retrieving existing key vault settings in datazbricks using Terraform, the following error is returned: │ Error: cannot read secret acl: unexpected error handling request: invalid character '
Go SDK 0.33. The [OnlineTables.Create](https://pkg.go.dev/github.com/databricks/[email protected]/service/catalog#OnlineTablesInterface.Create) method the `request` parameter has [ViewData](https://pkg.go.dev/github.com/databricks/[email protected]/service/catalog#ViewData) although it should be called something like `OnlineTablesCreateRequest`
https://nedinthecloud.com/2022/06/08/using-oidc-authentication-with-the-azurerm-backend/ https://colinsalmcorner.com/using-oidc-with-terraform-in-github-actions/