This commit is contained in:
Pablo Martin 2023-10-31 17:22:51 +01:00
parent 2b6c385b8c
commit 7480222cc7
7 changed files with 49 additions and 13 deletions

View file

@ -105,12 +105,4 @@ 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: ![img.png](../images/dataflow_overview.png)
## 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.
This is a pic of the data flow we are going to build: ![img.png](../images/dataflow_overview.png)