databricks-sdk-go
databricks-sdk-go copied to clipboard
Databricks SDK for Go
An API query of the form: ``` response, err := w.workspaceClient.Workspace.Export(ctx, workspace.ExportRequest{ Path: absPath, DirectDownload: true, }) ``` returns a `invalid character 'h' looking for beginning of value` error
2 similar issues were raised in the Terraform provider: - https://github.com/databricks/terraform-provider-databricks/issues/2226 - https://github.com/databricks/terraform-provider-databricks/issues/2234 Both have the same root cause, existing env vars `ARM_CLIENT_ID` and `ARM_TENANT_ID` leading to the SDK inferring...
For consistency with other upcoming SDKs.
https://stackoverflow.com/questions/25489042/linking-to-other-packages-in-documentation-in-roxygen2-in-r
SDK version: v0.2.0 Trying out the https://github.com/databricks/databricks-sdk-go#databricks-native-authentication example but keep getting the `more than one authorization method configured` error After going over the code I found that the client will...
Couple validations come to mind: 1. Strings must be alphanumerical 2. Cannot use names already in use by other fields
Google OIDC is great, though it brings a tree of dependencies along. Figure out how can we shrink them down.
This PR adds optional conf to `.codegen.json` if request types should be generated or not
``` Error: failed request: inner token: oauth2: cannot fetch token: 401 Unauthorized Response: {"error":"invalid_client", "error_description":"AADSTS7000215: Invalid client secret provided. Ensure the secret being sent in the request is the client...