vuong-nguyen
vuong-nguyen
Follow-up work for #1460 - add integration tests for these data sources
Follow-up work for #1460 - expose name-to-id mapping for warehouses & clusters Example syntax could be as below ```tf data "databricks_sql_warehouses" "all_shared" { warehouse_name_contains = "shared" } output "warehouses_mapping" {...
- remove references to `databricks_table` resource in the docs - update privatelink workaround guide as auto-accept has been enabled - link to AAD tokens how-to - close #1609
## Changes - Add support for `databricks_ip_access_list` at account-level - Refactor `databricks_ip_access_list` tests to use Mock ## Tests - [x] `make test` run locally - [x] relevant change in `docs/`...
Even though workspace admins cannot create or manage account groups, they can retrieve details about account-level groups, users & service principals via the Account SCIM API by calling `{workspace-domain}/api/2.0/account/scim/v2/` This...
## Changes - Add update method for `databricks_metastore_data_access` - Roll back when default storage credential assignment failed - Add notes to documentation ## Tests - [x] `make test` run locally...
## Changes - Added `databricks_automatic_cluster_update_workspace_setting` resource ## Tests - [x] `make test` run locally - [x] relevant change in `docs/` folder - [x] using Go SDK - [x] tested manually
Make UCX work across multiple workspaces ## Relevant issues: - [x] https://github.com/databrickslabs/ucx/issues/749 - [x] https://github.com/databrickslabs/ucx/issues/1469 - [x] https://github.com/databrickslabs/ucx/issues/1194 - [x] https://github.com/databrickslabs/ucx/issues/1783 - [x] https://github.com/databrickslabs/ucx/issues/1782 - [ ] https://github.com/databrickslabs/ucx/issues/335 - [x]...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem statement I may need to join a collection, even after ucx is...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem statement When migrating Azure SPNs to UC storage credentials, SPNs without client...