I've made a copy data object that logs process info about the pipeline into a SQL Table. This copy data activity is generic in use and can be applied to all of my pipelines... but how can i declare this specific copy data as a reusable object for all my pipelines?
Asked
Active
Viewed 203 times
0
-
Activities (other than Data Flows) aren't reusable across multiple pipelines. – Joel Cochran Sep 30 '21 at 12:38
1 Answers
1
You can create a separate pipeline in Data Factory that contains only the generic copy activity. This pipeline can then be executed (reused) from all your pipelines.

Timo Strotmann
- 371
- 2
- 14