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
- Host: GitHub
- URL: https://github.com/paulf-999/dbt_projects
- Owner: paulf-999
- Created: 2022-10-02T23:20:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T18:32:02.000Z (over 2 years ago)
- Last Synced: 2025-08-12T16:03:49.392Z (11 months ago)
- Topics: automation, dbt, sql, sqlfluff
- Language: Makefile
- Homepage:
- Size: 557 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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