<?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: [Databricks Asset Bundles] Bug: driver_node_type_id not updated in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135426#M50347</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/167110"&gt;@Marthinus&lt;/a&gt;&amp;nbsp;- This is the expected behavior. please refer to the doc &lt;A href="https://docs.databricks.com/aws/en/dev-tools/bundles/resources#cluster" target="_self"&gt;here&lt;/A&gt;. Please let me know if you have any additional questions.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dkushari_0-1760966249795.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20858iECE18207AD94162B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dkushari_0-1760966249795.png" alt="dkushari_0-1760966249795.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Oct 2025 13:20:10 GMT</pubDate>
    <dc:creator>dkushari</dc:creator>
    <dc:date>2025-10-20T13:20:10Z</dc:date>
    <item>
      <title>[Databricks Asset Bundles] Bug: driver_node_type_id not updated</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135398#M50343</link>
      <description>&lt;P&gt;Working with databricks asset bundles (using the new python-based definition), if you have a job_cluster defined using driver_node_type_id, and then update it to no longer have it defined, but only node_type_id, the driver node_type never gets updated.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 07:47:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135398#M50343</guid>
      <dc:creator>Marthinus</dc:creator>
      <dc:date>2025-10-20T07:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: [Databricks Asset Bundles] Bug: driver_node_type_id not updated</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135426#M50347</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/167110"&gt;@Marthinus&lt;/a&gt;&amp;nbsp;- This is the expected behavior. please refer to the doc &lt;A href="https://docs.databricks.com/aws/en/dev-tools/bundles/resources#cluster" target="_self"&gt;here&lt;/A&gt;. Please let me know if you have any additional questions.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dkushari_0-1760966249795.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20858iECE18207AD94162B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dkushari_0-1760966249795.png" alt="dkushari_0-1760966249795.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 13:20:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135426#M50347</guid>
      <dc:creator>dkushari</dc:creator>
      <dc:date>2025-10-20T13:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: [Databricks Asset Bundles] Bug: driver_node_type_id not updated</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135435#M50349</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/38309"&gt;@dkushari&lt;/a&gt;&amp;nbsp;no I don't think you understand me. When I unset driver_node_type_id, it does NOT revert to node_type_id.&lt;BR /&gt;&lt;BR /&gt;Perhaps an example will make it clear:&lt;BR /&gt;First define cluster as:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;JobCluster(
    job_cluster_key="example",
    new_cluster=ClusterSpec(
        num_workers=1,
        node_type_id="Standard_D4ads_v5",
        driver_node_type_id="Standard_E8ads_v5",
    ),
)&lt;/LI-CODE&gt;&lt;P&gt;Which results in the expected cluster, then edit to following and deploy again:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;JobCluster(
    job_cluster_key="example",
    new_cluster=ClusterSpec(
        num_workers=1,
        node_type_id="Standard_D4ads_v5",
    ),
)&lt;/LI-CODE&gt;&lt;P&gt;And the driver_node_type_id will stay a Standard_E8ads_v5 instead of reverting to a Standard_D4ads_v5 as expected.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Oct 2025 16:14:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135435#M50349</guid>
      <dc:creator>Marthinus</dc:creator>
      <dc:date>2025-10-20T16:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: [Databricks Asset Bundles] Bug: driver_node_type_id not updated</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135468#M50354</link>
      <description>&lt;P&gt;Thanks for the details. The way it works is once you set it when you first define the job cluster it does not change when you later remove driver_node_type_id from the spec (i.e., omit it), Databricks does not automatically revert it to match the node_type_id.&lt;/P&gt;
&lt;P&gt;That’s because the Databricks Jobs API treats unset fields as “leave existing value unchanged”, not “reset to default.” This is by design — the API performs a patch-style update, not a full replace.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 01:20:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135468#M50354</guid>
      <dc:creator>dkushari</dc:creator>
      <dc:date>2025-10-21T01:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: [Databricks Asset Bundles] Bug: driver_node_type_id not updated</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135509#M50370</link>
      <description>&lt;P&gt;There is no built-in way in Databricks Asset bundles or terraform to automatically inherit the value of driver_node_type_id for node_type_id.&lt;BR /&gt;"You must set both explicitly in your configuration"&lt;BR /&gt;&lt;BR /&gt;You can always see your updated detail resource from the terraform state what its applied. (As Databricks Asset bundle managed by terraform in backend).&lt;BR /&gt;if you are in Linux follow below steps to dig more based on your situation.&lt;BR /&gt;cd ~/.databricks/bundle/&amp;lt;env&amp;gt;/terraform&lt;BR /&gt;Under this you will see bundle.tf.json anf teraform.tfstate file.&lt;BR /&gt;You can dig to understand the resource with&amp;nbsp;&lt;BR /&gt;#terraform state show databricks_job.&amp;lt;resource&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 12:57:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-asset-bundles-bug-driver-node-type-id-not-updated/m-p/135509#M50370</guid>
      <dc:creator>Chiran-Gajula</dc:creator>
      <dc:date>2025-10-21T12:57:00Z</dc:date>
    </item>
  </channel>
</rss>

