Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,10 @@ variables need to be added in dbt_project.yml file as below:
```yml
# dbt_project.yml

common_tag_database: 'audit'
common_tag_schema: 'tags'
...
vars:
common_tag_database: 'audit'
common_tag_schema: 'tags'
```
In the above example, the tags will be created in audit.tags .

Expand Down