<?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: DLT refresh unexpectedly failing in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dlt-refresh-unexpectedly-failing/m-p/65924#M32958</link>
    <description>&lt;P&gt;Apparently the `custom_tags` of `ResourceClass` is now extraneous -- removing it from config corrected our problem.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2024 17:37:39 GMT</pubDate>
    <dc:creator>939772</dc:creator>
    <dc:date>2024-04-09T17:37:39Z</dc:date>
    <item>
      <title>DLT refresh unexpectedly failing</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-refresh-unexpectedly-failing/m-p/65911#M32952</link>
      <description>&lt;P&gt;We're hitting an error with a delta live table refresh since yesterday; nothing has changed in our system yet there appears to be a configuration error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
    ...
    "timestamp": "2024-04-08T23:00:10.630Z",
    "message": "Update b60485 is FAILED.",
    "level": "ERROR",
    "error": {
        "exceptions": [
            {
                "message": "INVALID_PARAMETER_VALUE: \nInvalid tags - keys must be unique, but the following keys are specified multiple\ntimes: ResourceClass.\n     "
            }
        ],
        "fatal": true
    }
    ...
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see that isn't the case in the configuration shown below, so pretty stumped on what may be going on here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
    "id": "&amp;lt;snip&amp;gt;",
    "pipeline_type": "WORKSPACE",
    "clusters": [
        {
            "label": "default",
            "spark_conf": {
                "spark.hadoop.fs.s3a.acl.default": "BucketOwnerFullControl",
                "spark.databricks.cluster.profile": "singleNode",
                "spark.master": "local[*, 4]"
            },
            "aws_attributes": {
                "first_on_demand": 1,
                "zone_id": "us-east-1f",
                "instance_profile_arn": "&amp;lt;snip&amp;gt;"
            },
            "node_type_id": "r5.2xlarge",
            "driver_node_type_id": "r5.2xlarge",
            "custom_tags": {
                "ResourceClass": "SingleNode"
            },
            "cluster_log_conf": {
                "dbfs": {
                    "destination": "dbfs:/cluster-logs"
                }
            },
            "num_workers": 0
        }
    ],
    "development": false,
    "continuous": false,
    "channel": "CURRENT",
    "photon": false,
    "libraries": [
        {
            "notebook": {
                "path": "&amp;lt;snip&amp;gt;"
            }
        }
    ],
    "name": "&amp;lt;snip&amp;gt;",
    "edition": "PRO",
    "storage": "&amp;lt;snip&amp;gt;",
    "configuration": {
        "db_source_bucket": "&amp;lt;snip&amp;gt;"
    },
    "target": "production"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Might anyone have thoughts? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 15:16:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-refresh-unexpectedly-failing/m-p/65911#M32952</guid>
      <dc:creator>939772</dc:creator>
      <dc:date>2024-04-09T15:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: DLT refresh unexpectedly failing</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-refresh-unexpectedly-failing/m-p/65924#M32958</link>
      <description>&lt;P&gt;Apparently the `custom_tags` of `ResourceClass` is now extraneous -- removing it from config corrected our problem.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 17:37:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-refresh-unexpectedly-failing/m-p/65924#M32958</guid>
      <dc:creator>939772</dc:creator>
      <dc:date>2024-04-09T17:37:39Z</dc:date>
    </item>
  </channel>
</rss>

