An open API service indexing awesome lists of open source software.

https://github.com/paulf-999/dbt_projects

Automation script(s) for dbt
https://github.com/paulf-999/dbt_projects

automation dbt sql sqlfluff

Last synced: 5 months ago
JSON representation

Automation script(s) for dbt

Awesome Lists containing this project

README

          

# dbt Projects

## 1: dbt Packages

Setup instructions for useful dbt packages.

___

## 2: Demos (TBC if still needed)

Old examples of dbt projects, showcasing how dbt works to those without any prior knowledge.

___

## 3: Other

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