Interface: ResourceStatus
Readiness snapshot for a single resource (SQL warehouse, Lakebase connection, model-serving endpoint, …). Plugins publish these while a user-visible cold start / warm-up / unavailability is in flight.
Properties
Section titled “Properties”kind:
string
Resource family, conventionally lowercase-kebab ("warehouse", "lakebase").
severity
Section titled “severity”severity:
ResourceSeverity
startedAt
Section titled “startedAt”startedAt:
number
Epoch ms when the publisher started waiting; drives elapsedMs.
state:
string
Resource-specific raw state, e.g. "STARTING", "DELETED". Opaque to the aggregator.
summary?
Section titled “summary?”
optionalsummary?:string
Human-readable summary forwarded to the indicator UI.