[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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