<?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: Medallion architecture with CI/CD Pipelines in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4855205#M13014</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1376448"&gt;@nomad_ch&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are just starting out and want to keep it simpel and small, 3 workspaces is good enough. Depending on the processing workload on dev-test and production, you might also want to think about a production capacity and a dev-test capacity, so that any development and test processes won't burn out your ability to run production due to CU shortage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of developing a framework yourself, you can also check the ready-to-use metadata driven framework from Erwin de Kreuk on Github&amp;nbsp;&lt;A href="https://github.com/edkreuk/FMD_FRAMEWORK/" target="_blank"&gt;https://github.com/edkreuk/FMD_FRAMEWORK/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps. If so, please give a Kudos &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; and mark as Accepted Solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2025 20:07:58 GMT</pubDate>
    <dc:creator>nielsvdc</dc:creator>
    <dc:date>2025-10-21T20:07:58Z</dc:date>
    <item>
      <title>Medallion architecture with CI/CD Pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4854927#M13001</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m an analyst transitioning to data engineering and I am quite new to Fabric. I am learning how to structure a medallion architecture (Bronze → Silver → Gold) in Microsoft Fabric across Dev, Test, and Prod environments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to set up my OneLake and warehouse/lakehouse correctly before building pipelines. I’m thinking of this structure:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- OneLake (staging area for raw files, e.g., Files/raw/)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Three workspaces for environments:&lt;/P&gt;&lt;P&gt;- Dev_Workspace -&amp;gt; Warehouse or Lakehouse with BronzeSchema, SilverSchema, GoldSchema&lt;/P&gt;&lt;P&gt;- Test_Workspace -&amp;gt; Warehouse or Lakehouse with BronzeSchema, SilverSchema, GoldSchema&lt;/P&gt;&lt;P&gt;- Prod_Workspace -&amp;gt; Warehouse or Lakehouse with BronzeSchema, SilverSchema, GoldSchema&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this structure make sense for Fabric?&lt;/P&gt;&lt;P&gt;Is Bronze needed at all in Dev/Test for testing ingestion from OneLake?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any tips for CI/CD with this setup?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 13:40:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4854927#M13001</guid>
      <dc:creator>nomad_ch</dc:creator>
      <dc:date>2025-10-21T13:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Medallion architecture with CI/CD Pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4854938#M13002</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1376448"&gt;@nomad_ch&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This setup makes sense to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do a silimar thing, using a Lakehouse as my bronze and silver layers, and then I use a warehouse as my gold layer so I can apply RLS to it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as for CI/CD, what I recommend is connecting GitHub or Azure DevOps to your dev workspace for version control, and then use deployment pipelines to move items from dev up to test and then to prod.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tayloramy_1-1761054909915.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1304648iBC711070F13D369B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tayloramy_1-1761054909915.png" alt="tayloramy_1-1761054909915.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There's an accelerator in the Fabric Toolbox for this:&amp;nbsp;&lt;A href="https://github.com/microsoft/fabric-toolbox/tree/main/accelerators/CICD/Deploy-using-Fabric-deployment-pipelines" target="_blank" rel="noopener"&gt;fabric-toolbox/accelerators/CICD/Deploy-using-Fabric-deployment-pipelines at main · microsoft/fabric-toolbox&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 13:55:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4854938#M13002</guid>
      <dc:creator>tayloramy</dc:creator>
      <dc:date>2025-10-21T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Medallion architecture with CI/CD Pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4855205#M13014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1376448"&gt;@nomad_ch&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are just starting out and want to keep it simpel and small, 3 workspaces is good enough. Depending on the processing workload on dev-test and production, you might also want to think about a production capacity and a dev-test capacity, so that any development and test processes won't burn out your ability to run production due to CU shortage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of developing a framework yourself, you can also check the ready-to-use metadata driven framework from Erwin de Kreuk on Github&amp;nbsp;&lt;A href="https://github.com/edkreuk/FMD_FRAMEWORK/" target="_blank"&gt;https://github.com/edkreuk/FMD_FRAMEWORK/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps. If so, please give a Kudos &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; and mark as Accepted Solution &lt;span class="lia-unicode-emoji" title=":heavy_check_mark:"&gt;✔️&lt;/span&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 20:07:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4855205#M13014</guid>
      <dc:creator>nielsvdc</dc:creator>
      <dc:date>2025-10-21T20:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Medallion architecture with CI/CD Pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4855741#M13039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1376448"&gt;@nomad_ch&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/290706"&gt;@nielsvdc&lt;/a&gt;&amp;nbsp;, Thank you for your prompt responses.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1376448"&gt;@nomad_ch&lt;/a&gt;&amp;nbsp;,&amp;nbsp; Co&lt;/SPAN&gt;uld you please try the proposed solutions shared by&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1340679"&gt;@tayloramy&lt;/a&gt;&amp;nbsp; and &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/290706"&gt;@nielsvdc&lt;/a&gt;&amp;nbsp;? Let us know if you’re still facing the same issue we’ll be happy to assist you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 11:28:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4855741#M13039</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2025-10-22T11:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Medallion architecture with CI/CD Pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4856028#M13053</link>
      <description>&lt;P&gt;This looks fine to me. in addition to the previous framework shared you can also look to use Fabric Accelerator which roots can be traced back to offerings for other services:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/bennyaustin/fabric-accelerator" target="_blank" rel="noopener"&gt;https://github.com/bennyaustin/fabric-accelerator&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For CI/CD across traditional DTAP environments you might also want to look into using the fabric-cicd Python library with your ALM service of choice.&lt;BR /&gt;&lt;A href="https://microsoft.github.io/fabric-cicd/latest/" target="_blank"&gt;https://microsoft.github.io/fabric-cicd/latest/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have a fair few posts relating to performing CI/CD in Fabric which might help:&lt;BR /&gt;&lt;A href="https://www.kevinrchant.com/?s=fabric+ci%2Fcd" target="_blank"&gt;https://www.kevinrchant.com/?s=fabric+ci%2Fcd&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 16:03:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4856028#M13053</guid>
      <dc:creator>KevinChant</dc:creator>
      <dc:date>2025-10-22T16:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Medallion architecture with CI/CD Pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4859876#M13118</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1376448"&gt;@nomad_ch&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 18:14:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Medallion-architecture-with-CI-CD-Pipelines/m-p/4859876#M13118</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2025-10-27T18:14:40Z</dc:date>
    </item>
  </channel>
</rss>

