Skip to content

ciocan/meltano-dbt-postgres-python-model

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages