Passing details of a copy data activity into another activity as its source

Bakar, Cem 281 Reputation points
2021-07-12T20:08:23.663+00:00

I would like to pass the details of the copy activity into another copy activity after it is completed.
Let's say the first copy activity (Copy 1) moves 1000 records from A to B.
After copy 1 is completed, the second copy activity (Log Details of Copy 1) kicks in - without a designated source - taking the details of Copy 1
and saving it into another destination.

113924-screen-shot-2021-07-12-at-40405-pm.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,600 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Abbey 1,171 Reputation points
    2021-07-12T20:49:11.503+00:00

    You aren't actually doing a copy at that point, what is your log destination? If a database, the Stored Procedure can log your details, if a flat file, then I'm guessing something like an Azure Function is required


0 additional answers

Sort by: Most helpful