<?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: Fabric pipeline Deployment dev to prod in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4927590#M4156</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694302" data-lia-user-login="AJAJ" class="lia-mention lia-mention-user"&gt;AJAJ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to review the solution we shared by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1445078" data-lia-user-login="deborshi_nag" class="lia-mention lia-mention-user"&gt;deborshi_nag&lt;/a&gt;? If the issue persists, feel free to reply so we can help further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 04:07:35 GMT</pubDate>
    <dc:creator>v-saisrao-msft</dc:creator>
    <dc:date>2026-01-27T04:07:35Z</dc:date>
    <item>
      <title>Fabric pipeline Deployment dev to prod</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4921995#M4126</link>
      <description>&lt;P&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;I have been developing fabric data pipelines, warehouse, lakehouse in a fabric &lt;STRONG&gt;dev workspace&lt;/STRONG&gt;. I noticed when deployment is done from &lt;STRONG&gt;WS_Dev&lt;/STRONG&gt; to &lt;STRONG&gt;WS_Prod&lt;/STRONG&gt;, pipelines are still pointing to Dev workspace. I can parameterize it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where in Prod workspace do I need to configure that all objects should point to Prod workspace &lt;STRONG&gt;so code deployments from dev dont overwrite the variable in PROD&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;master pipeline with look up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After lookup -- invoke pipeline&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;child pipeline with copy activity.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 16:30:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4921995#M4126</guid>
      <dc:creator>AJAJ</dc:creator>
      <dc:date>2026-01-20T16:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric pipeline Deployment dev to prod</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4922142#M4129</link>
      <description>&lt;P&gt;&lt;EM&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694302" data-lia-user-login="AJAJ" class="lia-mention lia-mention-user"&gt;AJAJ&lt;/a&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can utilise parameter variables within the connection field of Fabric Data Factory activities, though only in certain circumstances. At present, Microsoft Fabric does not support full parameterisation of the connection object itself; however, it is possible to parameterise the connection ID by leveraging dynamic content, pipeline parameters, or—preferably—Variable Libraries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How you can use this approach:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1. Using parameters within the “connection” field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Fabric permits the use of dynamic content (parameters) in the connection field, provided the value supplied is the Connection ID (GUID).&lt;/P&gt;&lt;P&gt;Community feedback affirms that you may assign the connection field to @pipeline().parameters.&amp;lt;yourParam&amp;gt;, assuming the parameter contains the connection GUID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. Locating the connection ID&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;To obtain the connection ID:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Navigate to Manage connections and gateways&lt;/LI&gt;&lt;LI&gt;Select the relevant connection&lt;/LI&gt;&lt;LI&gt;Copy the Connection ID (GUID)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;EM&gt;3. Variable Libraries (recommended practice)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;As direct parameterisation of connections is not currently supported, Microsoft recommends the use of Variable Libraries as the endorsed solution.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Store connection IDs in the variable library&lt;/LI&gt;&lt;LI&gt;Maintain different value sets for Dev, Test, and Prod environments&lt;/LI&gt;&lt;LI&gt;Reference these variables within your activities&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 21:55:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4922142#M4129</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-20T21:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric pipeline Deployment dev to prod</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4922911#M4138</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1445078" data-lia-user-login="deborshi_nag" class="lia-mention lia-mention-user"&gt;deborshi_nag&lt;/a&gt;&amp;nbsp;. I never thought i should use the connection guid instead of connection name.&lt;/P&gt;&lt;P&gt;How about work space parameterization?&lt;/P&gt;&lt;P&gt;How to make sure fabric deployment pipeline does not overwrite parameter value from dev pipeline.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 22:15:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4922911#M4138</guid>
      <dc:creator>AJAJ</dc:creator>
      <dc:date>2026-01-21T22:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric pipeline Deployment dev to prod</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4923256#M4143</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694302" data-lia-user-login="AJAJ" class="lia-mention lia-mention-user"&gt;AJAJ&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how you can ensure deployment pipeline doesn't overwrite the GUID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;OL&gt;&lt;LI&gt;Open your Deployment Pipeline.&lt;/LI&gt;&lt;LI&gt;Go to the Test stage → Manage rules.&lt;/LI&gt;&lt;LI&gt;Add a rule for Variable Library Value Set.&lt;/LI&gt;&lt;LI&gt;Choose Value Set = Test.&lt;/LI&gt;&lt;LI&gt;Repeat for Prod.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Now:&lt;/P&gt;&lt;P&gt;Deploy Dev &amp;gt; Test &amp;gt; Dev GUID NEVER overwrites Test GUID&lt;BR /&gt;Deploy Test &amp;gt; Prod &amp;gt; Test GUID NEVER overwrites Prod GUID&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Jan 2026 09:11:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4923256#M4143</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-01-22T09:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric pipeline Deployment dev to prod</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4927590#M4156</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694302" data-lia-user-login="AJAJ" class="lia-mention lia-mention-user"&gt;AJAJ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to review the solution we shared by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1445078" data-lia-user-login="deborshi_nag" class="lia-mention lia-mention-user"&gt;deborshi_nag&lt;/a&gt;? If the issue persists, feel free to reply so we can help further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 04:07:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4927590#M4156</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-01-27T04:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric pipeline Deployment dev to prod</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4960227#M4166</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694302" data-lia-user-login="AJAJ" class="lia-mention lia-mention-user"&gt;AJAJ&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Checking in to see if your issue has been resolved. let us know if you still need any assistance.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 04:18:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4960227#M4166</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-01-30T04:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric pipeline Deployment dev to prod</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4967321#M4170</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="694302" data-lia-user-login="AJAJ" class="lia-mention lia-mention-user"&gt;AJAJ&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Deployment Pipelines in Fabric doesn't automatically remap environment-specific references (Lakehouse, Warehouse, connections). This is by design.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;The most reliable way to align pipelines across Fabric workspaces is to &lt;STRONG&gt;export the pipeline JSON&lt;/STRONG&gt;, &lt;STRONG&gt;replace Dev artifact IDs with Prod IDs&lt;/STRONG&gt;, then &lt;STRONG&gt;import it into Prod.&amp;nbsp;&lt;/STRONG&gt;Basically, configure Prod Pipelines using JSON templates from Dev after replacing IDs.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 11:20:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/4967321#M4170</guid>
      <dc:creator>stoic-harsh</dc:creator>
      <dc:date>2026-01-30T11:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric pipeline Deployment dev to prod</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/5196026#M4621</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1445078" data-lia-user-login="deborshi_nag" class="lia-mention lia-mention-user"&gt;deborshi_nag&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;any idea why I cannot find or add rules for my variable library?&lt;BR /&gt;I open the rules on our prod workspace here:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But in the dialog our variable library is not even listed.&lt;/P&gt;&lt;P&gt;Feedback much appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 10:46:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-pipeline-Deployment-dev-to-prod/m-p/5196026#M4621</guid>
      <dc:creator>dhirtzbruch</dc:creator>
      <dc:date>2026-06-11T10:46:25Z</dc:date>
    </item>
  </channel>
</rss>

