diff --git a/dbt_project.yml b/dbt_project.yml index c5fc823..3b962ef 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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 @@ -39,4 +38,8 @@ models: gold: +tags: gold silver: - +tags: silver \ No newline at end of file + +tags: silver + +snapshots: + +target_schema: snapshots + file_format: delta