Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

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

  • Anonymous's avatar
    Anonymous
    1 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

  • 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.




    • Anonymous's avatar
      Anonymous
      Not applicable

      Currently we can't use the parsing approch apart from this two approches is there any other work around.

      • nilendraFabric's avatar
        nilendraFabric
        Icon for Super User rankSuper User

        Not at the moment Anonymous 

        Please accept this solution if this is helpful