vuong-nguyen
vuong-nguyen
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior On AWS, `LEGACY_SINGLE_USER` clusters have passthrough enabled. This results in error...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem statement When running `migrate-tables` workflow, I want to know any failures, so...
**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
## Changes - There is a bug in the Go SDK which prevents some tests from passing - https://github.com/databricks/databricks-sdk-go/issues/999 ## Tests - [ ] `make test` run locally - [...
## Changes Add resource `databricks_custom_app_integration` for OAuth custom app integration ## Tests - [x] `make test` run locally - [x] relevant change in `docs/` folder - [x] covered with integration...
## Changes - Added `databricks_app` resource - Added `databricks_app_deployment` resource Resolves #4084 ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder -...