databricks dashboard deployment (schema and catalog modification)
Options
- 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?