Skip to content

Commit

Permalink
Update custom-schemas.md
Browse files Browse the repository at this point in the history
Update grammar from "overriding" to "override"
  • Loading branch information
charliehahn committed Aug 15, 2023
1 parent 588ae78 commit b70c0db
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 @@ -103,7 +103,7 @@ To modify how dbt generates schema names, you should add a macro named `generate

If you're modifying how dbt generates schema names, don't just replace ```{{ default_schema }}_{{ custom_schema_name | trim }}``` with ```{{ custom_schema_name | trim }}``` in the ```generate_schema_name``` macro.

Removing ```{{ default_schema }}``` causes developers to overriding each other's models when custom schemas are defined. This can also cause issues during development and continuous integration (CI).
Removing ```{{ default_schema }}``` causes developers to override each other's models when custom schemas are defined. This can also cause issues during development and continuous integration (CI).

❌ The following code block is an example of what your code _should not_ look like:
```sql
Expand Down

0 comments on commit b70c0db

Please sign in to comment.