Hi @unity_Catalog, To tackle this, you can use the Databricks REST API for exporting and importing dashboards. First, use the GET
request on /api/2.0/preview/sql/dashboards
to list and export the dashboards from the source workspace. Then, use the POST
request to import these dashboards into the target workspace.
I hope this helps! If you have any more questions or run into issues, feel free to ask.