nguyentoanit / dbt-practice

To practice with DBT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

To practice with DBT


Languages

Language:Shell 100.0%