This project demonstrates a Modern Medallion Architecture implementation using dbt and Databricks. It provides a structured approach to building scalable data pipelines with bronze, silver, and gold layers using DBT.
- Databricks workspace
- dbt installed locally
- Python 3.8+
git clone <repository-url>
cd dbt-101
uv sync
dbt depsdbt run
dbt test
dbt docs generatemodels/- dbt models organized by layer (bronze, silver, gold)tests/- Data quality testsmacros/- Custom dbt macrosdocs/- Documentation and diagrams
For detailed documentation, run dbt docs generate and serve with dbt docs serve.
