Skip to content

Commit

Permalink
Update website/docs/guides/debug-schema-names.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly authored Nov 10, 2023
1 parent 3b4e603 commit c77fe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/debug-schema-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This means that you are using dbt's default implementation of the macro, as defi

Note that this logic is designed so that two dbt users won't accidentally overwrite each other's work by writing to the same schema.

### You have a `generate_schema_name` macro in my project that calls another macro
### You have a `generate_schema_name` macro in a project that calls another macro
If your `generate_schema_name` macro looks like so:
```sql
{% macro generate_schema_name(custom_schema_name, node) -%}
Expand Down

0 comments on commit c77fe1e

Please sign in to comment.