Hi @Anto Reni Huxley Antokinsley ,
Thanks for using Microsoft Q&A forum and posting your query here.
As per conversation with internal team, there is no good way to get lineage for multiple entities at a time.
You might be able to identify all of the process entities and GET /entity/bulk and extract the inputs/outputs from there.
Here is the endpoint that you need to use to get lineage info of the entity specified by GUID : Ref doc - Azure Purview Lineage - Get Lineage Graph
Get lineage info of the entity specified by GUID.
GET {Endpoint}/catalog/api/atlas/v2/lineage/{guid}?direction={direction}
With optional parameters:
GET {Endpoint}/catalog/api/atlas/v2/lineage/{guid}?depth={depth}&width={width}&direction={direction}&includeParent={includeParent}&getDerivedLineage={getDerivedLineage}
PyAPacheAtlas makes this easier : pyapacheatlas.core package — PyApacheAtlas 0.9.0 documentation (wjohnson.github.io)
Hope this info helps. Do let us know if you have further query
----------
- Please don't forget to click on
and upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators