This is a complimentary repository for an online course "dbt for beginners".
The course can be found here
- Clone this repository
git clone git@github.com:oleg-agapov/dbt-for-beginners.git
- Adjust
/dbt_demo/profiles.yml
so that it points out to a correct location ofdata.duckdb
file:path: '/Users/john/dbt-for-beginners/data.duckdb'
- Test that everything works with:
dbt debug
You need to run
dbt
commands from/dbt_demo
folder!! - Run all models with:
dbt run
- Generate documentation:
dbt docs generate dbt docs serve