Forum Discussion
API to Fabric Details
Hello Fabric community, I want to fetch fabric item dependency from workspace. Is there any api to fetch relevant information. Example : In a pipeline if a notebook is called, the excepted output can be
itemId : pipelineId
dependency : [
{
itemId : notebookId
}]
Not at the moment Anonymous
Please accept this solution if this is helpful- Anonymous1 year ago
Hi Anonymous,
Thank you for reaching out in Microsoft Community Forum.
Thank you nilendraFabric for the helpful response
Currently, there isn't a direct Purview endpoint for fetching item dependencies in Microsoft Fabric.
Please continue using Microsoft community forum.
If you found this post helpful, please consider marking it as "Accept as Solution" and giving it a 'Kudos' to help others find it easily.
Regards,
Pavan.
5 Replies
- nilendraFabric
Super User
Hello Anonymous
there is no direct API available in Microsoft Fabric to fetch item dependencies from a workspace like your usecase.
If you want to acheive this , you have to do it programatically like use List Items API then use this to Get Item Definition API and then do the parsing to identify dependency .
Not an easy approach though.
If this is helpful please accept the answer.- AnonymousNot applicable
Currently we can't use the parsing approch apart from this two approches is there any other work around.
- nilendraFabric
Super User
Not at the moment Anonymous
Please accept this solution if this is helpful