<?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: Synapse Datawarehouse to Fabric Warehouse Data Load in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4829154#M12407</link>
    <description>&lt;P&gt;Thank you for the update. I hope the migration to the new environment goes smoothly. When you've had a chance to test everything, please let me know how it works out.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Sep 2025 05:22:18 GMT</pubDate>
    <dc:creator>V-yubandi-msft</dc:creator>
    <dc:date>2025-09-18T05:22:18Z</dc:date>
    <item>
      <title>Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823140#M12278</link>
      <description>&lt;P&gt;We are trying to load data from synapse to fabric but getting one issue that is related to float data type that we have in target, during the load it is staging the data into one lake, and not able to insert into float due to conversion issues, orginal error as below:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;ErrorCode=DWCopyCommandOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message='DataWarehouse' Copy Command operation failed with error 'Column '' of type 'FLOAT' is not compatible with external data type 'Parquet physical type: FIXED_LEN_BYTE_ARRAY, logical type: DECIMAL(22, 8)', please try with 'DECIMAL(22, 8)'. Underlying data description:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;anyone faced any issues related to above, we are using fabric pipeline to load as one time but not able to do it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 06:15:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823140#M12278</guid>
      <dc:creator>AnmolGan81</dc:creator>
      <dc:date>2025-09-11T06:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823172#M12279</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="431517" data-lia-user-login="AnmolGan81" class="lia-mention lia-mention-user"&gt;AnmolGan81&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Float is being mapped as Decimal(22,8) in the staging parquet file. This cause the pipeline failure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Can you change the target table schema datatype to Decimal(22,8)&amp;nbsp; or Double and try it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Cast datatype in your source query when writing to staging layer&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT CAST(my_float_column AS DECIMAL(22,8)) AS my_float_column&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 06:40:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823172#M12279</guid>
      <dc:creator>BalajiL</dc:creator>
      <dc:date>2025-09-11T06:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823179#M12280</link>
      <description>&lt;P&gt;we tried with DECIMAL(22,8) its not working and at target will have to check if we can keep decimal(22,8)&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 06:41:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823179#M12280</guid>
      <dc:creator>AnmolGan81</dc:creator>
      <dc:date>2025-09-11T06:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823186#M12281</link>
      <description>&lt;P&gt;yes try to change the target to decimal(22,8).&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;when you are writing to the stage cast datatype to double.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SELECT CAST(my_float_column AS double) AS my_float_column&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try either of the option.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 06:45:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823186#M12281</guid>
      <dc:creator>BalajiL</dc:creator>
      <dc:date>2025-09-11T06:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823213#M12282</link>
      <description>&lt;P&gt;DECIMAL(22,8) does not work for us in fabric we have to keep float only, are there any alternatives?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 07:30:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823213#M12282</guid>
      <dc:creator>AnmolGan81</dc:creator>
      <dc:date>2025-09-11T07:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823465#M12287</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="431517" data-lia-user-login="AnmolGan81" class="lia-mention lia-mention-user"&gt;AnmolGan81&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Since your target schema requires FLOAT, the error you’re encountering is likely due to Parquet’s handling of decimal encoding during staging in OneLake. FLOAT values are being written as DECIMAL(22,8) with a FIXED_LEN_BYTE_ARRAY physical type in Parquet, leading to a mismatch during loading.&lt;/P&gt;
