Better error message when joining original sql pre-aggregation to some non-aggregated data #1181
Labels
backend:server
Issues relating to Cube Core's Server
bug
Something isn't working
Roadmap: 2021 Q1
Cube.js team roadmap for Q1 of 2021.
Describe the bug
you can't use original sql pre-aggregation and join to some non-aggregated data. When you try to, Cube attempts to join with the main, analytics database and the pre-agg database (which could be external).
To Reproduce
Expected behavior
Throw a warning with a descriptive message, not try to perform a query in the preagg db that will throw an exception.
Version:
0.20.12
The text was updated successfully, but these errors were encountered: