Q1. My source is SQL server tables, I want to identify only latest records(incremental rows) and load those into BRNZE layer. Instead of full load to ADLS, we want to capture only incremental rows and load into ADLS for further processing.
NOTE: Problem here is table has NO PRIMARY KEY column or DATE columns for identification. Could someone please help on this?