Skip to content

Type Alias: WarehouseState

WarehouseState = "RUNNING" | "STARTING" | "STOPPED" | "STOPPING" | "DELETED" | "DELETING"

SQL warehouse lifecycle state surfaced by useAnalyticsQuery. Mirrors the states emitted by the analytics plugin (which mirror the Databricks SQL SDK sql.State).