简体   繁体   中英

Azure Data Factory pipeline - copy data from on-premises SQL Server and Dynamics CRM

I need to transfer data from an on-premises SQL Server into CDS (Dynamics 365). This can be achieved by in Azure Data Factory by using a CopyData activity, if all data to be transfered is already stored in SQL Server. Unfortunately, this is not my case. Steps for my requirement are:

  • create a CRM record (parent record);
  • the GUID of this record must be then included into the source data for CopyData activity. In fact, all the data transfered into CRM (by CopyData activity) need to be child records of the previous parent record.

How can I accomplish this data flow in Azure Data Factory, please?

Best regards, Radu Antonache

您可以在管道中使用查找和 for-each 活动。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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