<?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 API data changed and it's not compatible with my warehouse table in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4018876#M4313</link>
    <description>&lt;P&gt;I made a pipeline that GET data from an API. At first the table was built with the data extracted. Now the data retrieve from the API changed its structure and thus the pipeline is retrieving errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of them is that a column doesn't find a match the warehouse table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if there's a way to catch up this error, or allow the data table to add a new column, so if further changes are introduce on the API it diesn't mess up with my pipeline.&lt;BR /&gt;&lt;BR /&gt;ERORRS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ErrorCode=UserErrorSqlDWCopyCommandError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Column 'orders.items.modifiers.item_id' not found in SQL DW table '[dbo].[SaintRemi]',Source=Microsoft.DataTransfer.ClientLibrary,'&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;One or more 'sink' in copy activity mapping doesn't point to any data. Choose one of the three properties 'name', 'path' and 'ordinal' to reference columns/fields.  &lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 01 Jul 2024 15:42:49 GMT</pubDate>
    <dc:creator>CrhIT</dc:creator>
    <dc:date>2024-07-01T15:42:49Z</dc:date>
    <item>
      <title>API data changed and it's not compatible with my warehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4018876#M4313</link>
      <description>&lt;P&gt;I made a pipeline that GET data from an API. At first the table was built with the data extracted. Now the data retrieve from the API changed its structure and thus the pipeline is retrieving errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of them is that a column doesn't find a match the warehouse table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if there's a way to catch up this error, or allow the data table to add a new column, so if further changes are introduce on the API it diesn't mess up with my pipeline.&lt;BR /&gt;&lt;BR /&gt;ERORRS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ErrorCode=UserErrorSqlDWCopyCommandError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Column 'orders.items.modifiers.item_id' not found in SQL DW table '[dbo].[SaintRemi]',Source=Microsoft.DataTransfer.ClientLibrary,'&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;One or more 'sink' in copy activity mapping doesn't point to any data. Choose one of the three properties 'name', 'path' and 'ordinal' to reference columns/fields.  &lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 01 Jul 2024 15:42:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4018876#M4313</guid>
      <dc:creator>CrhIT</dc:creator>
      <dc:date>2024-07-01T15:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: API data changed and it's not compatible with my warehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4019373#M4317</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="710370" data-lia-user-login="CrhIT" class="lia-mention lia-mention-user"&gt;CrhIT&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The error message indicates that the column ‘orders.items.modifiers.item_id’ is not found in your SQL Data Warehouse table ‘[dbo].[SaintRemi]’. This can happen if there’s a mismatch between the source and sink schema or if the column name is incorrect.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I think spelling and case issues also need to be checked when ensuring that 'orders.items.modifiers.item_id' exists.Another thing is that in the copy activity, go to the Mapping tab and ensure that the source and sink columns are correctly mapped. You can use the properties ‘name’, ‘path’, or ‘ordinal’ to reference the columns/fields. You can look at this document:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/copy-activity-schema-and-type-mapping" target="_blank"&gt;Schema and data type mapping in copy activity - Azure Data Factory &amp;amp; Azure Synapse | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&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 style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 01:29:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4019373#M4317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-02T01:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: API data changed and it's not compatible with my warehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4019954#M4328</link>
      <description>&lt;P&gt;Thank you very much for your reply, the thing is that the API add a new child in its json and the data warehouse didn't have that column when I first built it, hence I cannot mapped it now. I was wondering if there's a work arroound to ignore this "new column" cause I don't truly need it or to create a new column in an existing table in warehouse&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:41:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4019954#M4328</guid>
      <dc:creator>CrhIT</dc:creator>
      <dc:date>2024-07-02T07:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: API data changed and it's not compatible with my warehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4023531#M4384</link>
      <description>&lt;P&gt;No answers to this topic. I might create a ticket to support.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 18:11:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4023531#M4384</guid>
      <dc:creator>CrhIT</dc:creator>
      <dc:date>2024-07-03T18:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: API data changed and it's not compatible with my warehouse table</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4058480#M4698</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="710370" data-lia-user-login="CrhIT" class="lia-mention lia-mention-user"&gt;CrhIT&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Have you solved your problem? If so, can you share your solution here and mark the correct answer as a standard answer to help other members find it faster? Thank you very much for your kind cooperation!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Yilong Zhou&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 08:53:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/API-data-changed-and-it-s-not-compatible-with-my-warehouse-table/m-p/4058480#M4698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-24T08:53:21Z</dc:date>
    </item>
  </channel>
</rss>

