Share via

Azure Data Factory

Carlos Jahir Carreño Hernandez 125 Reputation points
2024-09-09T19:43:15.29+00:00

Good afternoon, I require your support in resolving this issue. I am performing a copy in Data Factory from an HTTP request. The JSON being retrieved has a nextLink, but I have tried configuring it according to Microsoft's documentation, and it keeps making queries for a long time without finishing. Any advice would be greatly appreciated.

User's image

In the attached image "JSON", you can observe the key-value field 'nextPageKey' that I need to capture for the query to continue. When the query ends, the field still appears but is NULL.

With the value of the 'nextPageKey' field, a new URL is constructed. The original URL is https://xxxxxxxxxx.live.dynatrace.com/api/v2/metrics, and then this information should be appended to the original URL: https://xxxxxxxxxx.live.dynatrace.com/api/v2/metrics?nextPageKey=information form the json file"

User's image

Thanks

Community Center | Not monitored

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.