You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix] don't update databricks_metastore during creation if not required (#3783)
## Changes
- don't update `databricks_metastore` during creation if not required.
This was previously done for account-level provider. Extend this to
workspace-level provider
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] covered with integration tests in `internal/acceptance`
- [x] relevant acceptance tests are passing
- [x] using Go SDK
0 commit comments