The business domain is an online store that sells products across multiple categories such as electronics, home goods, fashion, and beauty.
- customers
- categories
- products
- orders
- order items
- payments
- shipments
- reviews
- returns
- Create and activate a virtual environment.
- Install
dbt-duckdb. - Run the project with the local profile directory.
python -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install dbt-duckdb
dbt seed --profiles-dir .
dbt run --profiles-dir .
dbt test --profiles-dir .