<?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: Deployment Pipeline compare using Fabric REST API in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5126007#M15319</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/392683"&gt;@SanderTK&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We have not received a response from you regarding the query and were following up to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2026 10:45:46 GMT</pubDate>
    <dc:creator>v-karpurapud</dc:creator>
    <dc:date>2026-03-05T10:45:46Z</dc:date>
    <item>
      <title>Deployment Pipeline compare using Fabric REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5060437#M15157</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with significant number of workspaces that each operate using deployment pipelines.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to build a notebook that runs every evening to check for changes in the pipelines between development and production to make sure that people don't forget to deploy neccesary changes to production (we have found that this is an element of human error at the moment).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I have build a python function that can detect if items are paired or not and thereby see if there are items in dev that have yet to be deployed to prod but what I am missing is a check to see if the paired items between the stages are actually the same or not. I don't need to know what the differences are between items (I feel like I would need git integration for that) but I was wondering if I could get the basic compare function from the UI from the API endpoint as well.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 11:02:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5060437#M15157</guid>
      <dc:creator>SanderTK</dc:creator>
      <dc:date>2026-02-19T11:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Pipeline compare using Fabric REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5061885#M15162</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/392683"&gt;@SanderTK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There isn’t a public “Compare” API that gives you the same green or orange “identical” or “different” result as you see in the Deployment Pipelines screen.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you can do for now is use the &lt;STRONG&gt;Pipelines REST APIs&lt;/STRONG&gt; to get a list of items in each stage and spot the differences yourself, based on things like IDs, names, paths, and when they were last deployed. If you want to dig deeper, especially with Reports and Dataflows, you can use Git-integrated PBIR for a better check on how similar they are.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GET /v1.0/myorg/pipelines/{pipelineId}/stages/{stageOrder}/artifacts will show you the supported items (datasets, reports, dataflows, dashboards, and so on) with details like:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;artifactId, artifactName (or artifactDisplayName)&lt;/LI&gt;&lt;LI&gt;sourceArtifactId, targetArtifactId (if paired)&lt;/LI&gt;&lt;LI&gt;lastDeploymentTime&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For Power BI Reports, if you’re using Git integration with PBIR (Power BI Project), the report is defined in JSON. You can create a standard JSON hash, ignoring fields like timestamps that change every time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Dataflows, you can pull their JSON definitions using the Dataflow APIs and create a hash as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 12:48:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5061885#M15162</guid>
      <dc:creator>deborshi_nag</dc:creator>
      <dc:date>2026-02-19T12:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Pipeline compare using Fabric REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5110142#M15189</link>
      <description>&lt;LI-CODE lang="markup"&gt; to make sure that people don't forget to deploy neccesary changes to production &lt;/LI-CODE&gt;
&lt;P&gt;How do you define what a "necessary" change is? Shouldn't you let the developer make that decision?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Feb 2026 21:17:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5110142#M15189</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-02-22T21:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Pipeline compare using Fabric REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5118919#M15217</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/392683"&gt;@SanderTK&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Fabric community forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also like to thank you for your active participation&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;and&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1445078"&gt;@deborshi_nag&lt;/a&gt;&amp;nbsp;for sharing solutions within the community forum.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope the information provided helps resolve your issue. If you have any further questions or need additional assistance, please feel free to contact us. We are always here to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Community Support Team.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 05:10:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5118919#M15217</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2026-02-25T05:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Pipeline compare using Fabric REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5119232#M15220</link>
      <description>&lt;P&gt;What I mean with this is that fixes often get implemented in DEV without then being deployed to PROD. People simply forget to deploy their own fixes, features, etc.&lt;/P&gt;&lt;P&gt;I know it sounds a bit ridiculous but it is the current situation.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 09:50:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5119232#M15220</guid>
      <dc:creator>SanderTK</dc:creator>
      <dc:date>2026-02-25T09:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Pipeline compare using Fabric REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5124118#M15274</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/392683"&gt;@SanderTK&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You don’t need the complete UI comparison logic. If an artifact in DEV has a modified time that’s later than its last deployment time in the pipeline, it means there are changes in DEV that haven’t been deployed yet. This is enough to identify possible missed deployments.While it won’t show the specific changes, it effectively addresses the issue of missed deployments without adding unnecessary complexity.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If you have any further questions, feel free to reach out and we'll be glad to assist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Microsoft Fabric Community Support Team.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 05:03:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5124118#M15274</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2026-03-02T05:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Pipeline compare using Fabric REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5126007#M15319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/392683"&gt;@SanderTK&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We have not received a response from you regarding the query and were following up to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2026 10:45:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Deployment-Pipeline-compare-using-Fabric-REST-API/m-p/5126007#M15319</guid>
      <dc:creator>v-karpurapud</dc:creator>
      <dc:date>2026-03-05T10:45:46Z</dc:date>
    </item>
  </channel>
</rss>

