Closed schandir closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 2d163cef3287c2a6195f4001a02ea960e3c4beab |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/6720dc51a3ccb40008437564 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.19%. Comparing base (
2d163ce
) to head (2d163ce
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Setting right default value. Because of invaild url the connection fails and the db init script is not run. As a result marquez db and user is not available.
Problem
š Thanks for opening a pull request! Please include a brief summary of the problem your change is trying to solve, or bug fix. If your change fixes a bug or you'd like to provide context on why you're making the change, please link the issue as follows:
Closes: #ISSUE-NUMBER
Solution
Please describe your change as it relates to the problem, or bug fix, as well as any dependencies. If your change requires a database schema migration, please describe the schema modification(s) and whether it's a backwards-incompatible or backwards-compatible change.
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)