Skip to content
Open
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
7 changes: 5 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ clean-targets: # directories to be removed by `dbt clean`
- "target"
- "dbt_packages"


# Configuring models
# Full documentation: https://docs.getdbt.com/docs/configuring-models

Expand All @@ -39,4 +38,8 @@ models:
gold:
+tags: gold
silver:
+tags: silver
+tags: silver

snapshots:
+target_schema: snapshots
file_format: delta