Forum Discussion
Anonymous
2 years agoNot applicable
Can't save or refresh Dataflow | CdsaObservableUniverseHasChanged and CdsaLockAcquireError
I have two dataflows that normally will take around 45 minutes to finish refreshing; however, I don't know what happened, but it suddenly takes forever today. I have already tried to cancel the re...
- Anonymous2 years ago
Hi Anonymous
Typically it is slower when using dataflows especially with a lot of transformations because using shared capacity it is sharing the memory and CPU.
You can consider by separating data ingestion from data transformation dataflows. More info you can refer to the Microsoft offical document below .
Best Regards,
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
2 years agoNot applicable
it seems to be the Capacity issue.
I have fixed it by splitting 2 dataflows into 4 dataflows, and now I can refresh and save them.
But let's see other comments if there are other solutions.