cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

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?

2 REPLIES 2

nayan_wylde
Honored 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.