Skip to content

Marquez 0.37.0

Compare
Choose a tag to compare
@merobi-hub merobi-hub released this 17 Jul 15:23
· 198 commits to main since this release

Added

  • API: add ability to decode static metadata events #2495 @pawel-big-lebowski
    Introduces an EventTypeResolver for using the schemaURL field to decode POST requests to /lineage with LineageEvents, DatasetEvents or JobEvents, as the first step in implementing static lineage support.

Fixed

  • API: remove unnecessary DB updates #2531 @pawel-big-lebowski
    Prevent updates that are not needed and are deadlock-prone.
  • Web: revert URL encoding when fetching lineage #2529 @jlukenoff
    Reverts the node ID from being URL-encoded and allows the backend to return lineage details successfully even when a node ID contains special characters.