I'm looking to automatically synchronise the data from an Azure SQL database to an Azure SQL data warehouse. It probably only needs to be inserting rather than updating, it will involve 25-35 tables and several million records in a few of the tables. (later on once the data is synced we may delete synced records from the source.)
Can anyone recommend some tools or approaches that could do this, suiting most of the requirements above?
I've looked at Data factory but that does not seem suited to incremental loads