I am currently using a Data Factory to copy entities from Dynamics 365 in bulk to an Azure Data Lake. The entities are saved as CSV files in the Data Lake every 24 hours.
Instead of bulk copying, I would like to truncate entities to new data and append to the files that already exist in the data lake.
I think this is a common operation for SQL databases, but can this be done between Dynamics 365 and a Data Lake?