Azure Data Factory REST API Pagination Rules

Rafael Silveira 21 Reputation points
2022-01-08T00:26:36.39+00:00

Hi there,

I've built a simple pipeline with 2 activities: One "Web" and one "Copy Data"

The web activity generates a token to access a REST API and Copy Data uses the token to copy the result to a SQL database.

I can preview the data from the Source in the "Copy data" activity, but when I run the pipeline I get this error:

Failure happened on 'Source' side. ErrorCode=UserErrorInvalidPaginationRule,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Invalid PaginationRule, RuleKey=supportRFC5988, RuleValue=true,Source=Microsoft.DataTransfer.ClientLibrary,'

This is not a multiple page response. I have no values set for Pagination Rules

I understand that "supportRFC5988" is a default added by ADF, correct?

I only find articles helping users with multiple pages, but this is not the case.

Should I suppress that default parameter passed? How would I do that?

Any help is deeply appreciated.

Thanks.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
0 comments No comments
{count} votes

Accepted answer
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2022-01-10T14:23:40.2+00:00

    Hi @Rafael Silveira ,

    Thank you for posting query in Microsoft Q&A Platform.

    I tried a sample dummy API in copy activity with pagination rules. Its working fine for me.

    163634-image.png

    Could you please share your copy activity source tab settings with screenshot to understand issue better and help on resolution?


0 additional answers

Sort by: Most helpful

Your answer

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