git clone https://github.com/MetricsDAO/harmony_dbt
.env.sample
and create .env
, replace the highlights below with your own account and passwordsdbt-console
and then dbt run
to run the entire projectβs models on the snowflake database (Itβll take around 30 minutes). If you only want to test your own model, you can use the command dbt run --select your_table_name
. See highlighted commands below:dbt docs generate
as the last commit to ensure documentation updates to include your changes.