<?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 Re: Couldn't refresh the entity because of an issue with the mashup document in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4371560#M4772</link>
    <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;, I faced the same somehow, the destination tables are being updated but I still get an error code and that the flow failed:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any idea of how to solve it?&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jan 2025 09:37:57 GMT</pubDate>
    <dc:creator>aeelissa</dc:creator>
    <dc:date>2025-01-20T09:37:57Z</dc:date>
    <item>
      <title>Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3506887#M1098</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new with MS Fabric, contiuously practicing and able to create a dataflowgen2 with data destination warehouse/lakehouse and have a PowerBI connect to it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have a dataflowgen2 that will create a new table based on the data it will get from datasource, but i am getting this error "&lt;SPAN&gt;Error Code: Mashup Exception Data Source Error, Error Details: Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: DataSource.Error: Failed to insert a table., InnerException: Unable to create a table on the Lakehouse SQL catalog due to metadata refresh failure&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could be the reason of getting the issue?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 10:23:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3506887#M1098</guid>
      <dc:creator>je777999</dc:creator>
      <dc:date>2023-10-31T10:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3507144#M1100</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="639326" data-lia-user-login="je777999" class="lia-mention lia-mention-user"&gt;je777999&lt;/a&gt;&amp;nbsp; ,&lt;BR /&gt;Thanks for using Fabric Community.&lt;/P&gt;
