Skip to content

Commit

Permalink
docs: vars for tag database and schema (#55)
Browse files Browse the repository at this point in the history
Improved docs regarding tag database and schema
  • Loading branch information
Lorenitz authored Feb 6, 2024
1 parent 76e76fe commit 0ac3d18
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 0ac3d18

Please sign in to comment.