<?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: Flex nodes in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/147110#M52748</link>
    <description>&lt;P&gt;Well, I redid the test by first creating a pool with&amp;nbsp;&lt;SPAN&gt;Standard_D8s_v5 and then trying to edit it adding the flex node&amp;nbsp;Standard_D8as_v5, which is a real necessity for us and is a viable option according to documentation. However, got the same result. Response 200 OK, but the pool doesn't have the flex node configured.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also tried creating a pool from scratch using the REST API and passing an instance not compatible. It created the pool and the flex node configured, with said instance. After trying to create the pool again passing the flex node "foo", I got a&amp;nbsp;INVALID_PARAMETER_VALUE and a message that the valid value is actually a white list of any instance. It doesn't check if the flex node is compatible to the instance on the pool. So we're back at the start, if anyone has any other suggestion&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2026 15:43:27 GMT</pubDate>
    <dc:creator>fkseki</dc:creator>
    <dc:date>2026-02-06T15:43:27Z</dc:date>
    <item>
      <title>Flex nodes</title>
      <link>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/146895#M52721</link>
      <description>&lt;P&gt;Databricks REST API docs of instance pool editing states it supports the node_type_flexibility object but I couldn't make it work. I get a 200 response but when getting the instance pool information the alternate node type is not present. Does anyone know how to edit an instance pool in order to define an alternate node type?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I tried passing on the request body&lt;/P&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"instance_pool_id": "&amp;lt;instance_pool_id&amp;gt;",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"instance_pool_name": "DeadPool",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"min_idle_instances": 0,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"node_type_id": "Standard_D8as_v5",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"node_type_flexibility": {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "alternate_node_type_ids": [&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "Standard_D8as_v4", "Standard_D8as_v3"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ]&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; },&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"idle_instance_autotermination_minutes": 5,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"enable_elastic_disk": true,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"azure_attributes": {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"availability": "ON_DEMAND_AZURE"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;P&gt;If the instance pool is created with the node_type_flexibility, it's configuration comes on the request, but I'm still unable to edit it's list of alternate node types&lt;/P&gt;&lt;P&gt;Am I doing something wrong or is the documentation wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 12:06:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/146895#M52721</guid>
      <dc:creator>fkseki</dc:creator>
      <dc:date>2026-02-05T12:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Flex nodes</title>
      <link>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/146896#M52722</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/69634"&gt;@fkseki&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;this looks interesting, I found this page:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/compute/flexible-node-type-instances" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/compute/flexible-node-type-instances&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;it seems like your instances are not compatible for the alternate nodes:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Your Primary Listed Compatibles &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="148.242px" height="30px"&gt;Standard_D8as_v5&lt;/TD&gt;&lt;TD width="502.227px" height="30px"&gt;Standard_D8s_v5, D8s_v4, D8as_v6, DC8es_v5,&amp;nbsp;&lt;SPAN&gt;Standard_F8as_v6&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 12:20:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/146896#M52722</guid>
      <dc:creator>Pat</dc:creator>
      <dc:date>2026-02-05T12:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Flex nodes</title>
      <link>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/146947#M52741</link>
      <description>&lt;P&gt;Thanks for replying,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/59366"&gt;@Pat&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;I didn't see that page before, thanks for sharing!&lt;/P&gt;&lt;P&gt;What I think is really weird is the fact that they state that for an instance to be compatible it must be the same CPU architecture and D8as_v5 is AMD while D8s_v5 is Intel. I'll try tomorrow and share the results&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 01:45:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/146947#M52741</guid>
      <dc:creator>fkseki</dc:creator>
      <dc:date>2026-02-06T01:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Flex nodes</title>
      <link>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/147110#M52748</link>
      <description>&lt;P&gt;Well, I redid the test by first creating a pool with&amp;nbsp;&lt;SPAN&gt;Standard_D8s_v5 and then trying to edit it adding the flex node&amp;nbsp;Standard_D8as_v5, which is a real necessity for us and is a viable option according to documentation. However, got the same result. Response 200 OK, but the pool doesn't have the flex node configured.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also tried creating a pool from scratch using the REST API and passing an instance not compatible. It created the pool and the flex node configured, with said instance. After trying to create the pool again passing the flex node "foo", I got a&amp;nbsp;INVALID_PARAMETER_VALUE and a message that the valid value is actually a white list of any instance. It doesn't check if the flex node is compatible to the instance on the pool. So we're back at the start, if anyone has any other suggestion&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 15:43:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/147110#M52748</guid>
      <dc:creator>fkseki</dc:creator>
      <dc:date>2026-02-06T15:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flex nodes</title>
      <link>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/148716#M52954</link>
      <description>&lt;DIV class=""&gt;Ok, just to provide an answer for anyone facing the same issue:&lt;/DIV&gt;&lt;DIV class=""&gt;Support informed me that although the REST API documentation accepts the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;node_type_flexibility&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;parameter, it fails to mention that this attribute cannot be modified when editing an existing instance pool.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;If you want to use this attribute,&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;node_type_flexibility&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;must be set at the time of creation&lt;/STRONG&gt;&lt;SPAN&gt;; it is immutable once the pool is created.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Feb 2026 16:05:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/148716#M52954</guid>
      <dc:creator>fkseki</dc:creator>
      <dc:date>2026-02-18T16:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flex nodes</title>
      <link>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/148778#M52968</link>
      <description>&lt;P&gt;Thanks for sharing the answer!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 08:39:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/flex-nodes/m-p/148778#M52968</guid>
      <dc:creator>Pat</dc:creator>
      <dc:date>2026-02-19T08:39:02Z</dc:date>
    </item>
  </channel>
</rss>

