reporting table
This commit is contained in:
parent
cf93b58092
commit
177c07d683
3 changed files with 10 additions and 3 deletions
|
|
@ -32,12 +32,12 @@ clean-targets: # directories to be removed by `dbt clean`
|
|||
# files using the `{{ config(...) }}` macro.
|
||||
models:
|
||||
dwh_dbt:
|
||||
# Config indicated by + and applies to all files under models/example/
|
||||
example:
|
||||
+materialized: view
|
||||
staging:
|
||||
+materialized: table
|
||||
+schema: staging
|
||||
working:
|
||||
+materialized: view
|
||||
+schema: working
|
||||
reporting:
|
||||
+materialized: table
|
||||
+schema: reporting
|
||||
Loading…
Add table
Add a link
Reference in a new issue