Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 555 Bytes

Hrelementary

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.

Quick start

  1. Add to your packages.yml:
packages:
  - package: "https://github.com/barloc/hrelementary.git"
    version: 0.0.3
  1. Run dbt deps

  2. Add to your dbt_project.yml:

models:
  ## hrelementary models will be created in the schema 'hrelementary'
  hrelementary:
    +schema: "hrelementary"
  1. Run dbt run --select hrelementary