<?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 Databricks Dashboard run from Job issue in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/databricks-dashboard-run-from-job-issue/m-p/121268#M10156</link>
    <description>&lt;P&gt;Hello, i am trying to trigger a databricks dashboard via workflow task.&lt;/P&gt;&lt;P&gt;1.when i deploy the job triggering the dashboard task via local "Deploy bundle" command deployment is successful.&lt;/P&gt;&lt;P&gt;2. when i try to deploy to a different environment via CICD while deploying validation is successful. but deploy bundle is failing on the dashboard task with below error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cannot create job: No task defined for dashboard task&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;im using below in resource.yml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;tasks:&lt;BR /&gt;- task_key: dashboard_task&lt;BR /&gt;dashboard_task:&lt;BR /&gt;subscription:&lt;BR /&gt;subscribers:&lt;BR /&gt;- user_name: ${workspace.current_user.userName} # Replace this with the email of snapshot subscriber email&lt;BR /&gt;paused: false&lt;BR /&gt;warehouse_id: ${var.warehouse_id}&lt;BR /&gt;dashboard_id: ${resources.dashboards.nyc_taxi_trip_analysis.id}&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jun 2025 14:18:59 GMT</pubDate>
    <dc:creator>anilsampson</dc:creator>
    <dc:date>2025-06-09T14:18:59Z</dc:date>
    <item>
      <title>Databricks Dashboard run from Job issue</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-dashboard-run-from-job-issue/m-p/121268#M10156</link>
      <description>&lt;P&gt;Hello, i am trying to trigger a databricks dashboard via workflow task.&lt;/P&gt;&lt;P&gt;1.when i deploy the job triggering the dashboard task via local "Deploy bundle" command deployment is successful.&lt;/P&gt;&lt;P&gt;2. when i try to deploy to a different environment via CICD while deploying validation is successful. but deploy bundle is failing on the dashboard task with below error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cannot create job: No task defined for dashboard task&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;im using below in resource.yml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;tasks:&lt;BR /&gt;- task_key: dashboard_task&lt;BR /&gt;dashboard_task:&lt;BR /&gt;subscription:&lt;BR /&gt;subscribers:&lt;BR /&gt;- user_name: ${workspace.current_user.userName} # Replace this with the email of snapshot subscriber email&lt;BR /&gt;paused: false&lt;BR /&gt;warehouse_id: ${var.warehouse_id}&lt;BR /&gt;dashboard_id: ${resources.dashboards.nyc_taxi_trip_analysis.id}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 14:18:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-dashboard-run-from-job-issue/m-p/121268#M10156</guid>
      <dc:creator>anilsampson</dc:creator>
      <dc:date>2025-06-09T14:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Dashboard run from Job issue</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-dashboard-run-from-job-issue/m-p/121357#M10161</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/167740"&gt;@anilsampson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The error means your dashboard_task is not properly nested under the tasks section.&lt;/P&gt;&lt;P&gt;tasks:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;- task_key: dashboard_task&lt;BR /&gt;&amp;nbsp; dashboard_task:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; dashboard_id: ${resources.dashboards.nyc_taxi_trip_analysis.id}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; warehouse_id: ${var.warehouse_id}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; subscription:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; subscribers:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - user_name: ${workspace.current_user.userName}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; paused: false&lt;/P&gt;&lt;P&gt;Make sure dashboard_task is indented under the task item (not at the same level as tasks:)&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 17:10:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-dashboard-run-from-job-issue/m-p/121357#M10161</guid>
      <dc:creator>SP_6721</dc:creator>
      <dc:date>2025-06-10T17:10:26Z</dc:date>
    </item>
  </channel>
</rss>

