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
*Intended in part to spur a larger discussion of full parent/child hierarchy handling in Marquez. Changes only the backend API, adding the Job UUID along with the parent name to the Job metadata returned.*
* API: add endpoint method and path to metrics name [`#2850`](https://github.com/MarquezProject/marquez/pull/2850)[@JDarDagran](https://github.com/JDarDagran)
9
24
*In the metrics endpoint, there was information gathered containing the SQL Object name and method name. This introduces labels (DAO name, DAO method, endpoint method, endpoint path) and adds more information about endpoints.*
10
25
* API: add paging to dataset versions panel [`#2855`](https://github.com/MarquezProject/marquez/pull/2855)[@davidsharp7](https://github.com/davidsharp7)
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Marquez is an open source **metadata service** for the **collection**, **aggrega
22
22
23
23
## Status
24
24
25
-
Marquez is an [LF AI & Data Foundation](https://lfaidata.foundation/projects/marquez)incubation project under active development, and we'd love your help!
25
+
Marquez is an [LF AI & Data Foundation](https://lfaidata.foundation/projects/marquez)Graduated project under active development, and we'd love your help!
26
26
27
27
## Adopters
28
28
@@ -97,9 +97,9 @@ Versions of Marquez are compatible with OpenLineage unless noted otherwise. We e
> **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.
105
105
@@ -180,7 +180,7 @@ Marquez listens on port `8080` for all API calls and port `8081` for the admin i
0 commit comments