databricks-sdk-go
databricks-sdk-go copied to clipboard
Databricks SDK for Go
**Problem Statement** Once the network connectivity configuration (NCC) is updated for a Databricks workspace, there is currently no way to disable or unset this configuration. This limitation can be restrictive...
**Description** The `GetByName` method calls `ListVolumes` which requires a catalog_name argument that's not provided by the implementation. So you end up with an error: ``` ListVolumes Missing required field: catalog_name...
``` GET /api/2.0/preview/scim/v2/Users?attributes=id,userName,displayName&count=100&startIndex=1 > * Host: > * Accept: application/json > * Authorization: REDACTED > * User-Agent: watchdog/0.0.1 databricks-sdk-go/0.36.0 go/1.22.1 os/darwin sdk-feature/pagination auth/databricks-cli < HTTP/2.0 403 Forbidden < * Content-Length:...
### Describe the issue I want to deploy a Databricks Asset Bundle from an Azure Pipeline using databricks cli. While authentication for the cli itself seems to work, the actual...
**Description** Attempting to create a workspace group through terraform; intent of the group is to manage workspace permissions for any service principal associated to the account Provider access key being...
DO NOT MERGE Sample to validate new serialization
## What changes are proposed in this pull request? ## How is this tested? Existing Tests.
**Problem Statement** Support [OAuth token federation](https://docs.databricks.com/aws/en/dev-tools/auth/oauth-federation) as an official auth type. **Proposed Solution** The [current guidance](https://docs.databricks.com/aws/en/dev-tools/auth/oauth-federation-howto) is to perform the exchange using `curl`, and pass the returned access token to...
## What changes are proposed in this pull request? This PR adds support for Databricks Workload Identity Federation using GitHub tokens. This allows users to use WIF from their GitHub...
**Problem Statement** The current implementation of the databricks metastore Terraform resources does not support the option of "external_access_enabled" check API link https://docs.databricks.com/api/workspace/metastores/update#external_access_enabled **Proposed Solution** Modify or create a new terraform...