&lt;P&gt;There are a few possible reasons why you might be getting this error:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;You are trying to create a table with a non-nullable column that contains null values:&lt;/STRONG&gt;&amp;nbsp;Dataflow Gen 2 does not support creating tables with non-nullable columns that contain null values.&amp;nbsp;To fix this,&amp;nbsp;you can either remove the non-nullable constraint from the column,&amp;nbsp;or you can remove the null values from the data before running the dataflow.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;You are trying to create a table with a column type that is not supported by the Lakehouse SQL catalog:&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;Dataflow Gen 2 supports a limited set of data types for Lakehouse SQL tables. If you are trying to create a table with a column type that is not supported,&amp;nbsp;you will need to change the column type to a supported type. You can refer to this link for understanding Dataflow Gen2 limitations: &lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-limitations" target="_blank" rel="noopener"&gt;Link1&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Please refer to these links for more help:&lt;BR /&gt;&lt;A href="https://blog.fabric.microsoft.com/en-US/blog/data-factory-spotlight-dataflows-gen2/" target="_blank" rel="noopener"&gt;DataFlow Gen2&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Dataflows/Gen2-Dataflow-Failed-to-insert-a-table/m-p/3374701" target="_blank" rel="noopener"&gt;Similar Issue&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/gateway-considerations-output-destinations" target="_blank" rel="noopener"&gt;On-Prem Gateway Errors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please let us know if you have any further queries.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 12:32:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3507144#M1100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-31T12:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3511863#M1119</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="639326" data-lia-user-login="je777999" class="lia-mention lia-mention-user"&gt;je777999&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. Please let us know if you have any further queries.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 11:29:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3511863#M1119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-02T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3514804#M1135</link>
      <description>&lt;P&gt;I have the same error,&lt;/P&gt;&lt;P&gt;jornada: Código de error: 999999, Detalles del error: Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: No se puede cargar el archivo o ensamblado 'ParquetSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado. Details: GatewayObjectId: 29a32c17-fdc7-4294-9961-d270354f1e9b (Id. de solicitud: 48d87264-360e-4d04-b47f-aac70f3fdc86).&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 15:42:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3514804#M1135</guid>
      <dc:creator>DavidSerna</dc:creator>
      <dc:date>2023-11-03T15:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3514846#M1136</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your message &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure why, but i think i know what to do on my case, the issue issue only appear on my end if i click the publish button as soon as i update the DataFLow Gen 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i do now is after updating Dataflow Gen2,&lt;/P&gt;&lt;P&gt;- i don't click click the Publish button right away,&lt;/P&gt;&lt;P&gt;- I click other tables first,&lt;/P&gt;&lt;P&gt;- close the Dataflow Gen2 to see the workspace again&lt;/P&gt;&lt;P&gt;- find the updated Dataflow Gen2&lt;/P&gt;&lt;P&gt;- wait for few minutes(1-5) because MS Fabric is slow in everything, i dont know if this is because im using Free Trial&lt;/P&gt;&lt;P&gt;- after waiting for few minutes, near the name of my dataflow gen 2 iclick the "Refresh now" button, the one that looks like circle&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is crazy because it works on my end. it seems there is a glitch or delay issue with MS Fabric.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only issue now is when the dataflowgen2 is triggered by Pipeline, sometimes 'failed' sometimes 'Succeeded'&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 16:03:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3514846#M1136</guid>
      <dc:creator>je777999</dc:creator>
      <dc:date>2023-11-03T16:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3586024#M1393</link>
      <description>&lt;P&gt;Hi Nikhilan,&lt;/P&gt;&lt;P&gt;Thanks for your comment.&lt;/P&gt;&lt;P&gt;In #1, how does one "remove the non-nullable constraint from the column" that is causing the dataflow Gen 2 to fail?&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now, I will replace null with 'Unknown', but I would be very much interested in the alternative that saves time and resources.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 15:21:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3586024#M1393</guid>
      <dc:creator>20231215150134</dc:creator>
      <dc:date>2023-12-15T15:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3622137#M1501</link>
      <description>&lt;P&gt;To Add, the problem seems to get solved after &lt;STRONG&gt;disabling staging of power query&lt;/STRONG&gt;. Just by disabling staging, our loading speed was down to average less than 5 minutes and rarely get the error.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 09:48:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3622137#M1501</guid>
      <dc:creator>je777999</dc:creator>
      <dc:date>2024-01-08T09:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3644604#M1590</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any advice on how to achieve number 1? How do you remove the constraint?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 01:00:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3644604#M1590</guid>
      <dc:creator>KNP</dc:creator>
      <dc:date>2024-01-18T01:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3670746#M1718</link>
      <description>&lt;P&gt;We use Lakehouse and ensure that the DataflowGen2's Staging is set to disable. By default Staging is enabled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current setup&lt;/P&gt;&lt;P&gt;DataflowGen2 - use as ETL&lt;/P&gt;&lt;P&gt;Lakehouse - our data destination&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;never encountered the issue again, after disabling staging &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt; hope works on your end as well &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 15:54:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3670746#M1718</guid>
      <dc:creator>je777999</dc:creator>
      <dc:date>2024-01-31T15:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3930416#M2972</link>
      <description>&lt;P&gt;in my case i was having the same error when using Warehouse as data destination.&lt;/P&gt;&lt;P&gt;as soon as i changed from Warehouse to Lakehouse , the issue was gone..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like a totally random error as my tables had very minimal transformations with no concatenation between multiple columns. In fact it had no new columns created at all... Almost feels like this is a bug of some sort.&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 09:45:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3930416#M2972</guid>
      <dc:creator>jasiluka12</dc:creator>
      <dc:date>2024-05-19T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3991466#M3132</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;When I try to disable DataflowGen2's Staging, it removes the destination Warehouse!&lt;BR /&gt;How do you solve this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 15:09:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/3991466#M3132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-13T15:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4063323#M3498</link>
      <description>&lt;P&gt;Thank you that Help&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 08:36:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4063323#M3498</guid>
      <dc:creator>bkgulshan11</dc:creator>
      <dc:date>2024-07-26T08:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4105311#M3649</link>
      <description>&lt;P&gt;Hi guys, I am doing the &lt;A href="https://learn.microsoft.com/en-us/power-bi/fundamentals/fabric-get-started" target="_blank" rel="noopener"&gt;Tutorial: Microsoft Fabric for Power BI users - Power BI | Microsoft Learn&lt;/A&gt;&amp;nbsp;but I have the same issue when I clic on publish it fails, I already tried next solutions;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i do now is after updating Dataflow Gen2,&lt;/P&gt;&lt;P&gt;- i don't click click the Publish button right away,&lt;/P&gt;&lt;P&gt;- I click other tables first,&lt;/P&gt;&lt;P&gt;- close the Dataflow Gen2 to see the workspace again&lt;/P&gt;&lt;P&gt;- find the updated Dataflow Gen2&lt;/P&gt;&lt;P&gt;- wait for few minutes(1-5) because MS Fabric is slow in everything, i dont know if this is because im using Free Trial&lt;/P&gt;&lt;P&gt;- after waiting for few minutes, near the name of my dataflow gen 2 iclick the "Refresh now" button, the one that looks like circle&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;SPAN&gt;To Add, the problem seems to get solved after&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;disabling staging of power query&lt;/STRONG&gt;&lt;SPAN&gt;. Just by disabling staging, our loading speed was down to average less than 5 minutes and rarely get the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But any of them works, could please someone help me ?&lt;/P&gt;&lt;P&gt;When I clic on pulish appear this error.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2024 15:28:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4105311#M3649</guid>
      <dc:creator>dsajda</dc:creator>
      <dc:date>2024-08-17T15:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4105631#M3654</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="793161" data-lia-user-login="dsajda" class="lia-mention lia-mention-user"&gt;dsajda&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon checking the screenshot you've shared, It appears to be not the same with the error mentioned in this page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You got:&lt;/P&gt;&lt;P&gt;Expression: We cannot convert a value of type Table to type Function.&lt;/P&gt;&lt;P&gt;Details&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Reason = Expression.Error&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Value = #table ({} {})&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please review your power query and see which part was set trying to convert a value of type Table into type Function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2024 11:18:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4105631#M3654</guid>
      <dc:creator>je777999</dc:creator>
      <dc:date>2024-08-18T11:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4146698#M3795</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Here is one good way to test if this is a defect in Fabric or in your own code &lt;EM&gt;after you have disabled staging&lt;/EM&gt;:&lt;BR /&gt;- Filter errors out from your results.&lt;BR /&gt;I would expect all of the code will result with something to store to the Lakehouse, so probably it should valid it through.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 06:23:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4146698#M3795</guid>
      <dc:creator>TimoRiikonen</dc:creator>
      <dc:date>2024-09-16T06:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4371560#M4772</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;, I faced the same somehow, the destination tables are being updated but I still get an error code and that the flow failed:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any idea of how to solve it?&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 09:37:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4371560#M4772</guid>
      <dc:creator>aeelissa</dc:creator>
      <dc:date>2025-01-20T09:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4616013#M4938</link>
      <description>&lt;P&gt;Did anyone get an answer to resolution number 1 in your response :&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;You are trying to create a table with a non-nullable column that contains null values:&lt;/STRONG&gt;&amp;nbsp;Dataflow Gen 2 does not support creating tables with non-nullable columns that contain null values.&amp;nbsp;To fix this,&amp;nbsp;you can either remove the non-nullable constraint from the column,&amp;nbsp;or you can remove the null values from the data before running the dataflow.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;How do you remove the non nullable values? Thx in advance&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 09:46:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4616013#M4938</guid>
      <dc:creator>NeilJustice</dc:creator>
      <dc:date>2025-03-19T09:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4713075#M5182</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar error&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Un problème s’est produit lors de l’actualisation du flux de données&amp;nbsp;: «&amp;nbsp;Something went wrong, please try again later. If the error persists, please contact support.&amp;nbsp;». Code d’erreur&amp;nbsp;: ActionUserFailure. (ID de requête&amp;nbsp;: d9dc4255-48c8-41ff-b82b-4e5adf914ebb).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Exchange_2024_WriteToDataDestination : Un problème s’est produit lors de l’actualisation du flux de données&amp;nbsp;: «&amp;nbsp;Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: Erreur lors du remplacement du contenu de la table par de nouvelles données dans une version : #{0}., Erreur sous-jacente : Parquet&amp;nbsp;: class parquet::ParquetStatusException (message: 'Unknown error: Microsoft.Mashup.Engine1.Runtime.ValueException: [DataSource.Error] AzureDataLakeStorage n'a pas r�ussi � obtenir de r�ponse�: ��La demande a �t� abandonn�e�: La demande a �t� annul�e.��. � Microsoft.Internal.ParallelAppender`1.Dispose() � Microsoft.Mashup.Common.StreamExtensions.&amp;lt;&amp;gt;c__DisplayClass11_0.&amp;lt;AfterDispose&amp;gt;b__0() � Microsoft.Mashup.Common.StreamExtensions.NotifyingStream.HandleCallback() � Microsoft.Mashup.Common.StreamExtensions.NotifyingStream.Close() � ParquetSharp.IO.ManagedOutputStream.Close(String&amp;amp; exception) Record') Details: Reason = DataFormat.Error;ErrorCode = Lakehouse036;Message = Parquet&amp;nbsp;: class parquet::ParquetStatusException (message: 'Unknown error: Microsoft.Mashup.Engine1.Runtime.ValueException: [DataSource.Error] AzureDataLakeStorage n'a pas r�ussi � obtenir de r�ponse�: ��La demande a �t� abandonn�e�: La demande a �t� annul�e.��. � Microsoft.Internal.ParallelAppender`1.Dispose() � Microsoft.Mashup.Common.StreamExtensions.&amp;lt;&amp;gt;c__DisplayClass11_0.&amp;lt;AfterDispose&amp;gt;b__0() � Microsoft.Mashup.Common.StreamExtensions.NotifyingStream.HandleCallback() � Microsoft.Mashup.Common.StreamExtensions.NotifyingStream.Close() � ParquetSharp.IO.ManagedOutputStream.Close(String&amp;amp; exception) Record');Message.Format = Parquet&amp;nbsp;: class parquet::ParquetStatusException (message: 'Unknown error: Microsoft.Mashup.Engine1.Runtime.ValueException: [DataSource.Error] AzureDataLakeStorage n'a pas r�ussi � obtenir de r�ponse�: ��La demande a �t� abandonn�e�: La demande a �t� annul�e.��. � Microsoft.Internal.ParallelAppender`1.Dispose() � Microsoft.Mashup.Common.StreamExtensions.&amp;lt;&amp;gt;c__DisplayClass11_0.&amp;lt;AfterDispose&amp;gt;b__0() � Microsoft.Mashup.Common.StreamExtensions.NotifyingStream.HandleCallback() � Microsoft.Mashup.Common.StreamExtensions.NotifyingStream.Close() � ParquetSharp.IO.ManagedOutputStream.Close(String&amp;amp; exception) Record');Microsoft.Data.Mashup.Error.Context = User GatewayObjectId: 77e723d8-6485-4042-847a-90f74dfb3b18&amp;nbsp;». Code d’erreur&amp;nbsp;: Mashup Exception Data Format Error. (ID de requête&amp;nbsp;: d9dc4255-48c8-41ff-b82b-4e5adf914ebb).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In my case i want to extract data from SQL Server via connetion Gateway to Fabric lakehouse&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;I don't know what is the problem . i tried everything : recreate dataflow ,lakehouse ,update gateway recreate connection nothing works ! please help me ! Thank u in advance&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 May 2025 00:25:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4713075#M5182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-05-30T00:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4810441#M5410</link>
      <description>&lt;P&gt;I also faced the sample error today. Again even if the dataflow was giving error, the data was getting loaded. For me staging was disabled already. However I got the error corrected and the dataflow succeeded when I renamed all the queries on left side and removed the space between words. Like &lt;EM&gt;Transform File&amp;nbsp;&lt;/EM&gt; to&amp;nbsp;&lt;EM&gt;TransformFile, Sample File&amp;nbsp;&lt;/EM&gt;to&amp;nbsp;&lt;EM&gt;SampleFile.&lt;/EM&gt; Not sure if this is a similar case being discussed here. But this worked for me.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 13:29:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4810441#M5410</guid>
      <dc:creator>prathijp</dc:creator>
      <dc:date>2025-08-28T13:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't refresh the entity because of an issue with the mashup document</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4902974#M5631</link>
      <description>&lt;P&gt;In my case when&amp;nbsp;&lt;STRONG&gt;enbling staging of power all errored queries&amp;nbsp;&lt;/STRONG&gt;that woked for me.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 10:32:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Couldn-t-refresh-the-entity-because-of-an-issue-with-the-mashup/m-p/4902974#M5631</guid>
      <dc:creator>RJBI</dc:creator>
      <dc:date>2025-12-16T10:32:21Z</dc:date>
    </item>
  </channel>
</rss>

