<?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 How does Databricks handle versioning of notebooks or jobs, and what good practices should newcomers in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/how-does-databricks-handle-versioning-of-notebooks-or-jobs-and/m-p/137349#M10943</link>
    <description>&lt;P&gt;When you create notebooks or jobs in Databricks, how does Databricks keep track of different versions or changes? And what should beginners do to manage versions safely and effectively?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Nov 2025 07:52:51 GMT</pubDate>
    <dc:creator>Suheb</dc:creator>
    <dc:date>2025-11-03T07:52:51Z</dc:date>
    <item>
      <title>How does Databricks handle versioning of notebooks or jobs, and what good practices should newcomers</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-does-databricks-handle-versioning-of-notebooks-or-jobs-and/m-p/137349#M10943</link>
      <description>&lt;P&gt;When you create notebooks or jobs in Databricks, how does Databricks keep track of different versions or changes? And what should beginners do to manage versions safely and effectively?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 07:52:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-does-databricks-handle-versioning-of-notebooks-or-jobs-and/m-p/137349#M10943</guid>
      <dc:creator>Suheb</dc:creator>
      <dc:date>2025-11-03T07:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: How does Databricks handle versioning of notebooks or jobs, and what good practices should newco</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-does-databricks-handle-versioning-of-notebooks-or-jobs-and/m-p/137363#M10944</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/194685"&gt;@Suheb&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Best practice for versioning your assets is to use git folders. This is recommended approach:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/repos/" target="_blank" rel="noopener"&gt;What is Databricks Git folders | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But out of the box databricks provides for you some versioning capabilities if you don't want to configure git integration for now.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1762158476128.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/21296i7003FF7E3031A014/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1762158476128.png" alt="szymon_dybczak_0-1762158476128.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 08:29:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-does-databricks-handle-versioning-of-notebooks-or-jobs-and/m-p/137363#M10944</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-11-03T08:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How does Databricks handle versioning of notebooks or jobs, and what good practices should newco</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-does-databricks-handle-versioning-of-notebooks-or-jobs-and/m-p/137527#M10957</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/194685"&gt;@Suheb&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;That’s a great question, version control is one of the most important things to get right early on.&lt;/P&gt;&lt;P&gt;As a &lt;STRONG&gt;best practice&lt;/STRONG&gt;, you should &lt;STRONG&gt;never run notebooks directly in production&lt;/STRONG&gt;. Instead, notebooks should be treated as &lt;STRONG&gt;development assets,&amp;nbsp;&lt;/STRONG&gt;once validated, they should be &lt;STRONG&gt;packaged, version-controlled, and deployed&lt;/STRONG&gt; through proper CI/CD.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Use Git integration&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Databricks integrates directly with GitHub, Azure DevOps and GitLab.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Always link your workspace to a Git repo and commit your notebook changes regularly, this keeps full version history and supports collaboration.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;2. Package and deploy, don’t run manually&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Convert notebooks into &lt;STRONG&gt;production-ready code&lt;/STRONG&gt; (Python modules or .py scripts).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Use &lt;STRONG&gt;Databricks Asset Bundles (DAB)&lt;/STRONG&gt; or your CI/CD pipeline to deploy jobs, pipelines, and workflows, not raw notebooks.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;This ensures environments (Dev, Test, Prod) stay consistent and auditable.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;3. Automate with Workflows&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Use &lt;STRONG&gt;Jobs&lt;/STRONG&gt; or &lt;STRONG&gt;Workflows&lt;/STRONG&gt; to orchestrate your pipelines instead of manual runs.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Parameters, retries, and alerts can all be managed centrally.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;4. Keep documentation handy&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Databricks provides extensive documentation for both &lt;STRONG&gt;Git integration&lt;/STRONG&gt; and &lt;STRONG&gt;CI/CD with DAB,&amp;nbsp;&lt;/STRONG&gt;plenty of examples depending on your setup (GitHub Actions, Azure DevOps, Jenkins, etc.).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In short:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Develop in notebooks, version in Git, deploy with DAB, and run in production via Jobs/Workflows &lt;STRONG&gt;never directly from a notebook.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 04 Nov 2025 09:32:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-does-databricks-handle-versioning-of-notebooks-or-jobs-and/m-p/137527#M10957</guid>
      <dc:creator>bianca_unifeye</dc:creator>
      <dc:date>2025-11-04T09:32:26Z</dc:date>
    </item>
  </channel>
</rss>

