Custom pagination when copying data from REST APIs
Azure Data Factory has native support for copying data from REST APIs. There are some pagination rules supported (listed here), but what to do when the API you are using does not support this? In my example I do not have any information in the header or body of my requests, but rather use the […]