How to Migrate a Data Flow
How to move a dataflow from one workspace to another.
Instructions
Click … on the dataflow and select export .json (screen shot 1)
Edit the exported json file. You can use VS code, notepad ++ or any text editor.
find the string “allowNativeQueries”.
change "allowNativeQueries":true to "allowNativeQueries":false
save
Go to source workspace > click New > select data flow > select import model >browse to the save json file. (screenshot 2)
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