Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheGrowthEngineeringCompany/dbt-reconfigured
dbt package containing reconfigured macros
https://github.com/TheGrowthEngineeringCompany/dbt-reconfigured
Last synced: 3 months ago
JSON representation
dbt package containing reconfigured macros
- Host: GitHub
- URL: https://github.com/TheGrowthEngineeringCompany/dbt-reconfigured
- Owner: TheGrowthEngineeringCompany
- License: mit
- Created: 2023-06-30T10:49:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T12:47:34.000Z (8 months ago)
- Last Synced: 2024-05-14T10:31:56.214Z (6 months ago)
- Language: Shell
- Size: 56.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dbt - dbt-reconfigured - A dbt package containing reconfigured macros. (Packages)
README
# dbt reconfigured
Utilities created by [reconfigured](https://reconfigured.io). These macros try to be simple and composable.
## Installation
Add
```yaml
packages:
- git: https://github.com/TheGrowthEngineeringCompany/dbt-reconfigured
revision: 0.1.7
```To `packages.yml` and run `dbt deps`
## Tests
```bash
./run_tests.sh
```