<?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: Best Practice for bringing data from Lakehouse to Warehouse in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5041653#M4277</link>
    <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1140654" data-lia-user-login="sam51" class="lia-mention lia-mention-user"&gt;sam51&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&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&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2026 07:53:05 GMT</pubDate>
    <dc:creator>v-prasare</dc:creator>
    <dc:date>2026-02-17T07:53:05Z</dc:date>
    <item>
      <title>Best Practice for bringing data from Lakehouse to Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5011296#M4250</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a client that is implementing Fabric in the lowest capacity possible due to budget constraints. To try to maintain costs under control we are trying to find the best practices or best way to bring data from Lakehouse into the Warehouse that will minimize CU usage, can be scheduled, needs to have incremental refresh and uses SQL to get data.&lt;BR /&gt;We've tried a bit with a Copy Activity and SQL queries inside this activity, which achieves most of the requirements but it seems that CU usage is still high.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any recommendations? We are thinking about trying stored procedures and schedule it through a pipeline...any other ideas?&lt;BR /&gt;We have not considered mirroring because most of the tables have no column fro date / time from source systems.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 19:55:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5011296#M4250</guid>
      <dc:creator>JulianaMacedo</dc:creator>
      <dc:date>2026-02-12T19:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for bringing data from Lakehouse to Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5011827#M4251</link>
      <description>&lt;P&gt;Are they in the same workspace? if so, instead of copyng the data over and duplicating the data create a view in the Warehouse that points to the lakehouse table.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 21:09:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5011827#M4251</guid>
      <dc:creator>KevinChant</dc:creator>
      <dc:date>2026-02-12T21:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for bringing data from Lakehouse to Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5013395#M4256</link>
      <description>&lt;P&gt;Yes they are in the same workspace.&amp;nbsp;&lt;BR /&gt;But is it possible to schedule and do incremental load with a View? My knowledge in that is probably limited, but how whould one do that with a View?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2026 07:04:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5013395#M4256</guid>
      <dc:creator>JulianaMacedo</dc:creator>
      <dc:date>2026-02-13T07:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for bringing data from Lakehouse to Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5035077#M4272</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="357655" data-lia-user-login="JulianaMacedo" class="lia-mention lia-mention-user"&gt;JulianaMacedo&lt;/a&gt;&amp;nbsp;If your goal is to load data into a Warehouse from a Lakehouse incrementally and create a separate materialized dataset as opposed to what&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="675882" data-lia-user-login="KevinChant" class="lia-mention lia-mention-user"&gt;KevinChant&lt;/a&gt;&amp;nbsp;suggested as a dynamic view reading data directly from the Lakehouse, then you need to use a SQL MERGE query. That would be, to my best knowledge, the most efficient way of incremental load into a Warehouse. To run such a query the easiest way is to use a Factory data pipeline with a Script activity and code SQL right in the activity. I bit more involved way is to create a stored procedure in the Warehouse and use a Stored Procedure activity instead. You can trigger such a pipeline using OneLake data event trigger that will occur when any table in the Lakehouse is modified which is determined by a new file created in the delta log folder for that table.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Feb 2026 18:37:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5035077#M4272</guid>
      <dc:creator>apturlov</dc:creator>
      <dc:date>2026-02-15T18:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for bringing data from Lakehouse to Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5041650#M4276</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="357655" data-lia-user-login="JulianaMacedo" class="lia-mention lia-mention-user"&gt;JulianaMacedo&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&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&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 07:52:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5041650#M4276</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2026-02-17T07:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for bringing data from Lakehouse to Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5041653#M4277</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1140654" data-lia-user-login="sam51" class="lia-mention lia-mention-user"&gt;sam51&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&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&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 07:53:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5041653#M4277</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2026-02-17T07:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practice for bringing data from Lakehouse to Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5108884#M4292</link>
      <description>&lt;P&gt;Hi yes it has helped.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 12:51:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Best-Practice-for-bringing-data-from-Lakehouse-to-Warehouse/m-p/5108884#M4292</guid>
      <dc:creator>JulianaMacedo</dc:creator>
      <dc:date>2026-02-20T12:51:47Z</dc:date>
    </item>
  </channel>
</rss>

