<?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: After Initial Deployment, How Can We Transfer Actual Data from Dev to Prod in Microsoft Fabric in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5190057#M16446</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/317253"&gt;@kasun_rumesh&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not to my knoweldge. THe only known issue I see is related to warehouses and private link.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://support.fabric.microsoft.com/known-issues/?product=Data%2520Factory&amp;amp;active=true&amp;amp;fixed=true&amp;amp;sort=published&amp;amp;issueId=1796" target="_blank"&gt;https://support.fabric.microsoft.com/known-issues/?product=Data%2520Factory&amp;amp;active=true&amp;amp;fixed=true&amp;amp;sort=published&amp;amp;issueId=1796&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2026 13:44:44 GMT</pubDate>
    <dc:creator>tayloramy</dc:creator>
    <dc:date>2026-05-28T13:44:44Z</dc:date>
    <item>
      <title>After Initial Deployment, How Can We Transfer Actual Data from Dev to Prod in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5188321#M16360</link>
      <description>&lt;P&gt;I have implemented a Microsoft Fabric data pipeline with only two environments: Development (Dev) and Production (Prod).&lt;/P&gt;&lt;P&gt;In the Dev environment, data is loaded and maintained through incremental API ingestion, and historical data has been loaded initially using Excel files.&lt;/P&gt;&lt;P&gt;After the initial deployment, I understand that only metadata is promoted from Dev to Prod via the deployment pipeline. However, the actual data is not transferred between environments.&lt;/P&gt;&lt;P&gt;My question is: what is the recommended approach to handle the movement or synchronization of daily incremental data from Dev to Prod in this two-layer setup?&lt;/P&gt;&lt;P&gt;Rebuilding the pipeline or reloading data in Prod from scratch is not feasible due to time and effort constraints.&lt;/P&gt;&lt;P&gt;Is there a standard pattern in Fabric for handling this scenario (e.g., separate ingestion pipelines per environment, shared storage, or controlled data promotion strategies)?&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2026 10:16:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5188321#M16360</guid>
      <dc:creator>kasun_rumesh</dc:creator>
      <dc:date>2026-05-25T10:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: After Initial Deployment, How Can We Transfer Actual Data from Dev to Prod in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5188410#M16366</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/317253"&gt;@kasun_rumesh&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally, you do not want to move data between DEV and PRD.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In most set ups, DEV is connected to dev/tst systems, and PRD is connected to production systems, this is to avoid bogging down the production enviornment with development, and to comply with company privacy policies and local legsligation where applicable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you must use the same data for development and prod, what I would recommend is you load all your data to a "data" workspace that sits outside of dev/prd, and then use shortcuts to reference that data in dev and in prd.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This does carry the risk that something going wrong in dev can impact prod destructively, so be careful and ensure you have strong controls in dev.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2026 13:29:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5188410#M16366</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-05-25T13:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: After Initial Deployment, How Can We Transfer Actual Data from Dev to Prod in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5188524#M16379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/317253"&gt;@kasun_rumesh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There have been some great suggestions above. Another option you could do is to use the materialized lake views in order to transfer the data from your dev to prod environment. Here is the link.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-engineering/materialized-lake-views/overview-materialized-lake-view" target="_blank"&gt;https://learn.microsoft.com/en-us/fabric/data-engineering/materialized-lake-views/overview-materialized-lake-view&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2026 22:12:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5188524#M16379</guid>
      <dc:creator>GilbertQ</dc:creator>
      <dc:date>2026-05-25T22:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: After Initial Deployment, How Can We Transfer Actual Data from Dev to Prod in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5189917#M16437</link>
      <description>&lt;P&gt;Yes, I agree with what you said. However, I am looking for a solution to transfer data between environments. I have also noticed that Lakehouse schemas are not carried over across environments.&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 10:17:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5189917#M16437</guid>
      <dc:creator>kasun_rumesh</dc:creator>
      <dc:date>2026-05-28T10:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: After Initial Deployment, How Can We Transfer Actual Data from Dev to Prod in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5190047#M16444</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/317253"&gt;@kasun_rumesh&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no automated way to do that in Fabric. You will need to build pipelines or notebooks that move the data across.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 13:38:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5190047#M16444</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-05-28T13:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: After Initial Deployment, How Can We Transfer Actual Data from Dev to Prod in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5190051#M16445</link>
      <description>&lt;P&gt;Are there any known issues when using the Copy Job activity to transfer data from a Lakehouse?&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 13:42:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5190051#M16445</guid>
      <dc:creator>kasun_rumesh</dc:creator>
      <dc:date>2026-05-28T13:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: After Initial Deployment, How Can We Transfer Actual Data from Dev to Prod in Microsoft Fabric</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5190057#M16446</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/317253"&gt;@kasun_rumesh&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not to my knoweldge. THe only known issue I see is related to warehouses and private link.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://support.fabric.microsoft.com/known-issues/?product=Data%2520Factory&amp;amp;active=true&amp;amp;fixed=true&amp;amp;sort=published&amp;amp;issueId=1796" target="_blank"&gt;https://support.fabric.microsoft.com/known-issues/?product=Data%2520Factory&amp;amp;active=true&amp;amp;fixed=true&amp;amp;sort=published&amp;amp;issueId=1796&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 13:44:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/After-Initial-Deployment-How-Can-We-Transfer-Actual-Data-from/m-p/5190057#M16446</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2026-05-28T13:44:44Z</dc:date>
    </item>
  </channel>
</rss>

