<?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 Dabs Databricks asset bundles in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dabs-databricks-asset-bundles/m-p/133386#M49826</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am relatively new to Dabs, but getting on quite well.&lt;/P&gt;&lt;P&gt;I have managed to deploy both a job that uses a notebook defined in the bundle itself and a job that points to a notebook living in an azure devops git repo.&amp;nbsp;&lt;/P&gt;&lt;P&gt;While these are two viable solutions I would like for the notebook so be deployed out of the repo and into the .bundle folder and have the job point to the code in there.&lt;/P&gt;&lt;P&gt;I can make this happen using "&lt;SPAN&gt;source_linked_deployment" for a notebook included in the bundle but not for one in the repo.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm sure there must be a simple way of doing this but I haven't managed to spot how to do this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2025 13:49:15 GMT</pubDate>
    <dc:creator>IONA</dc:creator>
    <dc:date>2025-09-30T13:49:15Z</dc:date>
    <item>
      <title>Dabs Databricks asset bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/dabs-databricks-asset-bundles/m-p/133386#M49826</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am relatively new to Dabs, but getting on quite well.&lt;/P&gt;&lt;P&gt;I have managed to deploy both a job that uses a notebook defined in the bundle itself and a job that points to a notebook living in an azure devops git repo.&amp;nbsp;&lt;/P&gt;&lt;P&gt;While these are two viable solutions I would like for the notebook so be deployed out of the repo and into the .bundle folder and have the job point to the code in there.&lt;/P&gt;&lt;P&gt;I can make this happen using "&lt;SPAN&gt;source_linked_deployment" for a notebook included in the bundle but not for one in the repo.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm sure there must be a simple way of doing this but I haven't managed to spot how to do this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 13:49:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dabs-databricks-asset-bundles/m-p/133386#M49826</guid>
      <dc:creator>IONA</dc:creator>
      <dc:date>2025-09-30T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dabs Databricks asset bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/dabs-databricks-asset-bundles/m-p/133424#M49842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/114193"&gt;@IONA&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you need to add a step into your CD pipeline to copy the notebook:&lt;/P&gt;&lt;P&gt;- checkout: self&lt;BR /&gt;- script: |&lt;BR /&gt;cp path/to/notebook_in_repo/notebook.py .bundle/notebook.py&lt;BR /&gt;displayName: 'Copy notebook into bundle'&lt;BR /&gt;- script: |&lt;BR /&gt;databricks bundle deploy&lt;BR /&gt;displayName: 'Deploy Databricks Bundle'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;witin DAB yaml:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;&amp;nbsp;jobs:&lt;BR /&gt;&amp;nbsp; my_job:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; tasks:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- task_key: run_notebook&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;notebook_task:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; notebook_path: ./notebook.py&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 09:39:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dabs-databricks-asset-bundles/m-p/133424#M49842</guid>
      <dc:creator>saurabh18cs</dc:creator>
      <dc:date>2025-10-01T09:39:43Z</dc:date>
    </item>
  </channel>
</rss>

