<?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: it's possible to deliver a sql dashboard created in a Dev workspace to a Prod workspace? in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15715#M295</link>
    <description>&lt;P&gt;You can use Terraform for that - just export Dashboard &amp;amp; its dependencies using the &lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/experimental-exporter" alt="https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/experimental-exporter" target="_blank"&gt;Databricks Terraform exporter,&lt;/A&gt; and then you can apply that to other workspaces&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2023 19:21:30 GMT</pubDate>
    <dc:creator>alexott</dc:creator>
    <dc:date>2023-02-15T19:21:30Z</dc:date>
    <item>
      <title>it's possible to deliver a sql dashboard created in a Dev workspace to a Prod workspace?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15710#M290</link>
      <description>&lt;P&gt;In order to create a ci/cd pipeline to deliver dashboards (here monitoring), how to export / import a dashboard created in databricks sql dashboard from one workspace to another?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 17:10:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15710#M290</guid>
      <dc:creator>florent</dc:creator>
      <dc:date>2025-03-20T17:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: it's possible to deliver a sql dashboard created in a Dev workspace to a Prod workspace?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15711#M291</link>
      <description>&lt;P&gt;This is currently a limitation not possible on databricks. You can however promote the SQL scripts and just connect to the results via your BI tool of choice.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 05:35:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15711#M291</guid>
      <dc:creator>Rheiman</dc:creator>
      <dc:date>2022-06-30T05:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: it's possible to deliver a sql dashboard created in a Dev workspace to a Prod workspace?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15713#M293</link>
      <description>&lt;P&gt;hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;the suggestion is not acceptable for the production lifecycle. the problem is still here&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 09:03:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15713#M293</guid>
      <dc:creator>florent</dc:creator>
      <dc:date>2022-10-24T09:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: it's possible to deliver a sql dashboard created in a Dev workspace to a Prod workspace?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15714#M294</link>
      <description>&lt;P&gt;This is really poor. Being able to deploy dashboards through the API is essential to set up proper Data Engineering workflows.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 06:40:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15714#M294</guid>
      <dc:creator>Wout</dc:creator>
      <dc:date>2022-11-15T06:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: it's possible to deliver a sql dashboard created in a Dev workspace to a Prod workspace?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15715#M295</link>
      <description>&lt;P&gt;You can use Terraform for that - just export Dashboard &amp;amp; its dependencies using the &lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/experimental-exporter" alt="https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/experimental-exporter" target="_blank"&gt;Databricks Terraform exporter,&lt;/A&gt; and then you can apply that to other workspaces&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 19:21:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15715#M295</guid>
      <dc:creator>alexott</dc:creator>
      <dc:date>2023-02-15T19:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: it's possible to deliver a sql dashboard created in a Dev workspace to a Prod workspace?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15716#M296</link>
      <description>&lt;P&gt;Is there a Roadmap item somewhere we can vote on to improve this?.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We created 2 really useful dashboards with 7 or 8 visualizations/saved queries and there is no way to save/transfer these as exporting a "DBC Archive" or "Source file" does not include these and the API won't retrieve them.  &lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 12:04:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/15716#M296</guid>
      <dc:creator>RyanHager</dc:creator>
      <dc:date>2023-04-27T12:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: it's possible to deliver a sql dashboard created in a Dev workspace to a Prod workspace?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/66790#M1281</link>
      <description>&lt;P data-unlink="true"&gt;Recommendation is to &lt;A href="https://docs.databricks.com/en/dashboards/clone-legacy-to-lakeview.html" target="_self"&gt;update your legacy dashboard to Lakeview&amp;nbsp;&lt;/A&gt;and then leverage built in &lt;A href="https://docs.databricks.com/en/dashboards/index.html#export-import-or-replace-a-dashboard" target="_blank"&gt;export/import&lt;/A&gt; support.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 20:28:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/it-s-possible-to-deliver-a-sql-dashboard-created-in-a-dev/m-p/66790#M1281</guid>
      <dc:creator>miranda_luna_db</dc:creator>
      <dc:date>2024-04-19T20:28:53Z</dc:date>
    </item>
  </channel>
</rss>

