Skip to main content
Supported only for Snowflake and Databricks connections.
Specifies a different warehouse to use for a given workbook or branch. This setting is useful for improving the performance of specific dashboards by providing more compute or isolating them from load on the default database. This parameter can only be used in workbook models. It can’t currently be promoted to the shared model. Adding this parameter to the workbook model does not cause any access warnings for Viewer or Restricted querier users even though it is a deviation from the shared model.

Syntax

warehouse_override: "<warehouse_name>"

Properties

warehouse_override
string
The name of an alternate warehouse to use for queries in this workbook or branch (e.g., OMNI_WH).

Examples

warehouse_override: "OMNI_WH"