Open davidsharp7 opened 1 week ago
Name | Link |
---|---|
Latest commit | 4ccc0b8ea1a87b390998c8e689d41b07162b2485 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/673457bf7ea2be0008244786 |
Deploy Preview | https://deploy-preview-2974--peppy-sprite-186812.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.18%. Comparing base (
41d9d3d
) to head (4ccc0b8
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
Emitting a JobEvent with input and/or output datasets causes a HTTP500 error in the API, which results from a nullPointerException in Marquez.
Closes: #2925
Solution
Make runuuid/Lineage event type nullable
on
insertInputDatasetFacetsFor insertOutputDatasetFacetsFor
Nullable
Following post which used to fail now posts correctly.
One-line summary:
Make runuuid/Lineage event type nullable
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)