We have ForEach iteration and within that we have Execute Pipeline activity. This activity call child pipeline which has copy activity.
We have ID associated with every iteration and unique SELECT query to copy data. But we also want to update processed row count after each successful Execute Pipeline activity. Stored Proc activity (or any other way) should get processed row count and update into database. This is very easy in SSIS but can't figure out way to do this in Azure Data Factory.
I have referred this SO post but this doesn't fit into our requirement. We don't want to change anything in child pipeline.