Forum Discussion

dolphinantonym's avatar
1 year ago
Solved

Paginated Rest APIs using low-/no-code

Is it still the case that no low-/no-code options for dealing with paginated APIs exist in Fabric? That is the issue reported in this old thread - https://community.fabric.microsoft.com/t5/Fabric-Ide...
  • v-hashadapu's avatar
    1 year ago

    Hi dolphinantonym , Thank you for reaching out to the Microsoft Community Forum.

     

    You're right to check, but nothing has changed. Dataflow Gen2 still doesn’t support paginated APIs in a low- or no-code way. You can connect to APIs in Power Query, but only if the full dataset comes in a single response. There's still no support for handling offset, page tokens, or loops inside the dataflow.

    So yes, the old thread still applies. The only real option is to use a notebook (Python or Spark) to handle pagination and then load the data into a Lakehouse.

     

    Use a notebook to load data into your lakehouse