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
[Exporter] Fix crash when importing model serving endpoint (#4806)
## Changes
<!-- Summary of your changes that are easy to understand -->
It looks like that there are situation when model serving endpoint
provisioning failed, then it stays, but have no `config` block, leading
to a crash (never seen before).
Resolves#4803
## 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`
- [ ] using Go SDK
- [ ] using TF Plugin Framework
0 commit comments