Copy From OnPrem SQL server to DocumentDB using custom activity in ADF Pipeline

后端 未结 4 601
予麋鹿
予麋鹿 2021-01-24 09:56

I am trying to copy data from SQL Table in a on-prem sql server and upload it to a Document DB using custom activity in Azure data factory pipeline. Can anyone tell me how can I

4条回答
  •  终归单人心
    2021-01-24 10:37

    Thanks Charles. Turns out you are right. The solution I implemented was:

    Part 1:

    Implemented a data factory pipeline to move data from on-prem databases to staging DocumentDB collections.

    Part 2:

    Used custom activity to combine data from different collections(staged) in documentdb to create a new documentdb collection with required output data.

提交回复
热议问题