Can we copy json of pipeline and create a new pipeline

datapro 1 Reputation point
2021-09-02T12:49:03.877+00:00

What I am looking for is simple alternative that we have in BI tools such as we can copy XML

of the report and paste it in new report to create exact clone, it makes thing easy. Can we do similarly in adf

wherein we can copy the json of another pipeline and recreate the clone and where exactly we need to copy it .

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,990 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 32,906 Reputation points MVP
    2021-09-02T12:53:25.433+00:00

    Yes,
    You can copy the Json and Paste it in another ADF to create a similar Pipeline.

    Note: you need to ensure all dependent datasets are already present before creating the pipeline.

    You can either directly clone:

    128751-image.png

    or copy the code and paste it :

    128708-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.