More models and knowledge
This commit is contained in:
parent
23a70ed74e
commit
ab581b0fb5
5 changed files with 83 additions and 3 deletions
|
|
@ -27,8 +27,8 @@ clean-targets: # directories to be removed by `dbt clean`
|
|||
# Configuring models
|
||||
# Full documentation: https://docs.getdbt.com/docs/configuring-models
|
||||
|
||||
# In this example config, we tell dbt to build all models in the example/
|
||||
# directory as views. These settings can be overridden in the individual model
|
||||
# files using the `{{ config(...) }}` macro.
|
||||
models:
|
||||
dbtlearn:
|
||||
+materialized: view # Default way to materialize is view
|
||||
dim:
|
||||
+materialized: table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue