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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/modeling/topics/parameters/warehouse-override",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# 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"
```
