samspzn / dbt_ethereum_source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbt_ethereum_source

This package models data loaded from Ethereum-ETL.

Models

This package contains staging models, designed to work simultaneously with dbt_ethereum.

Installation Instructions

Include in your packages.yml:

packages:
  - git: "https://github.com/datawaves-xyz/dbt_ethereum_source"

Configuration

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

About

License:MIT License


Languages

Language:Dockerfile 72.6%Language:Shell 27.4%