Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2025 08:03 AM
Hello @anilsampson!
From what I understand, when you import a dashboard into another workspace, a new dashboard_id is always generated.
Deploying with a Databricks Asset Bundle does not keep the dashboard ID the same across different workspaces. Each workspace gets its own unique ID.
To automate workflow references, deploy the dashboard in the new workspace, then use the bundle bind command to link your bundle to the new dashboard. After this, the dashboard ID will remain stable for future deployments in that workspace.
Let me know if that doesn’t work out.