This package models data loaded from Ethereum-ETL.
This package contains staging models, designed to work simultaneously with dbt_ethereum.
Include in your packages.yml
:
packages:
- git: "https://github.com/datawaves-xyz/dbt_ethereum_source"
By default, this package will looks for your data in the ethereum
schema of your target database. If this is not where your Ethereum data is, add the following configuration to your dbt_project.yml
file:
# dbt_project.yml
---
config-version: 2
vars:
ethereum_schema: your_schema_name
ethereum_database: your_database_name