How to copy all and update API data

Raphael Koning 21 Reputation points
2021-03-17T08:53:38.123+00:00

I'm trying to copy data from an API to blob storage but because of performence reasons it is not possible to return all the data at once. It only gives 10 elements and it is possible to get other pages using the 'page' parameter. In the first screenshot you can see the data it returns when copying 'meters'. Column _embedded row meters contains the 10 rows. How is it possible to copy and afterwards update all the data to blob storage and maybe combine different dataframes in the process(just copying it all at once every few minutes might not be possible because one of the data sources contains 10252096 elements)? I'm new to azure so I'm having some difficulties with the basics like adding parameters(like 'page') and that kind of stuff. I also put some screenshots of how I copy the data to make it a bit more clear what i did.

Feel free to ask me some more information if anything is unclear!
Thanks :)

78635-image.png
78741-image.png
78722-image.png
78626-image.png
78687-image.png

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.