<?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: run a Databricks notebook on serverless environment version 4 with Asset Bundles in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132091#M49350</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DatabricksEngi1_0-1758015436880.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20006i430B324698020CCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DatabricksEngi1_0-1758015436880.png" alt="DatabricksEngi1_0-1758015436880.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;when I try to configure it in the yaml :&lt;BR /&gt;resources:&lt;BR /&gt;&amp;nbsp; jobs:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ofirtest:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; name: ofirtest&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; tasks:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - task_key: ofirtest&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; notebook_task:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; notebook_path: /Workspace/Users/username/Untitled Notebook&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2025-09-15 14:22:51&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; source: WORKSPACE&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; environment_key: default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; queue:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; enabled: true&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; environments:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - environment_key: default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; spec:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; environment_version: "4"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; performance_target: PERFORMANCE_OPTIMIZED &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;this is how it looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DatabricksEngi1_1-1758015623909.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20007iCF85C8268D30C266/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DatabricksEngi1_1-1758015623909.png" alt="DatabricksEngi1_1-1758015623909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Sep 2025 09:53:18 GMT</pubDate>
    <dc:creator>DatabricksEngi1</dc:creator>
    <dc:date>2025-09-16T09:53:18Z</dc:date>
    <item>
      <title>run a Databricks notebook on serverless environment version 4 with Asset Bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132063#M49339</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;BR /&gt;I’m working with Databricks Asset Bundles and running jobs that use notebooks (.ipynb).&lt;BR /&gt;&lt;BR /&gt;According to the documentation, it should be possible to set an environment version for serverless jobs. I want to force all of my notebook tasks to run with environment version 4.&lt;BR /&gt;&lt;BR /&gt;• When I omit the cluster definition (to rely on serverless), the job always defaults to environment version 1.&lt;BR /&gt;• I don’t select the environment through the UI, since I’m managing everything through DAB YAML.&lt;BR /&gt;• Adding an environment_key works for wheel tasks, but not for notebook tasks.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How can I make a .ipynb notebook job run on serverless with environment version 4 using Asset Bundles?&lt;/STRONG&gt;&lt;BR /&gt;Is there a way to enforce this, or are notebook tasks limited to environment v1 only?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any insights.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 06:16:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132063#M49339</guid>
      <dc:creator>DatabricksEngi1</dc:creator>
      <dc:date>2025-09-16T06:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: run a Databricks notebook on serverless environment version 4 with Asset Bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132072#M49342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/164754"&gt;@DatabricksEngi1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you're defining job in DAB you're using job mapping. One of the key of job mapping is called environments. This is the one you're looking for:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1758006870214.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20002iC4BE8BD4792D95E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1758006870214.png" alt="szymon_dybczak_0-1758006870214.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dev-tools/bundles/resources#job" target="_blank"&gt;Databricks Asset Bundles resources - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 07:14:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132072#M49342</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-16T07:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: run a Databricks notebook on serverless environment version 4 with Asset Bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132081#M49348</link>
      <description>&lt;P&gt;Thank you for your response, but according to the documentation, this does not work with .ipynb files.&lt;BR /&gt;My jobs use this extension - would it be possible?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 08:22:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132081#M49348</guid>
      <dc:creator>DatabricksEngi1</dc:creator>
      <dc:date>2025-09-16T08:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: run a Databricks notebook on serverless environment version 4 with Asset Bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132084#M49349</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/164754"&gt;@DatabricksEngi1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;ipynb is a default format for notebooks. Could you provide me a documentation entry where they're saying it's not supported? In my opinion - it should work.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 09:01:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132084#M49349</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-16T09:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: run a Databricks notebook on serverless environment version 4 with Asset Bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132091#M49350</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DatabricksEngi1_0-1758015436880.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20006i430B324698020CCC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DatabricksEngi1_0-1758015436880.png" alt="DatabricksEngi1_0-1758015436880.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;when I try to configure it in the yaml :&lt;BR /&gt;resources:&lt;BR /&gt;&amp;nbsp; jobs:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ofirtest:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; name: ofirtest&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; tasks:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - task_key: ofirtest&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; notebook_task:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; notebook_path: /Workspace/Users/username/Untitled Notebook&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2025-09-15 14:22:51&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; source: WORKSPACE&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; environment_key: default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; queue:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; enabled: true&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; environments:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - environment_key: default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; spec:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; environment_version: "4"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; performance_target: PERFORMANCE_OPTIMIZED &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;this is how it looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DatabricksEngi1_1-1758015623909.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20007iCF85C8268D30C266/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DatabricksEngi1_1-1758015623909.png" alt="DatabricksEngi1_1-1758015623909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 09:53:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132091#M49350</guid>
      <dc:creator>DatabricksEngi1</dc:creator>
      <dc:date>2025-09-16T09:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: run a Databricks notebook on serverless environment version 4 with Asset Bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132093#M49351</link>
      <description>&lt;P&gt;Thanks for sharing&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/164754"&gt;@DatabricksEngi1&lt;/a&gt;. So it seems that currently you can't set this programatically with DAB. I've found official answer of databricks employee to similiar question as your. So unfrotunately, &lt;STRONG&gt;currently serverless environment version must be set at the notebook level through UI&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1758016871227.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20008i38CDD29C44E1C6D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1758016871227.png" alt="szymon_dybczak_0-1758016871227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.databricks.com/t5/get-started-discussions/programatic-selection-of-serverless-compute-for-notebooks/td-p/110225" target="_blank"&gt;Solved: Programatic selection of serverless compute for no... - Databricks Community - 110225&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 10:02:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132093#M49351</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-16T10:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: run a Databricks notebook on serverless environment version 4 with Asset Bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132094#M49352</link>
      <description>&lt;P&gt;Thank you very much for your comments.&lt;/P&gt;&lt;P&gt;Hope there will be a solution soon.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 10:05:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132094#M49352</guid>
      <dc:creator>DatabricksEngi1</dc:creator>
      <dc:date>2025-09-16T10:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: run a Databricks notebook on serverless environment version 4 with Asset Bundles</title>
      <link>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132095#M49353</link>
      <description>&lt;P&gt;Yes, I think this is something that will be added in the future &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 10:25:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/run-a-databricks-notebook-on-serverless-environment-version-4/m-p/132095#M49353</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-16T10:25:01Z</dc:date>
    </item>
  </channel>
</rss>

