MarquezProject / marquez

Collect, aggregate, and visualize a data ecosystem's metadata
https://marquezproject.ai
Apache License 2.0
1.78k stars 320 forks source link

Fix attachment of run to lineage job #2953

Closed phixMe closed 3 weeks ago

phixMe commented 3 weeks ago

Problem

Avoid matching jobs to runs using name and namespace and instead use the current_run_uuid recently added to retrieve the current run... This also has the advantage of avoiding looping and being simpler in aggregate.

Checklist

netlify[bot] commented 3 weeks ago

Deploy Preview for peppy-sprite-186812 canceled.

Name Link
Latest commit d54c180c33542f527d83e7d17882f651ff5a7966
Latest deploy log https://app.netlify.com/sites/peppy-sprite-186812/deploys/671c2478b38dbb0008cda039
codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.19%. Comparing base (46bbfa7) to head (d54c180). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2953 +/- ## ============================================ + Coverage 81.16% 81.19% +0.02% + Complexity 1506 1505 -1 ============================================ Files 268 268 Lines 7363 7358 -5 Branches 329 325 -4 ============================================ - Hits 5976 5974 -2 Misses 1226 1226 + Partials 161 158 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.