MarquezProject / marquez

Collect, aggregate, and visualize a data ecosystem's metadata
https://marquezproject.ai
Apache License 2.0
1.78k stars 320 forks source link

2848 & 2468 - Connection error while connecting to postgres from local #2957

Closed schandir closed 3 weeks ago

schandir commented 3 weeks ago

Problem

This is a fix for the issue https://github.com/MarquezProject/marquez/issues/2848#issuecomment-2439027197 and https://github.com/MarquezProject/marquez/issues/2468

In local, when we bring up the docker container, it complains on the postgres connetion as config is not defaulted to the local postgres

Closes: #2848 & 2468

Solution

Update dev yaml to default local host as postgres connection

Note: All database schema changes require discussion. Please link the issue for context.

One-line summary:

Checklist

netlify[bot] commented 3 weeks ago

Deploy Preview for peppy-sprite-186812 canceled.

Name Link
Latest commit feb6671625c061815c0720062eddac7cbc43d2ff
Latest deploy log https://app.netlify.com/sites/peppy-sprite-186812/deploys/6720e3941161c70008130938
boring-cyborg[bot] commented 3 weeks ago

Great job! Congrats on your first merged pull request in the Marquez project!

wslulciuc commented 3 weeks ago

@schandir as promised, follow up fix for CI job migrate-db https://github.com/MarquezProject/marquez/pull/2959