The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Community,
I am currently facing an issue when using Dataflow in Fabric to load data from an on-premise Oracle source into a Lakehouse. My workflow is as follows:
If I delete the target table in the Lakehouse and rerun the Dataflow, the refresh is successful. However, on the next run, the same error occurs again.
Has anyone experienced this issue or have any suggestions? What could be causing this error?
Thank you!
Solved! Go to Solution.
Hi @sammy1998,
The Delete rows in destination table option is available only in Dataflow Gen1, not in Dataflow Gen2
If you're using Dataflow Gen2 Use a Pre-step to Drop the Table Before Replace.
Regards,
Vinay Pabbu
Hi @sammy1998,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Vinay Pabbu
Hi @sammy1998,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?
If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Regards,
Vinay Pabbu
Hi @sammy1998,
May I ask if you have gotten this issue resolved?
If it is solved, please mark the helpful reply or share your solution and accept it as solution, it will be helpful for other members of the community who have similar problems as yours to solve it faster.
Regards,
Vinay Pabbu
Hi @sammy1998,
Thank you for reaching out to Microsoft Fabric Community Forum.
This is expected behavior in Fabric. When a Dataflow tries to overwrite an existing Delta table in the Lakehouse, it can fail due to how Delta handles table state and locking. To avoid this, set the destination option to "Delete rows in destination table" instead of "Replace entire table." This ensures a clean refresh without triggering the mashup error.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Regards,
Vinay Pabbu
Hi @Anonymous ,
In Dataflow Gen2, I don’t see the “Delete rows in destination table” option—only “Append” and “Replace” are available. Is there any way to enable this option or another recommended workaround?
Thank you!
Hi @sammy1998,
The Delete rows in destination table option is available only in Dataflow Gen1, not in Dataflow Gen2
If you're using Dataflow Gen2 Use a Pre-step to Drop the Table Before Replace.
Regards,
Vinay Pabbu