简体   繁体   English

如何为 Appflow on Demand 做增量加载

[英]How to do incremental load for Appflow on Demand

I am updating record from s3 to salesforce using Appflow on demand.What property i can define in the CFT to make my appflow on demand incremental based on the s3 last modified timestamp.我正在使用 Appflow on demand 将记录从 s3 更新到 salesforce。我可以在 CFT 中定义什么属性来使我的 appflow on demand 基于 s3 最后修改的时间戳进行增量。

There is no way to perform incremental data load for on-demand app flows.无法为按需应用程序流执行增量数据加载。

Ideally, this use-case might be fulfilled by “Run Flow on Event” settings under “Flow Trigger” option under Appflow, but this option is not available for S3 Bucket as a Source.理想情况下,此用例可能通过 Appflow 下“Flow Trigger”选项下的“Run Flow on Event”设置来实现,但此选项不适用于作为源的 S3 Bucket。

I found some steps that should address this requirement or similar requirement of reading only the latest file/data from the S3 bucket.我发现一些步骤应该可以解决这个要求或类似的要求,即只从 S3 存储桶读取最新的文件/数据。

My understanding is that you would like to configure the Appflow which runs every time when there is an S3 Bucket Change Event.我的理解是,您想配置每次发生 S3 存储桶更改事件时运行的 Appflow。 ( when a new file is added to the S3 bucket ) 当新文件添加到 S3 存储桶时

However, as a workaround you can use the Lambda function to run the flow with “S3 Event notification” as a Trigger to the lambda.但是,作为一种变通方法,您可以使用 Lambda function 运行流程,将“S3 事件通知”作为 lambda 的触发器。

The Architecture will be as below.架构如下。

S3 Bucket (with new events) > Lambda > Appflow S3 Bucket(有新事件)> Lambda > Appflow

Create a Lambda python program that runs the “flow” every time there is a new event in the S3 Bucket创建一个 Lambda python 程序,每当 S3 存储桶中有新事件时运行“流”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 BIG QUERY 中创建具有增量负载的表 - How to create table with incremental load in BIG QUERY Azure数据工厂增量加载 - Incremental load in Azure Data Factory 从 AWS APPFlow 更新时如何清除 Salesforce 中的拾取列表值 - How to Clear a pickup list value in Salesforce while updating from AWS APPFlow 使用 Azure 数据工厂的多步增量加载和处理 - Multi Step Incremental load and processing using Azure Data Factory 我正在使用 MySQL 的 GCP 数据流到 Bigquery 进行历史数据加载和 CDC/增量加载。 我正在获取历史负载但不是增量负载? - I am using GCP datastream for MySQL to Bigquery for historical data load and CDC/incremental load. I am getting historical load but not incremental? 如何在 aws serverless 上安排按需任务 - How to schedule on-demand tasks on aws serverless 将 GA4 连接添加到 AWS AppFlow - Adding GA4 connection to AWS AppFlow AWS AppFlow - 重命名源字段 - AWS AppFlow - rename source field aws cli - 如何仅查询 ec2 按需实例 - aws cli - How to query only ec2 on demand instances 如何使用 Lambda 批量加载 AWS Neptune? - How do i Bulk Load AWS Neptune using a Lambda?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM