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.