Closed mattwparas closed 3 months 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 | b6dec32190d381ebca2a9340856b268706a4c721 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/66c8acf31cc94d00088e71d2 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.28%. Comparing base (
ead480b
) to head (b6dec32
). 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
Closes: #2871
Solution
I am occasionally running into this #2871 - after reviewing the migrations it appears that a cascade delete constraint was missing. I believe this is a backwards compatible change. The problem manifests itself when the retention job runs, and causes the retention jobs to quit and not continue since it can't move forward.
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)