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

Static Job Event handling #2934

Closed phixMe closed 1 month ago

phixMe commented 1 month ago

Problem

Handling static job event rendering on dashboard and lineage page.

{
    "eventTime": "2024-10-10T19:16:27.607287Z",
    "job": {
        "namespace": "my-namespace",
        "name": "my-job"
    },
    "inputs": [],
    "outputs": [],
    "schemaURL": "https://openlineage.io/spec/2-0-0/OpenLineage.json#/definitions/JobEvent",
    "producer": "https://github.com/MarquezProject/marquez/blob/main/docker/metadata.json"
}

Checklist

netlify[bot] commented 1 month ago

Deploy Preview for peppy-sprite-186812 canceled.

Name Link
Latest commit 0e29eb857c1e6bb5490225368d13e0a92a689e50
Latest deploy log https://app.netlify.com/sites/peppy-sprite-186812/deploys/6712a5e22366f400085a4382
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 81.12%. Comparing base (39ddd65) to head (0e29eb8). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2934 +/- ## ========================================= Coverage 81.12% 81.12% Complexity 1506 1506 ========================================= Files 268 268 Lines 7365 7365 Branches 329 329 ========================================= Hits 5975 5975 Misses 1229 1229 Partials 161 161 ```

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