<?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 MashupException.Error: The value does not support versioning in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4394015#M4810</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;Hoping someone can help me. I am having my dataflows fail with the above message:&amp;nbsp;MashupException.Error: The value does not support versioning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant see any reference to this particular error message in any other answers or elsewhere on the web.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some detail:&lt;/P&gt;&lt;P&gt;These flows have been copied using templates from another workspace. the sink is a lakehouse which is also a copy of one in another workspace. the combination works perfectly in the original workspace and the new one should be an exact copy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The purpose of these dataflows is to append a delta of new rows to tables in the lakehouse after extracting from another DB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2025 09:46:12 GMT</pubDate>
    <dc:creator>jackcapel</dc:creator>
    <dc:date>2025-02-04T09:46:12Z</dc:date>
    <item>
      <title>MashupException.Error: The value does not support versioning</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4394015#M4810</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;Hoping someone can help me. I am having my dataflows fail with the above message:&amp;nbsp;MashupException.Error: The value does not support versioning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant see any reference to this particular error message in any other answers or elsewhere on the web.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some detail:&lt;/P&gt;&lt;P&gt;These flows have been copied using templates from another workspace. the sink is a lakehouse which is also a copy of one in another workspace. the combination works perfectly in the original workspace and the new one should be an exact copy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The purpose of these dataflows is to append a delta of new rows to tables in the lakehouse after extracting from another DB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 09:46:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4394015#M4810</guid>
      <dc:creator>jackcapel</dc:creator>
      <dc:date>2025-02-04T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: MashupException.Error: The value does not support versioning</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4394084#M4811</link>
      <description>&lt;P&gt;I should add that the new lakehouse uses schemas but i was able to sucessfully select the correct table to append to in the output selector.&lt;/P&gt;&lt;P&gt;Also it appears that the dataflows work if i create a new table in the default schema as the output. it fails when i try to append or overwrite a table in a different schema&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 12:00:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4394084#M4811</guid>
      <dc:creator>jackcapel</dc:creator>
      <dc:date>2025-02-04T12:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: MashupException.Error: The value does not support versioning</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4395261#M4814</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="883814" data-lia-user-login="jackcapel" class="lia-mention lia-mention-user"&gt;jackcapel&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the information you have provided, I speculate that the error may be caused by a mismatch between the data type of the new table and the original table. Here are some of my suggestions for you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Ensure that the schema of the table you're appending to in the new lakehouse matches exactly with the schema in the original lakehouse.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Verify that the column data type in the data flow matches the data type in the target table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try to simplify the data flow by removing any complex transformations or steps that precede the append operation. This can help find the problem and determine if a particular transformation is causing the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a temporary solution, you mentioned that it is possible to create new tables in default mode. You can use this method to ensure that data is appended correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 01:50:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4395261#M4814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-05T01:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: MashupException.Error: The value does not support versioning</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4397359#M4819</link>
      <description>&lt;P&gt;I have the same exact issue. When writing to a new table in the default dbo schema it works, but replacing data in an existing table in another schema does not work.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 02:34:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4397359#M4819</guid>
      <dc:creator>johnnyyiu</dc:creator>
      <dc:date>2025-02-06T02:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: MashupException.Error: The value does not support versioning</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4397919#M4823</link>
      <description>&lt;P&gt;I've had to work around this in the end and just use the default schema for any dataflows, helpfully pipelines and notebooks work well so I can manage til microsoft work out the last bugs in the lakehouse schemas.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 09:28:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4397919#M4823</guid>
      <dc:creator>jackcapel</dc:creator>
      <dc:date>2025-02-06T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: MashupException.Error: The value does not support versioning</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4653876#M4988</link>
      <description>&lt;P&gt;I have the same issue, and I don't see this mentioned on the Fabric Known Issues list.&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;can you help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps followed: Check source table schema, create destination table schema, copy data.&lt;/P&gt;&lt;P&gt;Fast copy and staging are disabled in the power query settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Check source table schema using Table.Schema()&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Create a table which has the same table schema. Note I specify the database schema: bronze, not dbo&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;%%sql
CREATE TABLE lakehouse.bronze.table(
    objecttypecode STRING,
    useradditionalinfo STRING,
    additionalinfo STRING,
    createdon TIMESTAMP,
    attributemask STRING,
    auditid STRING,
    _userid_value STRING,
    versionnumber BIGINT,
    changedata STRING,
    _regardingobjectid_value STRING,
    transactionid STRING,
    timetoliveinseconds INT,
    operation INT,
    action INT,
    _objectid_value STRING,
    _callinguserid_value STRING
)
USING DELTA&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;3. Attempt to run the dataflow. Source and destination mapping shown below&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Outcome: fail&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 12:33:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/MashupException-Error-The-value-does-not-support-versioning/m-p/4653876#M4988</guid>
      <dc:creator>DCELL</dc:creator>
      <dc:date>2025-04-15T12:33:40Z</dc:date>
    </item>
  </channel>
</rss>

