<?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 DLT pipeline's compute policy when Instance pool Id used it ignores the VM series. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-s-compute-policy-when-instance-pool-id-used-it/m-p/157492#M54573</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;Lake flow Spark Declarative Pipelines (formerly DLT)&amp;nbsp;I’m trying to understand how instance pool, cluster policy and DLT pipeline interact, especially around instance type selection.&lt;/P&gt;&lt;P&gt;I created an instance pool with&amp;nbsp;&lt;SPAN&gt;Instance type: &lt;/SPAN&gt;Standard_DS3_v2&amp;nbsp; used inside a DLT policy setting .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Used&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;"instance_pool_id" and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"driver_instance_pool_id" for the VM compute series selection and made "&lt;/SPAN&gt;&lt;SPAN&gt;driver_node_type_id" &amp;amp; "node_type_id" as&amp;nbsp;forbidden.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;When I run a &lt;STRONG&gt;DLT pipeline&lt;/STRONG&gt; with a &lt;STRONG&gt;cluster policy applied&lt;/STRONG&gt;, the cluster that comes up is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Using &lt;STRONG&gt;E8 or F8 series VMs&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Instead of the expected Standard_DS3_v2 from the pool.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;On Job compute UI - its shows as Preferred Compute as E8/F8.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;My question is&amp;nbsp;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;Does &lt;STRONG&gt;DLT &lt;/STRONG&gt;ignore &lt;STRONG&gt;instance pool &lt;/STRONG&gt;instance types &lt;STRONG&gt;?&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;What if both are present - It still picks up E8 or F8 series VMs&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;Thanks in Advance&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Sample compute policy for DLT&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;{
  "cluster_type": {
    "type": "fixed",
    "value": "dlt"
  },
  "spark_conf.spark.databricks.cluster.profile": {
    "type": "forbidden",
    "hidden": true
  },
  "spark_version": {
    "type": "unlimited",
    "defaultValue": "auto:latest-lts"
  },
  "node_type_id": {
    "type": "unlimited",
    "defaultValue": "Standard_DS3_v2",
    "isOptional": true
  },
  "num_workers": {
    "type": "unlimited",
    "defaultValue": 1,
    "isOptional": true
  },
  "azure_attributes.availability": {
    "type": "unlimited",
    "defaultValue": "SPOT_WITH_FALLBACK_AZURE"
  },
  "azure_attributes.spot_bid_max_price": {
    "type": "fixed",
    "value": 100,
    "hidden": true
  },
  "instance_pool_id": {
    "type": "allowlist",
    "values": [
      "1111-100620-hurls114-pool-12345678",
      "1111-100620-vegan115-pool-12345678"
    ],
    "defaultValue": "1111-100620-hurls114-pool-12345678",
    "isOptional": true,
    "hidden": false
  },
  "driver_instance_pool_id": {
    "type": "allowlist",
    "values": [
      "1111-100620-hurls114-pool-12345678",
      "1111-100620-vegan115-pool-12345678"
    ],
    "defaultValue": "1111-100620-hurls114-pool-12345678",
    "isOptional": true,
    "hidden": false
  },
  "autoscale.min_workers": {
    "type": "unlimited",
    "defaultValue": 1,
    "isOptional": true
  },
  "autoscale.max_workers": {
    "type": "unlimited",
    "defaultValue": 4,
    "isOptional": true
  },
  "runtime_engine": {
    "type": "unlimited",
    "defaultValue": "STANDARD"
  }
}​&lt;/LI-CODE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Fri, 22 May 2026 13:30:05 GMT</pubDate>
    <dc:creator>Shanmugaraja</dc:creator>
    <dc:date>2026-05-22T13:30:05Z</dc:date>
    <item>
      <title>DLT pipeline's compute policy when Instance pool Id used it ignores the VM series.</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-s-compute-policy-when-instance-pool-id-used-it/m-p/157492#M54573</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;Lake flow Spark Declarative Pipelines (formerly DLT)&amp;nbsp;I’m trying to understand how instance pool, cluster policy and DLT pipeline interact, especially around instance type selection.&lt;/P&gt;&lt;P&gt;I created an instance pool with&amp;nbsp;&lt;SPAN&gt;Instance type: &lt;/SPAN&gt;Standard_DS3_v2&amp;nbsp; used inside a DLT policy setting .&amp;nbsp;&lt;/P&gt;&lt;P&gt;Used&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;"instance_pool_id" and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"driver_instance_pool_id" for the VM compute series selection and made "&lt;/SPAN&gt;&lt;SPAN&gt;driver_node_type_id" &amp;amp; "node_type_id" as&amp;nbsp;forbidden.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;When I run a &lt;STRONG&gt;DLT pipeline&lt;/STRONG&gt; with a &lt;STRONG&gt;cluster policy applied&lt;/STRONG&gt;, the cluster that comes up is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Using &lt;STRONG&gt;E8 or F8 series VMs&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Instead of the expected Standard_DS3_v2 from the pool.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;On Job compute UI - its shows as Preferred Compute as E8/F8.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;My question is&amp;nbsp;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;Does &lt;STRONG&gt;DLT &lt;/STRONG&gt;ignore &lt;STRONG&gt;instance pool &lt;/STRONG&gt;instance types &lt;STRONG&gt;?&amp;nbsp;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;What if both are present - It still picks up E8 or F8 series VMs&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&amp;nbsp;Thanks in Advance&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Sample compute policy for DLT&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;{
  "cluster_type": {
    "type": "fixed",
    "value": "dlt"
  },
  "spark_conf.spark.databricks.cluster.profile": {
    "type": "forbidden",
    "hidden": true
  },
  "spark_version": {
    "type": "unlimited",
    "defaultValue": "auto:latest-lts"
  },
  "node_type_id": {
    "type": "unlimited",
    "defaultValue": "Standard_DS3_v2",
    "isOptional": true
  },
  "num_workers": {
    "type": "unlimited",
    "defaultValue": 1,
    "isOptional": true
  },
  "azure_attributes.availability": {
    "type": "unlimited",
    "defaultValue": "SPOT_WITH_FALLBACK_AZURE"
  },
  "azure_attributes.spot_bid_max_price": {
    "type": "fixed",
    "value": 100,
    "hidden": true
  },
  "instance_pool_id": {
    "type": "allowlist",
    "values": [
      "1111-100620-hurls114-pool-12345678",
      "1111-100620-vegan115-pool-12345678"
    ],
    "defaultValue": "1111-100620-hurls114-pool-12345678",
    "isOptional": true,
    "hidden": false
  },
  "driver_instance_pool_id": {
    "type": "allowlist",
    "values": [
      "1111-100620-hurls114-pool-12345678",
      "1111-100620-vegan115-pool-12345678"
    ],
    "defaultValue": "1111-100620-hurls114-pool-12345678",
    "isOptional": true,
    "hidden": false
  },
  "autoscale.min_workers": {
    "type": "unlimited",
    "defaultValue": 1,
    "isOptional": true
  },
  "autoscale.max_workers": {
    "type": "unlimited",
    "defaultValue": 4,
    "isOptional": true
  },
  "runtime_engine": {
    "type": "unlimited",
    "defaultValue": "STANDARD"
  }
}​&lt;/LI-CODE&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 22 May 2026 13:30:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-s-compute-policy-when-instance-pool-id-used-it/m-p/157492#M54573</guid>
      <dc:creator>Shanmugaraja</dc:creator>
      <dc:date>2026-05-22T13:30:05Z</dc:date>
    </item>
  </channel>
</rss>

