databricks dashboard deployment (schema and catalog modification)

abhirupa7
New Contributor

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?

nayan_wylde
Esteemed Contributor II

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

alexajames
New Contributor III

You can try using DAB to promote the dashboard and parameterize the query. For more details, check out the DAB dashboard documentation.