<?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: user standard serverless with asset bundle on Azure in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/user-standard-serverless-with-asset-bundle-on-azure/m-p/140887#M51563</link>
    <description>&lt;LI-CODE lang="markup"&gt;resources:
  jobs:
    my_dabs:
      performance_target: STANDARD&lt;/LI-CODE&gt;
&lt;P&gt;Please check whether it is on the correct level in the YAML. Also consider updating the CLI. I've just tested it, and it worked properly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Dec 2025 15:07:51 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2025-12-02T15:07:51Z</dc:date>
    <item>
      <title>user standard serverless with asset bundle on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/user-standard-serverless-with-asset-bundle-on-azure/m-p/140883#M51560</link>
      <description>&lt;P&gt;Anyone running into issues with using standard serverless with Asset bundle&amp;nbsp;&lt;/P&gt;&lt;P&gt;we tried all options with below line&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; performance_target: &lt;/SPAN&gt;&lt;SPAN&gt;STANDARD&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;but it ignore above value and uses performance optimized cluster which is not expected&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;any lead with right config would be helpful&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Dec 2025 14:50:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/user-standard-serverless-with-asset-bundle-on-azure/m-p/140883#M51560</guid>
      <dc:creator>SanjeevPrasad</dc:creator>
      <dc:date>2025-12-02T14:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: user standard serverless with asset bundle on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/user-standard-serverless-with-asset-bundle-on-azure/m-p/140886#M51562</link>
      <description>&lt;P class="p1"&gt;Greetings &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198469"&gt;@SanjeevPrasad&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P class="p1"&gt;I did a bit of digging and pulled together a few pointers to help guide you here.&lt;/P&gt;
&lt;P class="p1"&gt;When you’re working with serverless jobs in Databricks Asset Bundles, the &lt;SPAN class="s2"&gt;performance_target&lt;/SPAN&gt; flag lives at the &lt;I&gt;job&lt;/I&gt; level — not on the task or the cluster. Azure Databricks is pretty explicit about this, and the YAML needs to reflect it.&lt;/P&gt;
&lt;P class="p1"&gt;Here’s the pattern that tends to work reliably:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;resources:
  jobs:
    my_job:
      name: my_job_name
      performance_target: STANDARD
      tasks:
        - task_key: my_task
          notebook_task:
            notebook_path: ./notebooks/my_notebook.py
          environment_key: default

  environments:
    - environment_key: default
      spec:
        environment_version: '2'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="p1"&gt;A quick rundown on the values:&lt;/P&gt;
&lt;P class="p1"&gt;• STANDARD: Cost-optimized with a bit more startup latency (think ~4–6 minutes).&lt;/P&gt;
&lt;P class="p1"&gt;• PERFORMANCE_OPTIMIZED (or just omit the flag): Faster startup and runtime for time-sensitive jobs.&lt;/P&gt;
&lt;P class="p1"&gt;A few gotchas I see trip folks up:&lt;/P&gt;
&lt;OL start="1"&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;Make sure &lt;SPAN class="s1"&gt;performance_target&lt;/SPAN&gt; is defined directly under the job, not tucked under tasks or cluster definitions.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;For serverless notebook tasks, either skip &lt;SPAN class="s1"&gt;clusters&lt;/SPAN&gt; entirely or just point to an environment as in the example.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;Use a reasonably current Databricks CLI (0.257.0+). Older versions don’t fully support the newer serverless settings.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;Remember this is mostly driven through the API and Bundles; the UI won’t always show a matching toggle.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="p1"&gt;One last note: Delta Live Tables is its own world — pipelines use the UI checkbox for “Performance optimized,” not the &lt;SPAN class="s2"&gt;performance_target&lt;/SPAN&gt; field.&lt;/P&gt;
&lt;P class="p1"&gt;Hope this helps nudge things in the right direction. Let me know what you find.&lt;/P&gt;
&lt;P class="p1"&gt;Regards, Louis.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 15:04:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/user-standard-serverless-with-asset-bundle-on-azure/m-p/140886#M51562</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-12-02T15:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: user standard serverless with asset bundle on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/user-standard-serverless-with-asset-bundle-on-azure/m-p/140887#M51563</link>
      <description>&lt;LI-CODE lang="markup"&gt;resources:
  jobs:
    my_dabs:
      performance_target: STANDARD&lt;/LI-CODE&gt;
&lt;P&gt;Please check whether it is on the correct level in the YAML. Also consider updating the CLI. I've just tested it, and it worked properly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 15:07:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/user-standard-serverless-with-asset-bundle-on-azure/m-p/140887#M51563</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2025-12-02T15:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: user standard serverless with asset bundle on Azure</title>
      <link>https://community.databricks.com/t5/data-engineering/user-standard-serverless-with-asset-bundle-on-azure/m-p/140954#M51590</link>
      <description>&lt;P&gt;Thank You&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/34815"&gt;@Louis_Frolio&lt;/a&gt;&amp;nbsp; - Looks like databricks cli version was the culprit and post update of the same, I was able to create standard serverless cluster using databricks asset bundle&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 03:38:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/user-standard-serverless-with-asset-bundle-on-azure/m-p/140954#M51590</guid>
      <dc:creator>SanjeevPrasad</dc:creator>
      <dc:date>2025-12-03T03:38:37Z</dc:date>
    </item>
  </channel>
</rss>

