Forum Discussion
Fast Copy DataFlowGen2
The CreateNavigationProperties option is why you would be failing to use Fast copy previously. Have you tried saving your dataflow after removing the option to check if you still hit the same "Fast Copy is not supported with the current set of transformations on the query" error? While the error in the indicator does suggest that Fast copy may not end up being used, it is a check at design-time, and runtime behavior can be different
Although I tested this on the 31th of october. I decided to give it a new try with a brandnew dataflow gen2. Doing exactly the same steps as prior it now does state that fast copy will be used.
To explain it in more detail, I create the connection to the database and then edit the M query manual to remove the section stating
, CreateNavigationProperties = false
after doing that it worked. I am happy.
- srinidhiprabhu9 months agoMicrosoft Employee
SofBL Glad to see it working for you.