databricks dashboard deployment (schema and catalog modification)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2025 09:34 AM
I have a databricks dashboard. I have deployed the lvdash.json file through yml (resource.json) from dev to qa env.
Now I can see my dashboard published version in resources folder.
I want to change the catalog and schema of those underlying queries I have written in that databoard (data section)(using delta table ,want to change those catalog and schema as per env) dynamically (via code) after/before deployment as per env. how this can be achieve?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2025 12:15 PM
You can try out with DAB to promote the dashboard and parameterize the query. Here is the link for dashbaord DAB.
https://docs.databricks.com/aws/en/dev-tools/bundles/resources#dashboards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2025 07:46 AM
You can try using DAB to promote the dashboard and parameterize the query. For more details, check out the DAB dashboard documentation.