elide
elide copied to clipboard
Remove tables from table endpoint that are neither managed by aggregation data store nor referenced from fact table.
Expected Behavior
Table endpoint should only list the tables which are managed by aggregation data store or referenced from the fact table. All other tables should not be listed to UI.
Current Behavior
Table endpoint lists all the tables including one managed by JPAdatastore in aggregation fact table format.
Possible Solution
Steps to Reproduce (for bugs)
- Configure an aggregation datastore table and JPA model.
- Query
tableendpoint - JPA model will be listed as an aggregation fact table with all its attributes as dimensions and empty metrics.