INCREMENTALLY LOAD FROM MULTIPLE TABLES IN AZURE DATA FACTORY
Author – Moulshree Dhanawade, Cloud Engineer This tutorial will help you create an Azure Data Factory pipeline to load data from multiple tables incrementally. This document will load data from a SQL database to another SQL database. This load is done when there are delta changes into the source side. The same delta changes…