This commit is contained in:
Pablo Martin 2023-10-30 16:19:14 +01:00
parent 1c813ce38e
commit 81d13ea2d6
3 changed files with 7 additions and 4 deletions

View file

@ -87,7 +87,7 @@ dbt makes sense nowadays because the modern data stack makes transformations wit
- Intermediate approach between SCD2 and SCD1
## dbtw overview
## dbt overview
- dbt takes care of the T in ETL/ELT.
- dbt works within the datawarehouse and with SQL.
@ -99,3 +99,8 @@ dbt makes sense nowadays because the modern data stack makes transformations wit
- Data from insideairbnb.com/berlin/
- The project will use snowflake as a DWH and preset (managed superset) as a BI tool.
## dbt project structure
- `dbt_project.yml`: header of the project, with stuff like versioning, the default profile for the project, the paths to different folders, etc.