<?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: Use a Data Pipeline to COPY some tables in a lakehouse into another lakehouse in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Use-a-Data-Pipeline-to-COPY-some-tables-in-a-lakehouse-into/m-p/4410815#M7079</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686932" data-lia-user-login="amaaiia" class="lia-mention lia-mention-user"&gt;amaaiia&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the error message provided in the image, &lt;STRONG&gt;20065&lt;/STRONG&gt; is usually caused by inconsistent partition path patterns or metadata issues. You can try checking the partition path, repairing the data files, updating the metadata and adjusting the COPY active configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; &lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2025 09:47:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-02-14T09:47:36Z</dc:date>
    <item>
      <title>Use a Data Pipeline to COPY some tables in a lakehouse into another lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Use-a-Data-Pipeline-to-COPY-some-tables-in-a-lakehouse-into/m-p/4410645#M7076</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;I have a lakehouse with several tables that are partitioned by 5 fields (type, frequency, YEAR, MONTH, DAY). I want to make a Data Pipeline that copies the tables to another lakehouse. I have prepared the COPY activity like this, and I try to preview the data of one table:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get this error:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can query the tables in SQL Enpoint, in the notebook.. with no problems. But I can't preview nor copy the tables. Any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 08:31:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Use-a-Data-Pipeline-to-COPY-some-tables-in-a-lakehouse-into/m-p/4410645#M7076</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2025-02-14T08:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Use a Data Pipeline to COPY some tables in a lakehouse into another lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Use-a-Data-Pipeline-to-COPY-some-tables-in-a-lakehouse-into/m-p/4410815#M7079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686932" data-lia-user-login="amaaiia" class="lia-mention lia-mention-user"&gt;amaaiia&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the error message provided in the image, &lt;STRONG&gt;20065&lt;/STRONG&gt; is usually caused by inconsistent partition path patterns or metadata issues. You can try checking the partition path, repairing the data files, updating the metadata and adjusting the COPY active configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; &lt;/EM&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 09:47:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Use-a-Data-Pipeline-to-COPY-some-tables-in-a-lakehouse-into/m-p/4410815#M7079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-14T09:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use a Data Pipeline to COPY some tables in a lakehouse into another lakehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Use-a-Data-Pipeline-to-COPY-some-tables-in-a-lakehouse-into/m-p/4411085#M7083</link>
      <description>&lt;P&gt;I don't know what can be wrong. I've done some testing:&lt;/P&gt;
&lt;P&gt;1. Read the original table and write it as new table with the same partitioning fields:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2. Go to pipeline, select the new table and try to preview it:&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;Same error. Is a new table, partitioned by 5 fields. What can be wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 12:36:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Use-a-Data-Pipeline-to-COPY-some-tables-in-a-lakehouse-into/m-p/4411085#M7083</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2025-02-14T12:36:29Z</dc:date>
    </item>
  </channel>
</rss>

