<?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 Migrating Snowflake data to Fabric Datawarehouse in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4709996#M3095</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I would like to migrate around 15TB of SQL Tables data from the Snowflake to Fabric. Its one time activity. I have below questions. Could you please help me with below questions?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We have 2 options to migrate . What is the best option?&lt;UL&gt;&lt;LI&gt;Option1:Mirroring the warehouse , once mirrored then deleting it and then copying the data to finalwarehouse for write access.&lt;/LI&gt;&lt;LI&gt;Option2: using Data factory copy activity.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Do we need to use data gateway in my connection for migrating 15TB of data, my snowflake is accessible for Fabric. do we still need Data gateway? When should we go for Data gateway?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 28 May 2025 07:15:39 GMT</pubDate>
    <dc:creator>NagaRK</dc:creator>
    <dc:date>2025-05-28T07:15:39Z</dc:date>
    <item>
      <title>Migrating Snowflake data to Fabric Datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4709996#M3095</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I would like to migrate around 15TB of SQL Tables data from the Snowflake to Fabric. Its one time activity. I have below questions. Could you please help me with below questions?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We have 2 options to migrate . What is the best option?&lt;UL&gt;&lt;LI&gt;Option1:Mirroring the warehouse , once mirrored then deleting it and then copying the data to finalwarehouse for write access.&lt;/LI&gt;&lt;LI&gt;Option2: using Data factory copy activity.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Do we need to use data gateway in my connection for migrating 15TB of data, my snowflake is accessible for Fabric. do we still need Data gateway? When should we go for Data gateway?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 07:15:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4709996#M3095</guid>
      <dc:creator>NagaRK</dc:creator>
      <dc:date>2025-05-28T07:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Snowflake data to Fabric Datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4710734#M3100</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1273585" data-lia-user-login="NagaRK" class="lia-mention lia-mention-user"&gt;NagaRK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Option 1 is great for near real-time reporting use cases, not bulk loads.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Option 2 (Data Factory) is the right tool for large, one-time migrations like yours.&lt;/P&gt;
&lt;P&gt;Do You Need a Data Gateway?&lt;/P&gt;
&lt;P&gt;Answer:&lt;BR /&gt;If your Snowflake instance is accessible over the public internet (i.e., Fabric can reach it directly), you do NOT need a data gateway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You DON'T need a gateway if:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Your Snowflake endpoint is public (like xyz.snowflakecomputing.com)&lt;/LI&gt;
&lt;LI&gt;You can connect to it from within Microsoft Fabric without any VPN or firewall restrictions&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You DO need a gateway if:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Snowflake is behind a corporate firewall&lt;/LI&gt;
&lt;LI&gt;It's hosted in a private network or VNet that Fabric cannot access directly&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/connector-snowflake-copy-activity" target="_blank"&gt;Configure Snowflake in a copy activity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/how-to-access-on-premises-data" target="_blank"&gt;How to access on-premises data sources in Data Factory - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/database/mirrored-database/snowflake" target="_blank"&gt;Microsoft Fabric Mirrored Databases From Snowflake - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;If this post helped resolve your issue, please consider giving it &lt;STRONG&gt;Kudos&lt;/STRONG&gt; and marking it as the &lt;STRONG&gt;Accepted Solution&lt;/STRONG&gt;. This not only acknowledges the support provided but also helps other community members find relevant solutions more easily.&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LakshmiNarayana.&lt;/STRONG&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 28 May 2025 15:44:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4710734#M3100</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-05-28T15:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Snowflake data to Fabric Datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4716322#M3135</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1273585" data-lia-user-login="NagaRK" class="lia-mention lia-mention-user"&gt;NagaRK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If your issue has been resolved, please consider marking the most helpful reply as the &lt;STRONG&gt;accepted solution&lt;/STRONG&gt;. This helps other community members who may encounter the same issue to find answers more efficiently.&lt;/P&gt;
&lt;P&gt;If you're still facing challenges, feel free to let us know we’ll be glad to assist you further.&lt;/P&gt;
&lt;P&gt;Looking forward to your response.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LakshmiNarayana.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2025 07:18:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4716322#M3135</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-06-02T07:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Snowflake data to Fabric Datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4720604#M3164</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1273585" data-lia-user-login="NagaRK" class="lia-mention lia-mention-user"&gt;NagaRK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If your question has been answered, kindly mark the appropriate response as the Accepted Solution. This small step goes a long way in helping others with similar issues.&lt;/P&gt;
&lt;P&gt;We appreciate your collaboration and support!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LakshmiNarayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:47:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4720604#M3164</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-06-05T04:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Snowflake data to Fabric Datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4724863#M3197</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1273585" data-lia-user-login="NagaRK" class="lia-mention lia-mention-user"&gt;NagaRK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As we haven't heard back from you, we are closing this thread. If you are still experiencing the same issue, we kindly request you to create a new thread we’ll be happy to assist you further.&lt;/P&gt;
&lt;P&gt;Thank you for your patience and support.&lt;/P&gt;
&lt;P&gt;If our response was helpful, please mark it as&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accepted&amp;nbsp;as Solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;and consider giving a&lt;STRONG&gt;&amp;nbsp;&lt;EM&gt;Kudos&lt;/EM&gt;&lt;/STRONG&gt;. Feel free to reach out if you need any further assistance.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi Narayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 04:57:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4724863#M3197</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-06-09T04:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Snowflake data to Fabric Datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4731364#M3241</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1271221" data-lia-user-login="v-lgarikapat" class="lia-mention lia-mention-user"&gt;v-lgarikapat&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 10:07:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4731364#M3241</guid>
      <dc:creator>NagaRK</dc:creator>
      <dc:date>2025-06-13T10:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Snowflake data to Fabric Datawarehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4731367#M3242</link>
      <description>&lt;P&gt;Sorry I was not available. Thanks for the marking as solution. That works for me.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 10:08:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Migrating-Snowflake-data-to-Fabric-Datawarehouse/m-p/4731367#M3242</guid>
      <dc:creator>NagaRK</dc:creator>
      <dc:date>2025-06-13T10:08:11Z</dc:date>
    </item>
  </channel>
</rss>

