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!
Is there a particular reason why PPU would work on a gen 2 dataflow but it would not on a Pro Gen 1? My IT admin has made it PPU and re-worked it and now it works. but this isn't helpful for the end-state as my end-users not all have PPU.
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
- rtylerr8 months agoNew Member
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!