Incremental data load from Azure Table Storage to Azure SQL using Azure Data Factory
I blogged about how one can load incremental data from Azure Table Storage to Azure SQL using Azure Data Factory in my teams blog. Please read full post from here.
Hope it will be helpful. Thanks for your time. Cheers!!!!
- Eat Healthy…Stay Fit and Keep learning.
Comments
- Anonymous
April 06, 2017
How to do incremental loading if the Source Table doesn't/can't have a TIMESTAMP column?- Anonymous
January 02, 2018
Hey BabberPrashant, It's good and easy to have timestamp in record. How you want engine know which records are new? if there is any other way (like string, Boolean value) you are tracking then changes then logic needs to be changed.
- Anonymous