Added
- API: add ability to decode static metadata events
#2495
@pawel-big-lebowski
Introduces anEventTypeResolver
for using theschemaURL
field to decodePOST
requests to/lineage
withLineageEvent
s,DatasetEvent
s orJobEvent
s, 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.