Skip to content

barloc/hrelementary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published