For the use cases where we have multiple environments (DEV, UAT, PROD) and each environment has a dedicated database with exactly same schema.
Is it possible to build one dashboard with an option to switch between environments ?
With current datasource capability, looks like dashboard is tightly coupled with a specific database.
Can we think of passing datasource dynamically?
Probably we can call it "environment manager" which can manage all the base URLs, database,. etc. at single place and dashboard can switch to environments using dropdown list?
For the use cases where we have multiple environments (DEV, UAT, PROD) and each environment has a dedicated database with exactly same schema. Is it possible to build one dashboard with an option to switch between environments ? With current datasource capability, looks like dashboard is tightly coupled with a specific database.
Can we think of passing datasource dynamically?
Probably we can call it "environment manager" which can manage all the base URLs, database,. etc. at single place and dashboard can switch to environments using dropdown list?