Forum Discussion
Progrmatically create pipeline
- 2 years ago
"But there is no way you can manually create a json from scratch that would represents the json otherise created by using the UI."
I think you can: https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-rest-api
- Anonymous2 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.
How can we do it in Fabric. Is this how you would achieve it? (Link below)
https://www.red-gate.com/simple-talk/blogs/edit-fabric-pipeline-json/
When you crate a pipeline it generates a json, you can edit the json. But there is no way you can manually create a json from scratch that would represents the json otherise created by using the UI.
In a perfect fabric world, I would code to create the pipeline which derives the json and not the other way round.
- frithjof_v2 years agoCommunity Champion
"But there is no way you can manually create a json from scratch that would represents the json otherise created by using the UI."
I think you can: https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-rest-api