You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.