&lt;P&gt;To resolve this, it’s recommended to cast your source column to DOUBLE before staging. This will ensure the Parquet file uses the DOUBLE physical type, which matches FLOAT in Fabric.&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick response&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="721084" data-lia-user-login="BalajiL" class="lia-mention lia-mention-user"&gt;BalajiL&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yugandhar_CST team.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 10:41:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823465#M12287</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-09-11T10:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823466#M12288</link>
      <description>&lt;P&gt;we are not staging anything here, fabric automatically decides to use staging when loading data from synapse to warehouse, where can we specify it to use double please explain?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 10:46:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823466#M12288</guid>
      <dc:creator>AnmolGan81</dc:creator>
      <dc:date>2025-09-11T10:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823487#M12289</link>
      <description>&lt;P&gt;In your source query cast to double and try&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SELECT CAST(my_float_column AS double) AS my_float_column&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 11:12:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823487#M12289</guid>
      <dc:creator>BalajiL</dc:creator>
      <dc:date>2025-09-11T11:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823592#M12291</link>
      <description>&lt;P&gt;double does not work for us we get incorrect sytanx error when passing it.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 12:15:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823592#M12291</guid>
      <dc:creator>AnmolGan81</dc:creator>
      <dc:date>2025-09-11T12:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823616#M12292</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this syntax :&amp;nbsp;TRY_CAST(column_name AS DECIMAL(18,2) AS column_name&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 12:32:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4823616#M12292</guid>
      <dc:creator>AntoineW</dc:creator>
      <dc:date>2025-09-11T12:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4825058#M12323</link>
      <description>&lt;P&gt;Thanks for your response. Based on Microsoft documented behavior, this issue stems from how Fabric pipelines automatically stage data in OneLake using Parquet format when loading from Synapse to a Fabric Warehouse. During this process, FLOAT values are internally converted to DECIMAL(22,8) with a &lt;SPAN&gt;&amp;nbsp;FIXED_LEN_BYTE_ARRAY,&lt;/SPAN&gt;&amp;nbsp;physical type, which causes a mismatch when inserting into a target column defined as FlOAT.&lt;BR /&gt;&lt;STRONG&gt;Reference:&lt;BR /&gt;&lt;/STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-troubleshoot-parquet-format" target="_blank"&gt;Troubleshoot the Parquet format connector - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Could you please try the syntax&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1307272" data-lia-user-login="AntoineW" class="lia-mention lia-mention-user"&gt;AntoineW&lt;/a&gt;&amp;nbsp; suggested and let me know how it behaves in your setup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 10:42:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4825058#M12323</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-09-13T10:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4825670#M12326</link>
      <description>&lt;P&gt;It wont work and most of the values are NULL for us, I think we need to load it from lakehouse to override the step of not using the staging and directly copy the parquet file with tabular mapping and enabling float datatypes.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 03:29:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4825670#M12326</guid>
      <dc:creator>AnmolGan81</dc:creator>
      <dc:date>2025-09-15T03:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4827053#M12348</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="431517" data-lia-user-login="AnmolGan81" class="lia-mention lia-mention-user"&gt;AnmolGan81&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for sharing your findings. Loading data directly from the Lakehouse and bypassing the automatic staging step seems like a good approach, especially if tabular mapping preserves the FLOAT data type. Considering the staging limitations, this could serve as an effective workaround.&lt;/P&gt;
&lt;P&gt;I look forward to hearing about your results after you try it.&lt;BR /&gt;&lt;BR /&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 04:55:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4827053#M12348</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-09-16T04:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4829112#M12405</link>
      <description>&lt;P&gt;we have an upcoming migration to other enviorment will let you know how it goes.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 04:44:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4829112#M12405</guid>
      <dc:creator>AnmolGan81</dc:creator>
      <dc:date>2025-09-18T04:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4829154#M12407</link>
      <description>&lt;P&gt;Thank you for the update. I hope the migration to the new environment goes smoothly. When you've had a chance to test everything, please let me know how it works out.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 05:22:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4829154#M12407</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-09-18T05:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4832956#M12470</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Could you please let us know the ETA by when you upcoming migration to other enviorment ? This will help us to know when we can follow up. If you encounter any challenges during implementing the provided solution, please inform us and we’ll be glad to assist.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 05:16:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4832956#M12470</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-09-23T05:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4832978#M12471</link>
      <description>&lt;P&gt;Well we have tested this scenerio by creating tabular mapping and directly loading parquet file from data lake into the lakehouse using ADF and then moving that data into warehouse through stored procedure works; without any staging and it works, somehow staging in onelake does not allow us to move the data into warehouse.&lt;/P&gt;&lt;P&gt;This will be an actual solution for the problemetic data types, or someone who is directly looking to copy data to test fabric warehouse/lakehouse performance and test one time migration.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 05:52:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4832978#M12471</guid>
      <dc:creator>AnmolGan81</dc:creator>
      <dc:date>2025-09-23T05:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Synapse Datawarehouse to Fabric Warehouse Data Load</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4833067#M12476</link>
      <description>&lt;P&gt;Thanks for your workaround.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 07:16:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Synapse-Datawarehouse-to-Fabric-Warehouse-Data-Load/m-p/4833067#M12476</guid>
      <dc:creator>V-yubandi-msft</dc:creator>
      <dc:date>2025-09-23T07:16:09Z</dc:date>
    </item>
  </channel>
</rss>

