<?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: Corrupted metadata detected while processing the Direct Lake table in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Corrupted-metadata-detected-while-processing-the-Direct-Lake/m-p/4685970#M9170</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/845241"&gt;@v-prasare&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Maybe you can help me once more? I was able to follow the &lt;A href="https://learn.microsoft.com/en-us/power-bi/enterprise/onelake-integration-overview" target="_self"&gt;documentation&lt;/A&gt; up to a point where I created a lakehouse with shortcuts to the semantic model. Then I wanted to use the Copy Job fabric item to move the data phyiscally into another lakehouse. However there's an error message preventing me to create the job:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rks_0-1746770671091.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1266685i36EC69E537025CAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rks_0-1746770671091.png" alt="rks_0-1746770671091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there another way to move the data? I am not proficient with Python (notebooks)...&lt;/P&gt;</description>
    <pubDate>Fri, 09 May 2025 06:05:16 GMT</pubDate>
    <dc:creator>rks</dc:creator>
    <dc:date>2025-05-09T06:05:16Z</dc:date>
    <item>
      <title>Corrupted metadata detected while processing the Direct Lake table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Corrupted-metadata-detected-while-processing-the-Direct-Lake/m-p/4673904#M8952</link>
      <description>&lt;P&gt;Hi, I have tried to refresh a data set based on the new OneLake Mode for Direct Lake. I ran into this error:&lt;BR /&gt;&lt;SPAN&gt;Corrupted metadata detected while processing the Direct Lake table (TableTMID='xxx'). The source parquet file '&amp;lt;oii&amp;gt;xxxxxx2841696645%29.00000000000000000000.parquet&amp;lt;/oii&amp;gt;' is corrupted or malformed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have retrieved the data from the following process:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I have a regular, good old import model&lt;/P&gt;&lt;P&gt;2) I have enabled OneLake Integration&lt;/P&gt;&lt;P&gt;3) I have created an empty, schema bound lake house&lt;/P&gt;&lt;P&gt;4) and copied the Tables from the Onelake-Integration into the Tables file from the new lakehouse&lt;/P&gt;&lt;P&gt;5) I have made a copy of the original import model and changed the partitions with TMDL (&lt;A href="https://powerbi.microsoft.com/en-us/blog/deep-dive-into-direct-lake-on-onelake-and-creating-direct-lake-semantic-models-in-power-bi-desktop/" target="_blank"&gt;Deep dive into Direct Lake on OneLake and creating Direct Lake semantic models in Power BI Desktop | Microsoft Power BI Blog | Microsoft Power BI&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I wanted to refresh (reframe) the Model in order to test performance with existing reports. The refresh failed due to the error mentioned above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to "repair" the corrupted meta data for a given set of tables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Konstantin&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 05:43:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Corrupted-metadata-detected-while-processing-the-Direct-Lake/m-p/4673904#M8952</guid>
      <dc:creator>rks</dc:creator>
      <dc:date>2025-04-30T05:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupted metadata detected while processing the Direct Lake table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Corrupted-metadata-detected-while-processing-the-Direct-Lake/m-p/4674705#M8968</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/241776"&gt;@rks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you try once below trobleshooting steps and let me know if this helps?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;The error may be due to corrupted or improperly copied Parquet files. Avoid manual file copying and use Dataflows or notebooks to move data properly.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Schema mismatches between source and target lakehouses can cause issues. Ensure the schema is identical by comparing with a Spark notebook.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Hidden metadata files might be missing after manual copying. These are essential for correct operation and are not copied with normal file tools.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Modifying partitions using TMDL can cause issues if model bindings don't align with the data files. Double-check your partition paths and formats.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;To resolve the issue, recreate the table using Fabric tools, re-ingest the data, validate the schema, and rebind the model accurately.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 12:34:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Corrupted-metadata-detected-while-processing-the-Direct-Lake/m-p/4674705#M8968</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-04-30T12:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupted metadata detected while processing the Direct Lake table</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Corrupted-metadata-detected-while-processing-the-Direct-Lake/m-p/4685970#M9170</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/845241"&gt;@v-prasare&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Maybe you can help me once more? I was able to follow the &lt;A href="https://learn.microsoft.com/en-us/power-bi/enterprise/onelake-integration-overview" target="_self"&gt;documentation&lt;/A&gt; up to a point where I created a lakehouse with shortcuts to the semantic model. Then I wanted to use the Copy Job fabric item to move the data phyiscally into another lakehouse. However there's an error message preventing me to create the job:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rks_0-1746770671091.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1266685i36EC69E537025CAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rks_0-1746770671091.png" alt="rks_0-1746770671091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there another way to move the data? I am not proficient with Python (notebooks)...&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 06:05:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Corrupted-metadata-detected-while-processing-the-Direct-Lake/m-p/4685970#M9170</guid>
      <dc:creator>rks</dc:creator>
      <dc:date>2025-05-09T06:05:16Z</dc:date>
    </item>
  </channel>
</rss>

