Skip to content

matsonj/repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to repro

  1. Open a github codespace (choose 4 cores unless you want to wait for a long time).
  2. run the following command in your terminal:
pip install -r requirements.txt
  1. run these scripts in your montherduck account:
create database IF NOT EXISTS data_hub_prod_a_fake;
create database IF NOT EXISTS reporting_prod_a_fake;
  1. run the following command in your terminal:
dbt build --vars '{"build_env":"PROD","org_prefix":"a_fake"}'
  1. run it again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors