Closed arturowczarek closed 3 weeks ago
Thanks for opening your first pull request in the Marquez project! Please check out our contributing guidelines (https://github.com/MarquezProject/marquez/blob/main/CONTRIBUTING.md).
Name | Link |
---|---|
Latest commit | d05152930663db4169ac3e73fb57e26a177a8fa2 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/671f7a733094ad00085564d1 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.19%. Comparing base (
9e2e9b4
) to head (d051529
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Great job! Congrats on your first merged pull request in the Marquez project!
Problem
At some point (August 2024) setupProxy.js started using
WEB_PORT
. The related docker compose configuration files not always have it updated. Without this variable set, the containers start but listen onundefined
port. The users can't use the stack and are confused why. Here's an example of a fix of this king of problem https://github.com/OpenLineage/OpenLineage/pull/3192Solution
When some important environment variable is missing the application should stop and the user should stay informed about that they should do next.
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)