Forum Discussion
00;31 second failed timeout for Dataflows Gen 1 with Redshift Connection
- 8 months ago
Since then admin has put us onto a fabric sku and it's all fine now. Not a clue why but already now I have a space where end users can view reports and the data flows are working!
are you sure you can create a dataflow gen2 in PPU workspace? I don't think so.
if it's a premium/fabric capacity you can.
gen 2 gives you the possibility to switch to "Fast Copy" that behind the scenes changes the runtime from dataflow to data factory copy activity runtime. this can give you the idea you're running dataflows but in reality you're running a data pipeline.
with a customer we had an issue of dataflow not able to complete if fast copy was enabled and able to complete if it was disabled because of different management of TLS protocol. AFAIK this had been solved and they now both use the same TLS version but the concept is again you think it's a DF and in reality is a pipeline.
Fast copy in Dataflow Gen2 - Microsoft Fabric | Microsoft Learn
Since then admin has put us onto a fabric sku and it's all fine now. Not a clue why but already now I have a space where end users can view reports and the data flows are working!