Parse result of every dbt model invocation and put it to the dbt_results table. Works with vertica because elementary doesn't support vertica-adapter.
- Add to your
packages.yml
:
packages:
- package: "https://github.com/barloc/hrelementary.git"
version: 0.0.3
-
Run
dbt deps
-
Add to your
dbt_project.yml
:
models:
## hrelementary models will be created in the schema 'hrelementary'
hrelementary:
+schema: "hrelementary"
- Run
dbt run --select hrelementary