Add csv
This commit is contained in:
parent
f85adbde93
commit
2b6c385b8c
2 changed files with 282 additions and 1 deletions
|
|
@ -105,4 +105,12 @@ dbt makes sense nowadays because the modern data stack makes transformations wit
|
|||
|
||||
- `dbt_project.yml`: header of the project, with stuff like versioning, the default profile for the project, the paths to different folders, etc.
|
||||
|
||||
This is a pic of the data flow we are going to build: 
|
||||
This is a pic of the data flow we are going to build: 
|
||||
|
||||
## Sources and seeds
|
||||
|
||||
Seeds are local files that you upload to a DWH from dbt. You place them as CSVs in the `seeds` folder.
|
||||
|
||||
|
||||
Sources are an abstraction layer on top of the input tables.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue