<?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: Error about creating a dashboard with Asset Bundles in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/error-about-creating-a-dashboard-with-asset-bundles/m-p/121808#M2125</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/167700"&gt;@Shun_T&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The error message you're seeing,usually means that the dashboard you're trying to deploy either doesn’t exist in your Databricks workspace,or the ID/reference used in the YAML file is invalid.&lt;/P&gt;&lt;P&gt;Here are a few steps that should help:&lt;/P&gt;&lt;P&gt;1.Verify if the dashboard ID is correct&lt;/P&gt;&lt;P&gt;The ID `01f0429515d413bda2802b5b8b47dcfd` seems to come from a pre-existing dashboard. Please go to your workspace → Dashboards, and check if this ID is valid (you can see the ID in the URL when opening a dashboard).&lt;/P&gt;&lt;P&gt;If you’re referencing a deleted or incorrect dashboard ID, the deployment will fail.&lt;/P&gt;&lt;P&gt;2.Fix the YAML Reference&lt;/P&gt;&lt;P&gt;In your `dashboard_sample.yml`, make sure your dashboard section looks like this (assuming you're creating a new dashboard):&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;dashboards:&lt;BR /&gt;my_dashboard_name:&lt;BR /&gt;name: "My Dashboard Title"&lt;BR /&gt;definition: ./dashboards/my_dashboard_definition.json&lt;/P&gt;&lt;P&gt;But if you're referencing anexisting dashboard, you should use the exact path or ID:&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;dashboards:&lt;BR /&gt;my_dashboard_name:&lt;BR /&gt;id: "01f0429515d413bda2802b5b8b47dcfd"&lt;/P&gt;&lt;P&gt;Or in some cases:&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;dashboards:&lt;BR /&gt;my_dashboard_name:&lt;BR /&gt;path: /Users/your.name@databricks.com/My Dashboard&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3.Permissions&lt;/P&gt;&lt;P&gt;Ensure that your user or service principal hasViewer/Editor access to the dashboard you're referencing.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;4.Clear &amp;amp; Retry&lt;/P&gt;&lt;P&gt;Sometimes the local metadata or cache might get out of sync. Try running:&lt;/P&gt;&lt;P&gt;databricks bundle validate&lt;BR /&gt;databricks bundle deploy --force&lt;/P&gt;</description>
    <pubDate>Sun, 15 Jun 2025 14:21:47 GMT</pubDate>
    <dc:creator>HariSankar</dc:creator>
    <dc:date>2025-06-15T14:21:47Z</dc:date>
    <item>
      <title>Error about creating a dashboard with Asset Bundles</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/error-about-creating-a-dashboard-with-asset-bundles/m-p/121230#M2109</link>
      <description>&lt;P&gt;Hi, I'm Shun from Japan.&lt;/P&gt;&lt;P&gt;I tried to create Databricks Dashboard using Asset Bundles.&lt;/P&gt;&lt;P&gt;But, I got an error message bellow on Web Terminal.&lt;/P&gt;&lt;PRE&gt;$ databricks bundle deploy&lt;BR /&gt;Warn: Failed to load git info from /api/2.0/workspace/get-status&lt;BR /&gt;Error: failed to get dashboard "my_dashboard_name" at resources.dashboards.my_dashboard_name in resources/dashboard_sample.yml:4:7&lt;BR /&gt;Unable to get dashboard [Some(dashboards/01f0429515d413bda2802b5b8b47dcfd)]. Caused by Node with resource name Some(dashboardsv3/01f0429515d413bda2802b5b8b47dcfd) does not exist.&lt;/PRE&gt;&lt;P&gt;I searched this error, but I can't find the way to solve this.&lt;/P&gt;&lt;P&gt;Please tell me how to solve this.&lt;/P&gt;&lt;P&gt;If you want more information to understand the situation, tell me please.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 09:12:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/error-about-creating-a-dashboard-with-asset-bundles/m-p/121230#M2109</guid>
      <dc:creator>Shun_T</dc:creator>
      <dc:date>2025-06-09T09:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error about creating a dashboard with Asset Bundles</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/error-about-creating-a-dashboard-with-asset-bundles/m-p/121808#M2125</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/167700"&gt;@Shun_T&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The error message you're seeing,usually means that the dashboard you're trying to deploy either doesn’t exist in your Databricks workspace,or the ID/reference used in the YAML file is invalid.&lt;/P&gt;&lt;P&gt;Here are a few steps that should help:&lt;/P&gt;&lt;P&gt;1.Verify if the dashboard ID is correct&lt;/P&gt;&lt;P&gt;The ID `01f0429515d413bda2802b5b8b47dcfd` seems to come from a pre-existing dashboard. Please go to your workspace → Dashboards, and check if this ID is valid (you can see the ID in the URL when opening a dashboard).&lt;/P&gt;&lt;P&gt;If you’re referencing a deleted or incorrect dashboard ID, the deployment will fail.&lt;/P&gt;&lt;P&gt;2.Fix the YAML Reference&lt;/P&gt;&lt;P&gt;In your `dashboard_sample.yml`, make sure your dashboard section looks like this (assuming you're creating a new dashboard):&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;dashboards:&lt;BR /&gt;my_dashboard_name:&lt;BR /&gt;name: "My Dashboard Title"&lt;BR /&gt;definition: ./dashboards/my_dashboard_definition.json&lt;/P&gt;&lt;P&gt;But if you're referencing anexisting dashboard, you should use the exact path or ID:&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;dashboards:&lt;BR /&gt;my_dashboard_name:&lt;BR /&gt;id: "01f0429515d413bda2802b5b8b47dcfd"&lt;/P&gt;&lt;P&gt;Or in some cases:&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;dashboards:&lt;BR /&gt;my_dashboard_name:&lt;BR /&gt;path: /Users/your.name@databricks.com/My Dashboard&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3.Permissions&lt;/P&gt;&lt;P&gt;Ensure that your user or service principal hasViewer/Editor access to the dashboard you're referencing.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;4.Clear &amp;amp; Retry&lt;/P&gt;&lt;P&gt;Sometimes the local metadata or cache might get out of sync. Try running:&lt;/P&gt;&lt;P&gt;databricks bundle validate&lt;BR /&gt;databricks bundle deploy --force&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jun 2025 14:21:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/error-about-creating-a-dashboard-with-asset-bundles/m-p/121808#M2125</guid>
      <dc:creator>HariSankar</dc:creator>
      <dc:date>2025-06-15T14:21:47Z</dc:date>
    </item>
  </channel>
</rss>

