- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2026 12:06 AM
Hello, I have some questions regarding dashboard development using Asset Bundles.
I have been following the procedure for developing dashboards by referring to this page: Databricks CI/CD for Dashboard Developers.
Here is the workflow I followed:
Created and developed a dashboard in my own workspace, then published it.
Ran databricks bundle generate dashboard --existing-id <id> -p <profile_name> locally to add the bundle.
Validated it using databricks bundle validate.
Deployed it using databricks bundle deploy --target prod -p <profile_name>.
Following these steps results in two dashboards with the same name. While their paths are different—one defined in databricks.yml and the other in my personal workspace—having two dashboards is confusing and makes it unclear which one should be modified later.
My questions are:
Is there a way to maintain only a single dashboard while still deploying via Asset Bundles?
What is the correct process for modifying and redeploying a dashboard after the initial deployment?
What is the optimal workflow for dashboard development and deployment?
I’ve searched extensively but couldn't find much information, so I'm reaching out for help.