> ## 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 specific topic.

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

This parameter specifies a different warehouse to use for queries using this topic. This is useful for improving the performance of specific topics by providing more compute or isolating them from load on the default database.

## 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 topic (e.g., `OMNI_WH`).
</ParamField>

## Examples

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