<?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: How to resolve the error INVALID_PARAMETER_VALUE error in the Delta Live Table pipeline? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-resolve-the-error-invalid-parameter-value-error-in-the/m-p/30463#M22098</link>
    <description>&lt;P&gt;Do you have cluster ACL enabled? &lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 13:39:02 GMT</pubDate>
    <dc:creator>Debayan</dc:creator>
    <dc:date>2022-09-29T13:39:02Z</dc:date>
    <item>
      <title>How to resolve the error INVALID_PARAMETER_VALUE error in the Delta Live Table pipeline?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-resolve-the-error-invalid-parameter-value-error-in-the/m-p/30460#M22095</link>
      <description>&lt;P&gt;I am trying to execute a DLT pipeline, but I am getting an error which says - &lt;/P&gt;&lt;P&gt;"&lt;B&gt;INVALID_PARAMETER_VALUE: The field 'node_type_id' cannot be supplied when an instance pool ID is provided.&lt;/B&gt;"&lt;/P&gt;&lt;P&gt;I am using my company's Azure Databricks platform with premium benefits.&lt;/P&gt;&lt;P&gt; PS: I am using the already available clusters, which work fine with Databricks notebooks ( I do not have admin access).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the configuration I have given.:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{
&amp;nbsp;
  "id": "57ed0e65-b9c4-4773-bc88-7dfe84be1dd1",
&amp;nbsp;
  "clusters": [
&amp;nbsp;
    {
&amp;nbsp;
      "label": "default",
&amp;nbsp;
      "policy_id": "C961B9761B0003BE",
&amp;nbsp;
      "autoscale": {
&amp;nbsp;
        "min_workers": 1,
&amp;nbsp;
        "max_workers": 5,
&amp;nbsp;
        "mode": "LEGACY"
&amp;nbsp;
      }
&amp;nbsp;
    },
&amp;nbsp;
    {
&amp;nbsp;
      "label": "maintenance",
&amp;nbsp;
      "policy_id": "C961B9761B0003BE"
&amp;nbsp;
    }
&amp;nbsp;
  ],
&amp;nbsp;
  "development": true,
&amp;nbsp;
  "continuous": false,
&amp;nbsp;
  "channel": "PREVIEW",
&amp;nbsp;
  "edition": "CORE",
&amp;nbsp;
  "photon": false,
&amp;nbsp;
  "libraries": [
&amp;nbsp;
    {
&amp;nbsp;
      "notebook": {
&amp;nbsp;
        "path": "/Users/Data Quality- PROD"
&amp;nbsp;
      }
&amp;nbsp;
    }
&amp;nbsp;
  ],
&amp;nbsp;
  "name": "dlt_demo",
&amp;nbsp;
  "storage": "dbfs:/pipelines/57ed0e65-b9c4-4773-bc88-7dfe84be1dd1"
&amp;nbsp;
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;B&gt;What I have tried so far:&lt;/B&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;B&gt; &lt;/B&gt;Selecting different product editions.&lt;/LI&gt;&lt;LI&gt;Checking with both pipeline modes.&lt;/LI&gt;&lt;LI&gt;Tried with different permutations of the channel, cluster mode, policy&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please suggest how to resolve this issue?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 09:59:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-resolve-the-error-invalid-parameter-value-error-in-the/m-p/30460#M22095</guid>
      <dc:creator>ef-zee</dc:creator>
      <dc:date>2022-09-28T09:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the error INVALID_PARAMETER_VALUE error in the Delta Live Table pipeline?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-resolve-the-error-invalid-parameter-value-error-in-the/m-p/30462#M22097</link>
      <description>&lt;P&gt;Hey, I tried this, but now I got a different error. &lt;/P&gt;&lt;P&gt;&lt;B&gt;PERMISSION_DENIED: You need the 'attach' permission on instance pool 0713-080933-line63-pool-r1jmrzte to use this API.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help? &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="dlt_3"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1453i964C140BE34C5A3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="dlt_3" alt="dlt_3" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 15:42:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-resolve-the-error-invalid-parameter-value-error-in-the/m-p/30462#M22097</guid>
      <dc:creator>ef-zee</dc:creator>
      <dc:date>2022-09-28T15:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the error INVALID_PARAMETER_VALUE error in the Delta Live Table pipeline?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-resolve-the-error-invalid-parameter-value-error-in-the/m-p/30461#M22096</link>
      <description>&lt;P&gt;Hi, the workaround seems to be is to use:&lt;/P&gt;&lt;P&gt;instance_pool_id directly in your pipeline settings.&lt;/P&gt;&lt;P&gt;"clusters": [&lt;/P&gt;&lt;P&gt;        {&lt;/P&gt;&lt;P&gt;            "label": "default",&lt;/P&gt;&lt;P&gt;            "instance_pool_id": "0713-080933-line63-pool-r1jmrzte",&lt;/P&gt;&lt;P&gt;            "num_workers": 5&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;    ],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 13:45:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-resolve-the-error-invalid-parameter-value-error-in-the/m-p/30461#M22096</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2022-09-28T13:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the error INVALID_PARAMETER_VALUE error in the Delta Live Table pipeline?</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-resolve-the-error-invalid-parameter-value-error-in-the/m-p/30463#M22098</link>
      <description>&lt;P&gt;Do you have cluster ACL enabled? &lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 13:39:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-resolve-the-error-invalid-parameter-value-error-in-the/m-p/30463#M22098</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2022-09-29T13:39:02Z</dc:date>
    </item>
  </channel>
</rss>

