Azure datafactory get id of the tables which successeds

Viewed 38

I am using Azure data factory to copy data from tables present in one database to tables present in another database. I am using the lookup table to get the list of tables that needs to be copied and after that using the foreach iterator to copy the data.

I am using the Below table to get a list of tables that needs to be copied. enter image description here

The problem: I want to update the flag to 1 when a table is successfully copied. I tried using the log that is generated after the pipeline ran but I am unable to use it effectively.

0 Answers
Related