> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# warehouse_override

> Specifies a different warehouse to use for a given workbook or branch.

<Note>
  Supported only for Snowflake and Databricks connections.
</Note>

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

```yaml theme={null}
warehouse_override: "<warehouse_name>"
```

## Properties

<ParamField path="warehouse_override" type="string">
  The name of an alternate warehouse to use for queries in this workbook or branch (e.g., `OMNI_WH`).
</ParamField>

## Examples

```yaml theme={null}
warehouse_override: "OMNI_WH"
```
