How to Migrate a Data Flow

How to move a dataflow from one workspace to another.

Instructions

  1. Click … on the dataflow and select export .json (screen shot 1)

  2. Edit the exported json file. You can use VS code, notepad ++ or any text editor.

    1. find the string “allowNativeQueries”.

    2. change "allowNativeQueries":true to "allowNativeQueries":false

    3. save

  3. Go to source workspace > click New > select data flow > select import model >browse to the save json file. (screenshot 2)

  4. Connect to the gateway ? Not sure how to do this. We need a process to find and configure. Maybe a separate step.

 

Screenshot 1

Screenshot 2

 

Related articles