Forum Discussion
cw88
2 years agoHelper IV
Move dataflow to other workspace
Hi, is it possible to move an existing dataflow to another workspace? Thanks!
miguel
11 months agoCommunity Admin
Hey!
There's quite a few methods depending on the context that you wish to use them for. For example, deployment pipelines do in fact move your Dataflow from one workspace to another:
A different approach is to use the Fabric REST API. You can retrieve your Dataflow definition using the endpoint below:
Items - Get Dataflow Definition - REST API (Dataflow) | Microsoft Learn
And using the respones from it create a new one in the workspace of your choice using the endpoint below:
Items - Create Dataflow - REST API (Dataflow) | Microsoft Learn
Hope this helps!