7 lines
174 B
Markdown
7 lines
174 B
Markdown
|
|
## Models
|
||
|
|
|
||
|
|
Models are the fundamental concept behind dbt.
|
||
|
|
|
||
|
|
They are stored as SQL files in the `models` folder.
|
||
|
|
|
||
|
|
Models can be related between themselves to map dependencies.
|