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`](https://github.com/MarquezProject/marquez/pull/2495)[@pawel-big-lebowski](https://github.com/pawel-big-lebowski)
8
+
*Introduces an `EventTypeResolver` for using the `schemaURL` field to decode `POST` requests to `/lineage` with `LineageEvent`s, `DatasetEvent`s or `JobEvent`s, as the first step in implementing static lineage support.*
9
+
4
10
### Fixed
5
-
* API: remove unnecessary DB updates [`#2531`](https://github.com/MarquezProject/marquez/pull/2531)[@pawel-big-lebowski](https://github.com/pawel-big-lebowski)
6
-
*Prevent updates that are not needed and are deadlock prone.*
11
+
* API: remove unnecessary DB updates [`#2531`](https://github.com/MarquezProject/marquez/pull/2531)[@pawel-big-lebowski](https://github.com/pawel-big-lebowski)
12
+
*Prevent updates that are not needed and are deadlock-prone.*
13
+
* Web: revert URL encoding when fetching lineage [`#2529`](https://github.com/MarquezProject/marquez/pull/2529)[@jlukenoff](https://github.com/jlukenoff)
14
+
*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.*
* Web: handle lineage graph cycles on the client [`#2506`](https://github.com/MarquezProject/marquez/pull/2506)[@jlukenoff](https://github.com/jlukenoff)
29
37
*Fixes a bug where we blow the stack on the client-side if the user selects a node that is part of a cycle in the graph.*
30
38
39
+
### Added
40
+
41
+
* Ability to decode static metadata events [`#2495`](https://github.com/MarquezProject/marquez/pull/2495)[@pawel-big-lebowski](https://github.com/pawel-big-lebowski)
42
+
*Adds the ability to distinguish on a bakend static metadata events introduced based on the [proposal](https://github.com/OpenLineage/OpenLineage/blob/main/proposals/1837/static_lineage.md).*
> **Note:** The [`openlineage-python`](https://pypi.org/project/openlineage-python) and [`openlineage-java`](https://central.sonatype.com/artifact/io.openlineage/openlineage-java) libraries will a higher version than the OpenLineage [specification](https://github.com/OpenLineage/OpenLineage/tree/main/spec) as they have different version requirements.
86
86
@@ -160,7 +160,7 @@ Marquez listens on port `8080` for all API calls and port `8081` for the admin i
0 commit comments