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
## Changes
Use the latest Go SDK in the Terraform provider. The main changes affect
Dashboards and Online Tables, whose Create and Update RPCs now accept an
instance of the resource, rather than inlining the fields of the
resource. Additionally, Online Tables introduced a waiter configuration,
so we can remove hand-written waiter logic used before.
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [ ] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] relevant acceptance tests are passing
- [ ] using Go SDK
// Note: We should set the id right after creation and before waiting for online table to be available.
85
62
// If the resource creation timeout is exceeded while waiting for the online table to be ready, this ensures the online table is persisted in the state.
86
63
d.SetId(res.Name)
87
64
// this should be specified in the API Spec - filed a ticket to add it
0 commit comments