Forum Discussion

Mahalakshmi_15's avatar
Mahalakshmi_15
Regular Visitor
1 year ago
Solved

Fabric User Data Function throws error while attempting call from data pipeline

Requirement Using REST API, we need to connect to Fabric Workspace to get data from delta table. Solution Approach The user data function in Fabric supports REST API to query data from delta table...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi Mahalakshmi_15 ,
    Thank you for the follow-up ! To make the REST API call to your User Data Function work, you may want to use like this token scope:
    https://api.fabric.microsoft.com/.default  
    This tells the system you’re trying to access Fabric-specific resources. Just make sure your app in Entra ID has the right API permissions for Microsoft Fabric, and that consent has been granted (either by you or an admin, depending on your setup). Once you update the scope and retry the call, it might bring you a step closer.

    As I mentioed earlier,So even with the correct scope, you might still see errors . You can find more details in the known issues.

    I hope this helps you to resolve your query.If so,consider acepting it as solution.

    Regards,
    Pallavi.