We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d288d9c commit d409ccaCopy full SHA for d409cca
packages/cubejs-api-gateway/src/gateway.ts
@@ -874,7 +874,7 @@ class ApiGateway {
874
if (result.length === 0) {
875
throw new UserError(
876
'A user\'s selector doesn\'t match any of the ' +
877
- 'pre-aggregations defined by the Cube schemas.'
+ 'pre-aggregations defined in the data model.'
878
);
879
}
880
break;
0 commit comments