marquez icon indicating copy to clipboard operation
marquez copied to clipboard

Add `MarquezClient.getLineage()` to `java` and `py` clients

Open wslulciuc opened this issue 2 years ago • 2 comments

The java and py clients are missing the method MarquezClient.getLineage(NodeId) to fetch lineage for a given nodeID (though a REST call using curl can be used).

Note: this method will be used only for fetching lineage metadata, to collect lineage metadata please us an OpenLineage client.

wslulciuc avatar Dec 14 '21 22:12 wslulciuc

Java was done in https://github.com/MarquezProject/marquez/pull/2623, which just leaves Python.

davidjgoss avatar Oct 20 '23 19:10 davidjgoss

Thanks @davidjgoss for implementing the lineage call for our java client 🙌

wslulciuc avatar Nov 28 '23 23:11 wslulciuc