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] Fix waiting for databricks_vector_search_index readiness (#4243)
## Changes
<!-- Summary of your changes that are easy to understand -->
Change the wait condition from waiting for the index to be fully ready
to either fully ready or started indexing.
Resolves#4144
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [x] relevant acceptance tests are passing
- [ ] using Go SDK
0 commit comments