- Open a github codespace (choose 4 cores unless you want to wait for a long time).
- run the following command in your terminal:
pip install -r requirements.txt- 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;- run the following command in your terminal:
dbt build --vars '{"build_env":"PROD","org_prefix":"a_fake"}'- run it again.