Setup instructions for useful dbt packages.
Old examples of dbt projects, showcasing how dbt works to those without any prior knowledge.
Useful example scripts, the most useful are described below:
- Local dbt Setup Using 3 Musketeers: local dbt setup using the 3 Musketeers pattern and a
Makefile
to automate the setup steps required when initially creating a DBT project. - Multiple dbt project structure: simple example of how to setup a 'multiple dbt project structure' (i.e., non-monolithic)
- CICD (potentially old): simple examples of using dbt within CI pipelines