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: about 1 month ago
JSON representation

dbt package containing reconfigured macros

Lists

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
```