[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
posta 8 mesi fa292 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 8 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande