[Bug Report] Appflow SAP-ODATA connector doesn't set "$top" parameter

1

AppFlow's ODATA Sap connector, which, as per Amazon documentation, uses the query options $top and $skip to handle pagination of requests, hasn't been working properly for a few days.

Now using the connector, the downloaded records are always duplicates and analyzing the files written by the stream, we came to the conclusion that the bug found is on the calls that now use the $skip but not the $top.

For example, if we have 32,000 records, we no longer find 32 files of 1,000 records each, but the first contains 32,000, the second 31,000, the third 30,000, and so on. A sign that the $top 1000 is not working.

By making a request from python with the "request" library, setting the parameters $top and $skip, the SAP service responds correctly. This shows that the problem only occurred when using Appflow.

cris
asked 8 months ago280 views
1 Answer
0

Hi,

re:Post is not the right place to report bugs: AWS service teams usually do not monitor this site to get aware of those reports.

The right place to go is the AWS service console, which has features to open such tickets for any service. So, please, go there to announce this issue. Additionally, you will be able to assign it to the right priority level to raise more attention if needed.

Best,

Didier

profile pictureAWS
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions