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?