Forum Discussion
Microsoft Fabrics Copy activity - azure devops boards shared views
Hello,
I'm trying to copy Azure devops Analytic views data into lakehouse.
I'm managed to copy WorkItems, WorkItem Links, WorkItem Snapshot etc.. from analytic views using oData connection.
But I'm trying to copy shared view ( A view which is manually created in Analytics views in azure devops Boards)
oData:
https://analytics.dev.azure.com/{OrganizationName}/{ProjectName}/_odata/v4.0-preview/$metadata
Rest API:
GET https://dev.azure.com/{organization}/{project}/_apis/wit/queries?api-version=7.1
I tried both oData and Rest, but couldn't find this shared view in either of them.
Any Idea how to copy this shared view into lakehouse ??
Many Thanks
2 Replies
- AnonymousNot applicable
Hi c_avu ,
This is the related document, you can view this content:
Options to get data into the Lakehouse - Microsoft Fabric | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- c_avuFrequent Visitor
I'm trying to access View data which is custom build using workitem fields.
i have tried copy activity with oData connection and REST API, with these approaches i cannot acces the Custom built 'Views'.
url for my view,
https://dev.azure.com/orgid/project?viewId=b9bda5c8-f516-472c-a245-0c76698d0111