[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.

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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