Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 823 Bytes

File metadata and controls

28 lines (21 loc) · 823 Bytes

Meltano DBT Postgres Python Model demo

*** work in progress, not working yet ***

This is a demo project to show how to use Meltano to transform data with DBT Python models and load on Postgres database by using dbt-postgres-python dbt adapter.

Prerequisites

  1. Copy env.example to .env and fill in the required values.

  2. Run postgres database using docker-compose:

docker-compose up -d
  1. Install Meltano project dependencies:
pipx install meltano
pip install -r requirements.txt
meltano install
  1. Run the ETL pipelie:
meltano run food-data

Dataset source:

Food Nutrition Dataset