We are using the provider Azure Data Factory - SQL Server for a lof connections where the instances for these connections contains almost the same data but each time another customer.
What we have noticed when the incremental load is setup to look at a datetime field called DW_MODIFIED_date. it will never load that 1 record which is in the table.
When I exclude that table from the incremental load then I have 1 record loaded.
When I include the table again in the incremental load it is removing the first folder from the previous load and don’t write a new file because it was not updated.
When I remove the folder from the container and I incremental load that client table again I get no record at al while it should be the first load. Even if the incremental load is on and there is no file then I expect to have in the initial load the data.