如何调整使用oData的AppFlow for SAP拉取的记录数量?

0

【以下的问题经过翻译处理】 我们如何调整 AppFlow for SAP从我们的SAP系统中提取的记录数量?我们希望利用AppFlow自动调和每个数据加载 SAP 发送的记录数与摄取(落地到S3)的记录数之间的差异。

注意: 这是AWS客户常问的问题。 AWS团队发布它以提供受益于每个人的答案。

profile picture
EXPERT
asked 5 months ago20 views
1 Answer
0

【以下的回答经过翻译处理】 应该可以通过lambda自动化“每个数据加载SAP发送的记录数量与经摄入的记录数量(落在S3中)进行对账”,这可以通过以下方法完成:

获取SAP OData记录提取: 1/基于非-ODP提取:按照https://blogs.sap.com/2013/03/20/using-odatas-top-skip-and-count/使用$count。 2/基于ODP提取:按照https://help.sap.com/doc/saphelp_nw75/7.5.5/en-US/50/f4ee6253134d3cafa25b9444f0c5a9/frameset.htm使用$inlinecount。

获取Appflow执行记录: 3/ https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/appflow.html#Appflow.Client.describe_flow_execution_records

希望对您有所帮助。

profile picture
EXPERT
answered 5 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