Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datacoves/cookiecutter-dbt
Powered by Cookiecutter, Cookiecutter dbt coves is a framework for jumpstarting production-ready dbt projects quickly.
https://github.com/datacoves/cookiecutter-dbt
Last synced: 3 months ago
JSON representation
Powered by Cookiecutter, Cookiecutter dbt coves is a framework for jumpstarting production-ready dbt projects quickly.
- Host: GitHub
- URL: https://github.com/datacoves/cookiecutter-dbt
- Owner: datacoves
- License: apache-2.0
- Created: 2021-06-22T21:53:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T15:54:16.000Z (over 1 year ago)
- Last Synced: 2024-05-14T09:32:21.969Z (6 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 40
- Watchers: 7
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dbt - cookiecutter-dbt - Cookiecutter template for dbt projects. (Utilities)
README
# Cookiecutter dbt
Powered by Python library [Cookiecutter](https://cookiecutter.readthedocs.io/en/stable/), `Cookiecutter dbt` is a framework for jumpstarting production-ready dbt projects quickly.
## Features
* For dbt >= 0.18.0
* Works with Python 3.8
* SQLFluff linting
* pre-commit hooks integrated
* GitLab CI and GitHub Actions supported## Installation
### Using Cookiecutter CLI
```
pip install "cookiecutter>=1.7.0"
cookiecutter gh:datacoves/cookiecutter-dbt
```