Reputation: 53
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?
Upvotes: 0
Views: 402
Reputation: 391
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.
Execute Pipeline activity in Azure Data Factory
Upvotes: 1