<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Issue with Dataflow Refresh from Oracle On-premise to Lakehouse - MashupException in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4716572#M9821</link>
    <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I created several queries in a Dataflow with Oracle on-premise as the source and Lakehouse as the destination.&lt;/LI&gt;&lt;LI&gt;The first run of the Dataflow works as expected: data is loaded successfully into the Lakehouse.&lt;/LI&gt;&lt;LI&gt;Starting from the second run, all queries in the Dataflow fail to refresh, showing the following error message:&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;LI-SPOILER&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;There was a problem refreshing the dataflow: &lt;SPAN class=""&gt;'Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Error in replacing table's content with new data in a version: #{0}., InnerException: #{0} failed to get contents from '#{1}'. Status code: #{2}, description: '#{3}'., Underlying error: AzureDataLakeStorage failed to get contents from ...&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI-SPOILER&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Has anyone experienced this issue or have any suggestions? What could be causing this error?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Mon, 02 Jun 2025 09:23:40 GMT</pubDate>
    <dc:creator>sammy1998</dc:creator>
    <dc:date>2025-06-02T09:23:40Z</dc:date>
    <item>
      <title>Issue with Dataflow Refresh from Oracle On-premise to Lakehouse - MashupException</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4716572#M9821</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I created several queries in a Dataflow with Oracle on-premise as the source and Lakehouse as the destination.&lt;/LI&gt;&lt;LI&gt;The first run of the Dataflow works as expected: data is loaded successfully into the Lakehouse.&lt;/LI&gt;&lt;LI&gt;Starting from the second run, all queries in the Dataflow fail to refresh, showing the following error message:&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;LI-SPOILER&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;There was a problem refreshing the dataflow: &lt;SPAN class=""&gt;'Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Error in replacing table's content with new data in a version: #{0}., InnerException: #{0} failed to get contents from '#{1}'. Status code: #{2}, description: '#{3}'., Underlying error: AzureDataLakeStorage failed to get contents from ...&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/LI-SPOILER&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Has anyone experienced this issue or have any suggestions? What could be causing this error?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 02 Jun 2025 09:23:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4716572#M9821</guid>
      <dc:creator>sammy1998</dc:creator>
      <dc:date>2025-06-02T09:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Refresh from Oracle On-premise to Lakehouse - MashupException</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4717029#M9830</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1284528" data-lia-user-login="sammy1998" class="lia-mention lia-mention-user"&gt;sammy1998&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;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!&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 13:22:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4717029#M9830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-02T13:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Refresh from Oracle On-premise to Lakehouse - MashupException</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4717581#M9837</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;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?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 02:35:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4717581#M9837</guid>
      <dc:creator>sammy1998</dc:creator>
      <dc:date>2025-06-03T02:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Refresh from Oracle On-premise to Lakehouse - MashupException</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4718333#M9855</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1284528" data-lia-user-login="sammy1998" class="lia-mention lia-mention-user"&gt;sammy1998&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Delete rows in destination table option is available only in Dataflow Gen1, not in Dataflow Gen2&lt;/P&gt;
&lt;P&gt;If you're using Dataflow Gen2 Use a Pre-step to Drop the Table Before Replace.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 12:15:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4718333#M9855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-03T12:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Refresh from Oracle On-premise to Lakehouse - MashupException</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4723120#M9966</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1284528" data-lia-user-login="sammy1998" class="lia-mention lia-mention-user"&gt;sammy1998&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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?&lt;BR /&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 12:40:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4723120#M9966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-06T12:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Refresh from Oracle On-premise to Lakehouse - MashupException</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4725674#M10027</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1284528" target="_blank"&gt;@sammy1998&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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?&lt;BR /&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 12:02:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4725674#M10027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-09T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Dataflow Refresh from Oracle On-premise to Lakehouse - MashupException</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4730165#M10097</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1284528" data-lia-user-login="sammy1998" class="lia-mention lia-mention-user"&gt;sammy1998&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have gotten this issue resolved?&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vinay Pabbu&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2025 11:55:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Issue-with-Dataflow-Refresh-from-Oracle-On-premise-to-Lakehouse/m-p/4730165#M10097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-12T11:55:28Z</dc:date>
    </item>
  </channel>
</rss>

