Reputation: 11
I want to migrate records which has country column as one of the EU countries from US region cosmos DB to cosmos DB of West Europe.
I have multiple collections and I want to dynamically iterate through these collection, run queries "where country in ('abc')" and migrate/copy data to sink(cosmos of EU region).
How can I design a pipeline using azure data factory ? I tried following this https://learn.microsoft.com/en-us/azure/data-factory/tutorial-bulk-copy-portal.
I am not able to find a dynamic content for all tables from cosmos as source.
Thanks, Rihuk
Upvotes: 0
Views: 447
Reputation: 61
Upvotes: 1