<?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 Staging area in fabric in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4300259#M2136</link>
    <description>&lt;P&gt;New to fabric so please go gently&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have a Data Warehouse in SQL Server.&amp;nbsp; We have a database for staging and a database for the Data Warehouse containing dimension and facts.&amp;nbsp; We use SSIS to ETL the data from legacy to staging and then to the DW.&amp;nbsp; I am looking to move this into the cloud preferably Fabric.&amp;nbsp; I have watched allot of You Tube videos on fabric/azure/dw and all of them seem to do things different which makes me double guess myself, so can anyone help clear the mud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a staging area in Fabric would this be a lake-house as some videos have shown staging tables as part of the warehouse?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Nov 2024 16:34:14 GMT</pubDate>
    <dc:creator>Si_7777</dc:creator>
    <dc:date>2024-11-25T16:34:14Z</dc:date>
    <item>
      <title>Staging area in fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4300259#M2136</link>
      <description>&lt;P&gt;New to fabric so please go gently&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have a Data Warehouse in SQL Server.&amp;nbsp; We have a database for staging and a database for the Data Warehouse containing dimension and facts.&amp;nbsp; We use SSIS to ETL the data from legacy to staging and then to the DW.&amp;nbsp; I am looking to move this into the cloud preferably Fabric.&amp;nbsp; I have watched allot of You Tube videos on fabric/azure/dw and all of them seem to do things different which makes me double guess myself, so can anyone help clear the mud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a staging area in Fabric would this be a lake-house as some videos have shown staging tables as part of the warehouse?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 16:34:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4300259#M2136</guid>
      <dc:creator>Si_7777</dc:creator>
      <dc:date>2024-11-25T16:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Staging area in fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4300342#M2137</link>
      <description>&lt;P&gt;Hi, I always use lakehouses for staging.&lt;/P&gt;&lt;P&gt;One advantage of lakehouses is that you can store (un)structered data files (like JSON or even images). Especially if you work with API-calls that contain complex JSON responses, it could be convenient to first store the output as a JSON file before transforming it into a delta table.&lt;/P&gt;&lt;P&gt;Another advantage of a lakehouse is that it natively interacts with a PySpark Notebook. I prefer to use PySpark to extract data sources. With PySpark you have all the flexibilty to connect to all (complex) data sources.&lt;/P&gt;&lt;P&gt;The last advantage I will mention here is the use of shortcuts. In a lakehouse, you can create shortcuts from other lakehouses or warehouses, but also other data sources outside Fabric. You can find the full list of shortcut sources here:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/onelake/onelake-shortcuts#types-of-shortcuts" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/onelake/onelake-shortcuts#types-of-shortcuts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warehouses in Fabric lack these three features, that is why my preference is a lakehouse for staging.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 17:17:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4300342#M2137</guid>
      <dc:creator>FabianSchut</dc:creator>
      <dc:date>2024-11-25T17:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Staging area in fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4301159#M2148</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="687546" data-lia-user-login="Si_7777" class="lia-mention lia-mention-user"&gt;Si_7777&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you want to completely move from legacy to cloud? or just want to keep only the data warehouse piece?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Complete Legacy to Cloud:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When you wan to completely move from legacy to cloud, you can consider the following&lt;/P&gt;&lt;P&gt;Staging Area : Lakehouse files/tables&lt;/P&gt;&lt;P&gt;Data Ingestion : To get the data from legacy source systems you can use data pipeline(check for your connector) and load it to staging area.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data Transformation : If you want to clean and transform your data you can use notebook and persist the data to warehouse.&lt;/P&gt;&lt;P&gt;Consumption Area : Warehouse&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only from Warehouse to Cloud:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When you wan to move from warehouse to cloud, you can consider the following&lt;/P&gt;&lt;P&gt;Consumption Area : Warehouse&lt;/P&gt;&lt;P&gt;Data Ingestion : To get the data from warehouse systems you can use data pipeline(check for your connector) and load it to Warehouse. Assuming your warehouse is already a cleaned and ready to consume data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srisakthi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 04:12:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4301159#M2148</guid>
      <dc:creator>Srisakthi</dc:creator>
      <dc:date>2024-11-26T04:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Staging area in fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4301774#M2152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Srisakthi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes eventually complete to cloud, thank you for your reply,&amp;nbsp; Simon&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 09:07:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4301774#M2152</guid>
      <dc:creator>Si_7777</dc:creator>
      <dc:date>2024-11-26T09:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Staging area in fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4301776#M2153</link>
      <description>&lt;P&gt;Thank you Fabian very helpful&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 09:08:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Staging-area-in-fabric/m-p/4301776#M2153</guid>
      <dc:creator>Si_7777</dc:creator>
      <dc:date>2024-11-26T09:08:04Z</dc:date>
    </item>
  </channel>
</rss>

