community_<insert_username>
git clone https://github.com/FlipsideCrypto/ethereum-models.git
.env
file in the root directory of your project (note: the .env file will not be committed to the source).env.sample
in the repository you may use as reference to create .env
main
branchgit checkout main
git pull
community/<branch_name>
git checkout -b community/my-new-model
make dbt-console
dbt debug
to ensure all connections are working<layer name>__<table name>.sql
./models/silver/silver__my_new_table.sql
./models/silver/silver__my_new_table.yml
ethereum-models/models/silver/silver__transactions.sql
make dbt-console
againdbt run -s <path to model>
dbt run
in this docker container, you may need to run dbt deps
command<BLOCKCHAIN>_COMMUNITY_DEV
database within Snowflake. This database refreshes daily at 04:00 AM UTC
, any non-production resources will be erased.dbt test -s <path to mode>