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
[Internal] Fixed redundant optional owners in share resource and bumped Go SDK (#4396)
## Changes
<!-- Summary of your changes that are easy to understand -->
- Bumped Go SDK to latest and regenerate TF structs
- Used the new imports for credentials package, ref:
databricks/databricks-sdk-go#1115.
- Fixed setting optional owner in share to optional again leading to all
integration test failures.
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
CI
- [ ] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] using Go SDK
- [ ] using TF Plugin Framework
0 commit comments