1
Project Init
Set up project structure with dbt init and dbt_project.yml
2
Bronze Layer
Ingest source data, load CSV files using dbt seeds
3
Silver Layer
Build modular models — parsed, cleaned, and enriched
4
Gold Layer
Create business-level aggregation and mart models
5
Testing & Docs
Validate data quality with tests, document in properties.yml