databricks-sdk-go
databricks-sdk-go copied to clipboard
Databricks SDK for Go
Error message Error: unexpected error handling request: json: cannot unmarshal number into Go struct field APIErrorBody.error_code of type string This is likely a bug in the Databricks SDK for Go...
**Description** Trying to run 'databricks bundle validate' or deploy and receive error in Debug Logs. I was able to deploy the bundle around 13:00 today. Also running the validate on...
**Description** Deviating types for `jobId` inside the API. One time it's an `int64`, other times it's a `string`. https://github.com/databricks/databricks-sdk-go/blob/ecd56af78f5d031868d1df87861a5a384b5cc09e/service/jobs/api.go#L85 https://github.com/databricks/databricks-sdk-go/blob/ecd56af78f5d031868d1df87861a5a384b5cc09e/service/jobs/api.go#L91 https://github.com/databricks/databricks-sdk-go/blob/ecd56af78f5d031868d1df87861a5a384b5cc09e/service/jobs/api.go#L99 **Expected behavior** Consistent types
**Description** Using `config.Config` in a concurrent usecase (e.g. multiple clients using the same config or concurrent calls to different methods on the same client) leads to race-conditions. **Reproduction** ``` func...
update
## 🥞 Stacked PR Use this [link](https://github.com/databricks/databricks-sdk-go/pull/1304/files) to review incremental changes. - [**stack/java-framework**](https://github.com/databricks/databricks-sdk-go/pull/1304) [[Files changed](https://github.com/databricks/databricks-sdk-go/pull/1304/files)] --------- ## What changes are proposed in this pull request? Provide the readers and reviewers...
update
## 🥞 Stacked PR Use this [link](https://github.com/databricks/databricks-sdk-go/pull/1309/files) to review incremental changes. - [**stack/add-empty-support**](https://github.com/databricks/databricks-sdk-go/pull/1309) [[Files changed](https://github.com/databricks/databricks-sdk-go/pull/1309/files)] --------- ## What changes are proposed in this pull request? Provide the readers and reviewers...
**Description** The `WorkspaceClient.Jobs.ListRuns` and `WorkspaceClient.Jobs.ListRunsAll` methods ignore the `Limit` request parameter. **Reproduction** ``` package main import ( "context" "fmt" "github.com/databricks/databricks-sdk-go" "github.com/databricks/databricks-sdk-go/service/jobs" ) func main() { w := databricks.Must(databricks.NewWorkspaceClient()) all, err...
As far as I can see the intention is to have 60s (README.md says 60s). The code used to set both 30s and 60s but 30s is set first so...
update 2
## 🥞 Stacked PR Use this [link](https://github.com/databricks/databricks-sdk-go/pull/1287/files/9b601ae7a6e1a5826a295fc76223b7ec5df4528c..a5328dee921efb97e924d93a43c2732e4d18320b) to review incremental changes. - [stack/stacktest](https://github.com/databricks/databricks-sdk-go/pull/1286) [[Files changed](https://github.com/databricks/databricks-sdk-go/pull/1286/files)] - [**stack/stacktest-2**](https://github.com/databricks/databricks-sdk-go/pull/1287) [[Files changed](https://github.com/databricks/databricks-sdk-go/pull/1287/files/9b601ae7a6e1a5826a295fc76223b7ec5df4528c..a5328dee921efb97e924d93a43c2732e4d18320b)] --------- ## What changes are proposed in this pull request? Provide...
update
## 🥞 Stacked PR Use this [link](https://github.com/databricks/databricks-sdk-go/pull/1286/files) to review incremental changes. - [**stack/stacktest**](https://github.com/databricks/databricks-sdk-go/pull/1286) [[Files changed](https://github.com/databricks/databricks-sdk-go/pull/1286/files)] - [stack/stacktest-2](https://github.com/databricks/databricks-sdk-go/pull/1287) [[Files changed](https://github.com/databricks/databricks-sdk-go/pull/1287/files/9b601ae7a6e1a5826a295fc76223b7ec5df4528c..a5328dee921efb97e924d93a43c2732e4d18320b)] --------- ## What changes are proposed in this pull request? Provide...