/dbt-practice

To practice with DBT

Primary LanguageShell

Practice with DBT

Prerequisites

Create .env file

cp .env.example .env

And then, update environment variables:

POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=

Get started

Build images:

docker-compose up