Henk
Henk

Reputation: 53

Azure Data Factory declare a "Copy Data" reusable over pipelines

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

Answers (1)

Timo Strotmann
Timo Strotmann

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

Related Questions