Does Incremental Sync with Azure Data Factory V2 support only Sql Server to Azure SQL

老子叫甜甜 提交于 2019-12-11 16:04:02

问题


I was trying incremental sync to design incremental sync data between MySQL and Azure Sql referring article and while designing pipeline for new watermark found that lookup component only support SQL SERVER.

Question

Is there a way to sync incrementally on cloud from hosted Mysql to Azure SQl using ADF v1/v2?

What other component we can use to select data from Mysql i tried Store Procedure but it support Sql server only.


回答1:


We (ADF team) are actively working on expanding Lookup activity to support more data stores including MySQL. We will announce when it's ready. Please stay tuned!




回答2:


Currently, the ADF Control Flow activity "Lookup" does not support MySQL, so the watermark table must exist in an entity that Lookup can communicate with, ao you can create the watermark table and associated sprocs in Azure SQL DB, while pulling the source data from MySQL tables.



来源:https://stackoverflow.com/questions/49132994/does-incremental-sync-with-azure-data-factory-v2-support-only-sql-server-to-azur

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!