Forum Discussion

smpa01's avatar
smpa01
Community Champion
2 years ago
Solved

Progrmatically create pipeline

Is there any way to code the pipeline activities rather than using the graphical interface at all. Such as     //pseudocode in javascript where fnCopyActivity and fnNotebbok are in-built fun...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi smpa01 ,

    In addition to the ideas and comments mentioned by the two above, I think you can also try the following:
    1. You can create and manage data factory pipelines programmatically using SDKs for .NET, Python, and other languages.

    2. You can also use the Azure CLI and PowerShell, command-line tools that allow you to manage Data Factory resources through scripts, including creating and updating pipelines.

    Read this official documentation below for more information: Use custom activities in a pipeline - Azure Data Factory & Azure Synapse | Microsoft Learn

     

     

     

    Best Regards

    Yilong Zhou

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.