<?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: Difference in pipeline scheduling between DEV and PROD causes confusion during deployment in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4864764#M13207</link>
    <description>&lt;P&gt;I have several master Data Pipelines that orchestrate different isolated processes, each with its own schedule. I don’t like the idea of creating additional pipelines in production just for the purpose of scheduling the execution of these other pipelines, since they are already designed as masters themselves.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now, I think I’ll leave it as it is: I’ll remove the schedule in DEV and enable it only in PROD, even though I don’t like seeing schema differences when deploying elements because it can be confusing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that in the future it will be possible to create deployment rules for this kind of scenario, as I believe it’s a common use case in real-world implementations. In the end, we all want to clearly understand which elements have actually changed between DEV and PROD to improve efficiency.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Nov 2025 09:11:34 GMT</pubDate>
    <dc:creator>Corujo</dc:creator>
    <dc:date>2025-11-03T09:11:34Z</dc:date>
    <item>
      <title>Difference in pipeline scheduling between DEV and PROD causes confusion during deployment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4860851#M13141</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m currently implementing a data pipeline that is deployed from a &lt;STRONG&gt;DEV workspace to a PROD workspace&lt;/STRONG&gt; in Microsoft Fabric.&lt;/P&gt;&lt;P&gt;In my setup, I want the pipeline to &lt;STRONG&gt;run daily only in PROD&lt;/STRONG&gt;, but &lt;STRONG&gt;not in DEV&lt;/STRONG&gt; (since DEV is used just for testing and development). However, when I set up the daily schedule in the PROD environment, this creates a &lt;STRONG&gt;difference between the DEV and PROD versions&lt;/STRONG&gt; of the pipeline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a result, when I compare or deploy changes, Fabric shows &lt;STRONG&gt;differences in the pipeline configuration&lt;/STRONG&gt;, which makes it confusing — it looks like the pipelines are out of sync, even though the only intended difference is the scheduling configuration.&lt;/P&gt;&lt;P&gt;Has anyone else faced this situation?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How do you handle environment-specific configurations like pipeline triggers or schedules between DEV and PROD in Fabric?&lt;/P&gt;&lt;P&gt;Thanks in advance for your insights!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carlo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Corujo_0-1761670745514.png" style="width: 889px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1306034i1CD264FFC2E0AF13/image-dimensions/889x234?v=v2" width="889" height="234" role="button" title="Corujo_0-1761670745514.png" alt="Corujo_0-1761670745514.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 17:03:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4860851#M13141</guid>
      <dc:creator>Corujo</dc:creator>
      <dc:date>2025-10-28T17:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in pipeline scheduling between DEV and PROD causes confusion during deployment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4861781#M13158</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/351533"&gt;@Corujo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This is a common scenario when managing Microsoft Fabric pipelines across different environments. It’s best to handle scheduling as environment-specific, rather than embedding it in the pipeline itself. You can keep the pipeline design consistent in both DEV and PROD, but manage the schedule separately in each workspace.&lt;/P&gt;
&lt;P&gt;For your situation, consider removing the daily schedule from the DEV pipeline and only setting it up in the PROD workspace after deployment. This keeps the pipeline design in sync across environments, with scheduling as the only difference. You can do this manually or automate it using PowerShell or the Fabric API.&lt;/P&gt;
&lt;P&gt;Alternatively, you could create a small orchestrator pipeline in PROD to run the main pipeline on a schedule, while in DEV you run it manually for testing. If you’re using Deployment Pipelines, you can set rules to keep schedules disabled in DEV and active in PROD. In general, separating schedules from the main pipeline helps keep DEV and PROD aligned and avoids confusion during deployment.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;SPAN data-teams="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 15:21:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4861781#M13158</guid>
      <dc:creator>v-sshirivolu</dc:creator>
      <dc:date>2025-10-29T15:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in pipeline scheduling between DEV and PROD causes confusion during deployment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4864764#M13207</link>
      <description>&lt;P&gt;I have several master Data Pipelines that orchestrate different isolated processes, each with its own schedule. I don’t like the idea of creating additional pipelines in production just for the purpose of scheduling the execution of these other pipelines, since they are already designed as masters themselves.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now, I think I’ll leave it as it is: I’ll remove the schedule in DEV and enable it only in PROD, even though I don’t like seeing schema differences when deploying elements because it can be confusing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that in the future it will be possible to create deployment rules for this kind of scenario, as I believe it’s a common use case in real-world implementations. In the end, we all want to clearly understand which elements have actually changed between DEV and PROD to improve efficiency.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 09:11:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4864764#M13207</guid>
      <dc:creator>Corujo</dc:creator>
      <dc:date>2025-11-03T09:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in pipeline scheduling between DEV and PROD causes confusion during deployment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4869726#M13320</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/351533"&gt;@Corujo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="415" data-end="654"&gt;I agree, the deployment pipeline comparison in Fabric does include scheduling details such as triggers as part of the pipeline definition. That’s why you’re noticing differences between DEV (no schedule) and PROD (daily trigger). Until environment specific deployment rules are available, you might consider documenting the expected schedule differences in your deployment checklist or workspace documentation to make reviews and comparisons easier. Alternatively, you can automate trigger setup after deployment, for example, if you’re using the API or PowerShell, include a step to re-enable or update the PROD trigger once deployment is complete. This helps keep environments consistent while ensuring that the production schedule continues to run as intended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would also be helpful to share this feedback through Microsoft’s official feedback channels, such as Microsoft Fabric Ideas -&lt;/P&gt;
&lt;P&gt;&lt;A title="https://community.fabric.microsoft.com/t5/fabric-ideas/idb-p/fbc_ideas/ideas/search-ideas" href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/idb-p/fbc_ideas/ideas/search-ideas" target="_blank" rel="noreferrer noopener"&gt;https://community.fabric.microsoft.com/t5/Fabric-Ideas/idb-p/fbc_ideas/ideas/search-ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Feedback submitted through these channels is frequently reviewed by the product teams and can contribute to meaningful improvements.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Sreeteja&lt;/P&gt;</description>
      <pubDate>Sat, 08 Nov 2025 06:30:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4869726#M13320</guid>
      <dc:creator>v-sshirivolu</dc:creator>
      <dc:date>2025-11-08T06:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in pipeline scheduling between DEV and PROD causes confusion during deployment</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4870565#M13331</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/351533"&gt;@Corujo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 06:42:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Difference-in-pipeline-scheduling-between-DEV-and-PROD-causes/m-p/4870565#M13331</guid>
      <dc:creator>v-sshirivolu</dc:creator>
      <dc:date>2025-11-10T06:42:34Z</dc:date>
    </item>
  </channel>
</rss>

