<?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: Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to a in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/51605#M29217</link>
    <description>&lt;P&gt;I'm currently also struggling with moving dashboards from our dev workspace to our prod workspace using the Databricks API in our CI/CD pipelines. Simply being able to create a dashboard with a json spec (exported through the Databricks API) would solve my issue and potentially from many others who responded to this issue.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 14:14:59 GMT</pubDate>
    <dc:creator>djhs</dc:creator>
    <dc:date>2023-11-14T14:14:59Z</dc:date>
    <item>
      <title>Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to another?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/21098#M14336</link>
      <description />
      <pubDate>Wed, 23 Jun 2021 22:32:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/21098#M14336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-23T22:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to another?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/21099#M14337</link>
      <description>&lt;P&gt;Not currently as the queries, dashboards etc are likely tied to the underlying tables/dataset so the migration probably extends beyond just those artifacts. Would be helpful to understand your use case&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 23:09:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/21099#M14337</guid>
      <dc:creator>aladda</dc:creator>
      <dc:date>2021-06-23T23:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to another?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/21100#M14338</link>
      <description>&lt;P&gt;&lt;A href="https://docs.databricks.com/sql/api/queries-dashboards.html" alt="https://docs.databricks.com/sql/api/queries-dashboards.html" target="_blank"&gt;Queries and Dashboards API&lt;/A&gt; provides the functionality to list existing queries / dashboards . Perhaps use this functionality to automate migration of queries.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to migrate table definitions from the metastore as well  - check out &lt;A href="https://github.com/databrickslabs/migrate" target="test_blank"&gt;https://github.com/databrickslabs/migrate&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 02:20:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/21100#M14338</guid>
      <dc:creator>sajith_appukutt</dc:creator>
      <dc:date>2021-06-24T02:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to another?</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/21101#M14339</link>
      <description>&lt;P&gt;We are currently trying to do the same thing, meaning to deploy from Dev to Qa/Prod the queries and dashboards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For queries it is possible, We tested this in a python script and the queries were successfully recreated in the new environment . I am not sure how to fix the links to the data sources yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the dashboards, it does not work as the widgets are ignored/not parsed when I tried to call the API to create a dashboard. Just an empty dashboard is created. I even tried a simple dashboards with a single text widget and it still didn't work. Maybe it will after this gets out of the preview.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 14:13:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/21101#M14339</guid>
      <dc:creator>valiro21</dc:creator>
      <dc:date>2022-08-08T14:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to a</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/37052#M26250</link>
      <description>&lt;P&gt;Hi Valentin1,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have similar use-case. We created a separate workspaces for Dev and QA, following this &lt;A href="https://www.databricks.com/blog/2022/03/10/functional-workspace-organization-on-databricks.html" target="_self"&gt;Databricks Blog Post.&lt;/A&gt;&amp;nbsp;We are able to export and import queries from Dev to QA using the queries api, but this is not working for dashboards.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me what approach you took finally to migrate the assets across workspace?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 05:37:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/37052#M26250</guid>
      <dc:creator>PrateekGulati</dc:creator>
      <dc:date>2023-07-06T05:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to a</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/37443#M26358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/36287"&gt;@sajith_appukutt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We'd love to hear from you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 08:22:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/37443#M26358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-12T08:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to a</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/43905#M27574</link>
      <description>&lt;P&gt;The ability to easily migrate queries and dashboards across Databricks Workspace it extremely important.&lt;/P&gt;&lt;P&gt;In my company we have dev, stg and production workspaces, with same pipeline creating the data.&lt;/P&gt;&lt;P&gt;We create our dashboards in DEV and then we have to redo MANUALLY in staging and production workspace!&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/sql/user/queries/queries.html" target="_self"&gt;Now it has been released&lt;/A&gt; that Databricks will enforce to save the queries in the Shared folder and not in repos anymore.&lt;/P&gt;&lt;P&gt;Not been able to save the queries in a version control or able to migrate dashboards across environments is such a bad move of Databricks, it is basically forcing us to use another tool such as Tableau or Power BI.&lt;/P&gt;&lt;P&gt;Is there any place I can raise a ticket or a request to allow queries and dashboards to be in repos and ability to migrate them across different workspaces?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 06:03:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/43905#M27574</guid>
      <dc:creator>joseheliomuller</dc:creator>
      <dc:date>2023-09-07T06:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to a</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/51605#M29217</link>
      <description>&lt;P&gt;I'm currently also struggling with moving dashboards from our dev workspace to our prod workspace using the Databricks API in our CI/CD pipelines. Simply being able to create a dashboard with a json spec (exported through the Databricks API) would solve my issue and potentially from many others who responded to this issue.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 14:14:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/51605#M29217</guid>
      <dc:creator>djhs</dc:creator>
      <dc:date>2023-11-14T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can we migrate Databricks SQL components such as queries, dashboards etc from one workspace to a</title>
      <link>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/51639#M29220</link>
      <description>&lt;P&gt;I also tried to leverage this endpoint (inferred from devtools): &lt;A href="https://community.databricks.com/" target="_blank"&gt;https://&amp;lt;workspace_id&amp;gt;.cloud.databricks.com/sql/api/dashboards/import&lt;/A&gt; with the exported dashboard (the dbdash file) in the request payload. It returns a 200 but nothing happens. Maybe someone else knows how to hack around this.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 16:18:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/can-we-migrate-databricks-sql-components-such-as-queries/m-p/51639#M29220</guid>
      <dc:creator>djhs</dc:creator>
      <dc:date>2023-11-14T16:18:10Z</dc:date>
    </item>
  </channel>
</rss>

