Hi @MartinJaffer-MSFT ,
Thanks, and how do I escape the "." after "@odata" in '@odata.nextLink' ?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have difficulties creating an ADF pipeline that pulls data from a REST API using oAuth and writes it to azure blob storage in JSON format. I am a python developer and relatively new to adf. I will explain in more detail below.
I get the following error, hope you can help me out. Because I am trying to put this workflow on ADF instead of a python script that does this job.
Hi @MartinJaffer-MSFT ,
Thanks, and how do I escape the "." after "@odata" in '@odata.nextLink' ?
Hi @MartinJaffer-MSFT ,
The pagination url looks as follows
'@odata.nextLink': 'base_url/odata/table?$skip=250'
So the workflow is as follows:
Would this be possible in data factory? I want to fetch the json from the api and copy it to a blob storage