You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 table endpoint
JPA model will be listed as an aggregation fact table with all its attributes as dimensions and empty metrics.
The text was updated successfully, but these errors were encountered:
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)
table
endpointThe text was updated successfully, but these errors were encountered: