[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
已提問 8 個月前檢視次數 292 次
1 個回答
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
專家
已回答 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南