Skip to content

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.

kind: string

Resource family, conventionally lowercase-kebab ("warehouse", "lakebase").


severity: ResourceSeverity


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.


optional summary?: string

Human-readable summary forwarded to the indicator UI.