Hello Priya,
It is the default behavior of the application when we implement DB switching in Helical Insight 3.1 GA and there is no bug as such. Implementing dynamic DB switching is a very custom requirement with code level changes.
In our metadata module, we understand the table name and keep it selected by the information like datasource name, catalog names. If Catalog Name is empty it does not know where does this specific table belongs to and hence is not able to show ticks for selected tables. For implementing dynamic db switching you must have kept the catalog name and schema name as blank.
We have a small work around in order to edit metadata :
- Open the metadata in edit mode
- Provide the Catalog name then save the metadata
- Open the same metadata in edit mode again, now tick marks will be shown on all the selected tables because the metadata knows the catalog names. You can them make any other changes which are required in the metadata
- Before saving metadata remove catalog name again in order to make DB switching work and save the metadata.
Thank You
From Team Helical.