<?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: GIT automate DEV Databricks instance to PROD instance in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/git-automate-dev-databricks-instance-to-prod-instance/m-p/132212#M49384</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/70490"&gt;@adrianhernandez&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This can be easily achieved using Databricks Assets Bundles in combination with Azure Devops Pipeline (or github actions).&lt;/P&gt;&lt;P&gt;So, typical CI/CD workflows looks something like this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Store&lt;/STRONG&gt;: Store your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Databricks&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;code and notebooks in a version control system like Git.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;: Develop code and unit tests in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;a Databricks&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;notebook in the workspace or locally using an external IDE.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Build&lt;/STRONG&gt;: Use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Databricks Asset Bundles&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;settings to automatically build certain artifacts during deployments.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Deploy&lt;/STRONG&gt;: Deploy changes to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Databricks&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;workspace using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Databricks Asset Bundles&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in conjunction with tools like Azure DevOps or GitHub Actions.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So, you can create flow that will be triggered when you merge your PR to your branch.When you deploy to higher environments like QA or PRD Azure Devops (and github actions) gives you ability to set up approval process. Possibilites are unlimited here &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here you can find some pipelines using DABs for reference and inspiration:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/datakickstart/datakickstart_dabs" target="_blank"&gt;GitHub - datakickstart/datakickstart_dabs: Example of project using Databricks Asset Bundle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/community-articles/demo-deploy-a-databricks-asset-bundle-with-azure-devops/td-p/126585" target="_blank"&gt;Demo Deploy a Databricks Asset Bundle with Azure D... - Databricks Community - 126585&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Sep 2025 08:35:08 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-09-17T08:35:08Z</dc:date>
    <item>
      <title>GIT automate DEV Databricks instance to PROD instance</title>
      <link>https://community.databricks.com/t5/data-engineering/git-automate-dev-databricks-instance-to-prod-instance/m-p/132168#M49375</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Would like to use GIT to automate the process of syncing between a DEV Databricks instance and a PROD Databricks instance. Something like :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;On GIT console pull changes/sync with DEV Databricks.&lt;/LI&gt;&lt;LI&gt;Have some kind of approval process in GIT (like someone entering comments and then approving/submitting changes, only admins should do this so it should be role authentication based).&lt;/LI&gt;&lt;LI&gt;Once admin approves it the changes are pushed to PROD Databricks.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance, recommendations, how-tos, etc. are welcomed.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 20:27:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/git-automate-dev-databricks-instance-to-prod-instance/m-p/132168#M49375</guid>
      <dc:creator>adrianhernandez</dc:creator>
      <dc:date>2025-09-16T20:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: GIT automate DEV Databricks instance to PROD instance</title>
      <link>https://community.databricks.com/t5/data-engineering/git-automate-dev-databricks-instance-to-prod-instance/m-p/132212#M49384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/70490"&gt;@adrianhernandez&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This can be easily achieved using Databricks Assets Bundles in combination with Azure Devops Pipeline (or github actions).&lt;/P&gt;&lt;P&gt;So, typical CI/CD workflows looks something like this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Store&lt;/STRONG&gt;: Store your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Databricks&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;code and notebooks in a version control system like Git.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;: Develop code and unit tests in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;a Databricks&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;notebook in the workspace or locally using an external IDE.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Build&lt;/STRONG&gt;: Use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Databricks Asset Bundles&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;settings to automatically build certain artifacts during deployments.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Deploy&lt;/STRONG&gt;: Deploy changes to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Databricks&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;workspace using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Databricks Asset Bundles&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in conjunction with tools like Azure DevOps or GitHub Actions.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So, you can create flow that will be triggered when you merge your PR to your branch.When you deploy to higher environments like QA or PRD Azure Devops (and github actions) gives you ability to set up approval process. Possibilites are unlimited here &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here you can find some pipelines using DABs for reference and inspiration:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/datakickstart/datakickstart_dabs" target="_blank"&gt;GitHub - datakickstart/datakickstart_dabs: Example of project using Databricks Asset Bundle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/community-articles/demo-deploy-a-databricks-asset-bundle-with-azure-devops/td-p/126585" target="_blank"&gt;Demo Deploy a Databricks Asset Bundle with Azure D... - Databricks Community - 126585&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 08:35:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/git-automate-dev-databricks-instance-to-prod-instance/m-p/132212#M49384</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-17T08:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: GIT automate DEV Databricks instance to PROD instance</title>
      <link>https://community.databricks.com/t5/data-engineering/git-automate-dev-databricks-instance-to-prod-instance/m-p/132318#M49436</link>
      <description>&lt;P&gt;Do you know any examples similar but for AWS? So far all that I find in forums or searching is for Azure, and require Azure specific addons/artifacts to be used. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 18:41:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/git-automate-dev-databricks-instance-to-prod-instance/m-p/132318#M49436</guid>
      <dc:creator>adrianhernandez</dc:creator>
      <dc:date>2025-09-17T18:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: GIT automate DEV Databricks instance to PROD instance</title>
      <link>https://community.databricks.com/t5/data-engineering/git-automate-dev-databricks-instance-to-prod-instance/m-p/132321#M49437</link>
      <description>&lt;P&gt;Yes, you can follow official guide on AWS documentation. They're using GitHub actions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when you type in databricks assets bundles + GitHub actions you will find plenty of blogs/sites with examples.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/dev-tools/ci-cd/github" target="_blank"&gt;https://docs.databricks.com/aws/en/dev-tools/ci-cd/github&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 18:59:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/git-automate-dev-databricks-instance-to-prod-instance/m-p/132321#M49437</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-17T18:59:07Z</dc:date>
    </item>
  </channel>
</rss>

