Skip to content

Commit

Permalink
Update model-configs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 13, 2023
1 parent c274dcd commit 0d7dc29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/reference/model-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ title: Model configurations
description: "Read this guide to understand model configurations in dbt."
---

import ConfigResource from '/snippets/_config-description-resource.md';
import ConfigGeneral from '/snippets/_config-description-general.md';

## Related documentation
* [Models](/docs/build/models)
* [`run` command](/reference/commands/run)

## Available configurations
### Model-specific configurations

<ConfigResource />

<Tabs
groupId="config-languages"
defaultValue="project-yaml"
Expand Down Expand Up @@ -78,6 +83,8 @@ models:

### General configurations

<ConfigGeneral />

<Tabs
groupId="config-languages"
defaultValue="project-yaml"
Expand Down

0 comments on commit 0d7dc29

Please sign in to comment.