Closed schandir closed 3 weeks ago
Name | Link |
---|---|
Latest commit | feb6671625c061815c0720062eddac7cbc43d2ff |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/6720e3941161c70008130938 |
Great job! Congrats on your first merged pull request in the Marquez project!
@schandir as promised, follow up fix for CI job migrate-db
https://github.com/MarquezProject/marquez/pull/2959
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
One-line summary:
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)