ethpandaops / dbt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbt

Data Build Tool (dbt) for the transformation layer of the Xatu data pipeline.


View generated docs


Prerequisites

Installation

# Install dependencies
pip install -r requirements.txt

Usage

# replace the 'REPLACE_ME' with the correct values
DBT_HOST=REPLACE_ME DBT_USER=REPLACE_ME DBT_PASSWORD=REPLACE_ME DBT_PORT=REPLACE_ME dbt run

Linting

DBT_HOST=REPLACE_ME DBT_USER=REPLACE_ME DBT_PASSWORD=REPLACE_ME DBT_PORT=REPLACE_ME sqlfluff lint .

About


Languages

Language:CSS 50.3%Language:Shell 49.7%