Skip to content

Commit

Permalink
Update website/docs/docs/build/custom-schemas.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly authored Feb 2, 2024
1 parent c0685d7 commit 97b27a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/custom-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ By default, all dbt models are built in the schema specified in your [environmen

For dbt projects with lots of models, it's common to build models across multiple schemas and group similar models together. For example, you might want to:

* Group models based on the business unit using the model, creating schemas such as `core`, `marketing`, `finance` and `support`
* Group models based on the business unit using the model, creating schemas such as `core`, `marketing`, `finance` and `support`.
* Hide intermediate models in a `staging` schema, and only present models that should be queried by an end user in an `analytics` schema.

To do this, specify a custom schema. dbt generates the schema name for a model by appending the custom schema to the target schema. For example, `<target_schema>_<custom_schema>`.
Expand Down

0 comments on commit 97b27a0

Please sign in to comment.