Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
shivanshi1311
Frequent Visitor

full load of workitemsnapshot table of Azure Devops to Fabric lakehouse

I want to do a full load of  workitemsnapshot table of Azure Devops to Fabric lakehouse. I am trying this using odata queries but got stuck for 10000 rows limit. I already applied filters conditions to odata url to minimize the result. And I can't apply aggregations to this table in odata url as per our business needs and reqiurements.

I want to know a way to do a full load of workitemsnapshot table of Azure Devops to Fabric lakehouse without 10000 rows limit.

1 ACCEPTED SOLUTION
v-pbandela-msft
Community Support
Community Support

Hi @shivanshi1311,

Thank for reaching out in Microsoft Community Forum.

Here we're providing some possible approaches to To load the full WorkItemSnapshot table from Azure DevOps to Fabric Lakehouse without hitting the 10,000 row limit in OData

1. Please retrieve data in chunks by setting up $top=10000 and incrementing $skip.

2. To manage data more efficiently, please filter by date ranges or Work Item IDs to load it in smaller batches.

3. The Azure DevOps REST API provides enhanced control and supports pagination for managing larger data sets efficiently.

4. Please use Azure DevOps Data Warehouse or third-party tools for bulk data export.

5. Please retrieve only the new or modified data since the last update.

If you found this post helpful, please consider marking it as "Accept as Solution" and select "Yes" if it was helpful. help other members find it more easily.

Thank you,
Pavan.

View solution in original post

5 REPLIES 5
v-pbandela-msft
Community Support
Community Support

Hi @shivanshi1311,

I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.
If the community member's answer your query, please mark it as "Accept as Solution" and select "Yes" if it was helpful.
If you need any further assistance, feel free to reach out.

Thank you,
Pavan.

v-pbandela-msft
Community Support
Community Support

Hi @shivanshi1311,

I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.
If the community member's answer your query, please mark it as "Accept as Solution" and select "Yes" if it was helpful.
If you need any further assistance, feel free to reach out.

Thank you,
Pavan.

v-pbandela-msft
Community Support
Community Support

Hi @shivanshi1311,

I wanted to follow up since we haven't heard back from you regarding our last response. We hope your issue has been resolved.
If the community member's answer your query, please mark it as "Accept as Solution" and select "Yes" if it was helpful.
If you need any further assistance, feel free to reach out.

Thank you,
Pavan.

v-pbandela-msft
Community Support
Community Support

Hi @shivanshi1311,

Thank for reaching out in Microsoft Community Forum.

Here we're providing some possible approaches to To load the full WorkItemSnapshot table from Azure DevOps to Fabric Lakehouse without hitting the 10,000 row limit in OData

1. Please retrieve data in chunks by setting up $top=10000 and incrementing $skip.

2. To manage data more efficiently, please filter by date ranges or Work Item IDs to load it in smaller batches.

3. The Azure DevOps REST API provides enhanced control and supports pagination for managing larger data sets efficiently.

4. Please use Azure DevOps Data Warehouse or third-party tools for bulk data export.

5. Please retrieve only the new or modified data since the last update.

If you found this post helpful, please consider marking it as "Accept as Solution" and select "Yes" if it was helpful. help other members find it more easily.

Thank you,
Pavan.

$Skip is not acceptable with WorkItemSnapshot Table.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.