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
postgres: read ids from Status instead of parsing Name (#5274)
The Postgres GET API now echoes the leaf id on the Status payload
(`BranchStatus.BranchId`, `EndpointStatus.EndpointId`,
`ProjectStatus.ProjectId`). Drop the regex-based `ParsePostgresName`
recovery in the three `make*Remote` helpers and read the id directly
from Status. The component helper and its unit test go with it; the one
remaining call site in `all_test.go` now uses the project id literal it
just created.
Fields added in SDK v0.129.0 (databricks/databricks-sdk-go#1644);
available in the CLI since #5237 bumped the SDK to v0.132.0. The
testserver was taught to populate these fields in the companion PR
#5246, so local acceptance fixtures are unchanged.
Stacked on #5273 — base will retarget to `main` once that merges.
This pull request and its description were written by Isaac.
0 commit comments