简体   繁体   English

使用 Azure 数据工厂更新 SQL 表中的行

[英]Updating rows in a SQL table with Azure Data Factory

I have taken over a project with minimal knowledge on how to use Azure Data Factory so need some help.我接手了一个项目,对如何使用 Azure 数据工厂知之甚少,因此需要一些帮助。 The data factory is copying data from one postgres sql server over to my azure sql server.数据工厂正在将数据从一台 postgres sql 服务器复制到我的 azure sql 服务器。 It is running 3 times a day and inserts new rows perfectly.它每天运行 3 次,并完美地插入新行。 But when data has changed in postgres it does not update the row as needed in the sink database.但是当 postgres 中的数据发生变化时,它不会根据需要在接收器数据库中更新行。 Can anyone point me in the right direction?谁能指出我正确的方向?

Since the source are on-premise, you can't use data flow.由于源是本地的,因此您不能使用数据流。 It means that the tutorial @Mark kromer provided for you doesn't works.这意味着为您提供的教程@Mark kromer 不起作用。

Per my experience in Copy active, we only can copy(insert) the data to sink table, won't update it.根据我在 Copy active 中的经验,我们只能将数据复制(插入)到 sink 表,不会更新它。 I'm afraid to say we can't update rows with copy active.恐怕我们不能更新复制活动的行。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM