<?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: DAB not updating zone_id when redeployed in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/dab-not-updating-zone-id-when-redeployed/m-p/72062#M9321</link>
    <description>&lt;P&gt;I can see that the zone_id is not getting updated when the bundle is deployed through CI/CD only. It works perfectly fine when deployed through local Databricks CLI&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jun 2024 14:39:16 GMT</pubDate>
    <dc:creator>tejas8196</dc:creator>
    <dc:date>2024-06-07T14:39:16Z</dc:date>
    <item>
      <title>DAB not updating zone_id when redeployed</title>
      <link>https://community.databricks.com/t5/get-started-discussions/dab-not-updating-zone-id-when-redeployed/m-p/71655#M9320</link>
      <description>&lt;P&gt;Hey folks,&lt;/P&gt;&lt;P&gt;Facing an issue with zone_id not getting overridden when redeploying the DAB template to Databricks workspace.&lt;BR /&gt;&lt;BR /&gt;The Databricks job is already deployed and has "ap-south-1a" zone_id. I wanted to make it "auto" so, I have made the changes to the aws_attributes in the .yml and deployed it via GitHub CI/CD the changes aren't getting reflected in compute but I can see the files have been updated in the workspace.&lt;BR /&gt;&lt;BR /&gt;If I want to change from "ap-south-1a" to "ap-south-1b" it is working but it is not updating for "auto". I am not sure why.&lt;BR /&gt;&lt;BR /&gt;Below is the config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;      job_clusters:
        - job_cluster_key: job_cluster
          new_cluster:
            spark_version: 12.2.x-cpu-ml-scala2.12
            spark_conf:
              spark.master: local[*, 4]
            aws_attributes:
              availability: SPOT_WITH_FALLBACK
              zone_id: auto
              spot_bid_price_percent: 90
              ebs_volume_type: GENERAL_PURPOSE_SSD
              ebs_volume_count: 1
              ebs_volume_size: 40
            node_type_id: i3.xlarge
            enable_elastic_disk: false
            policy_id: BC60EEE08F0002CE
            data_security_mode: SINGLE_USER
            runtime_engine: STANDARD
            num_workers: 0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the screenshot where I am expecting the DAB template/bundle changes to reflect.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2024-06-05 at 12.40.57 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/8035i218E31C7AF3F2886/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-06-05 at 12.40.57 AM.png" alt="Screenshot 2024-06-05 at 12.40.57 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a workaround as below but it is not scalable hence looking for a solution&lt;BR /&gt;- Disconnect from source&lt;BR /&gt;- Update zone_id manually&lt;BR /&gt;- Redeploy the bundle to connect the job and Git&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 08:36:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/dab-not-updating-zone-id-when-redeployed/m-p/71655#M9320</guid>
      <dc:creator>tejas8196</dc:creator>
      <dc:date>2024-06-05T08:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: DAB not updating zone_id when redeployed</title>
      <link>https://community.databricks.com/t5/get-started-discussions/dab-not-updating-zone-id-when-redeployed/m-p/72062#M9321</link>
      <description>&lt;P&gt;I can see that the zone_id is not getting updated when the bundle is deployed through CI/CD only. It works perfectly fine when deployed through local Databricks CLI&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 14:39:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/dab-not-updating-zone-id-when-redeployed/m-p/72062#M9321</guid>
      <dc:creator>tejas8196</dc:creator>
      <dc:date>2024-06-07T14:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: DAB not updating zone_id when redeployed</title>
      <link>https://community.databricks.com/t5/get-started-discussions/dab-not-updating-zone-id-when-redeployed/m-p/72113#M9322</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for the info I will try to figure it out for more.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2024 08:16:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/dab-not-updating-zone-id-when-redeployed/m-p/72113#M9322</guid>
      <dc:creator>davicd2658</dc:creator>
      <dc:date>2024-06-08T08:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: DAB not updating zone_id when redeployed</title>
      <link>https://community.databricks.com/t5/get-started-discussions/dab-not-updating-zone-id-when-redeployed/m-p/115230#M9323</link>
      <description>&lt;P&gt;Hello. I had similar issue when using DAB in CI/CD but able to fixed the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 02:02:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/dab-not-updating-zone-id-when-redeployed/m-p/115230#M9323</guid>
      <dc:creator>KungFuMaster</dc:creator>
      <dc:date>2025-04-11T02:02:14Z</dc:date>
    </item>
  </channel>
</rss>

