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 18e1830 commit 72de5bbCopy full SHA for 72de5bb
packages/cubejs-api-gateway/src/gateway.ts
@@ -1184,7 +1184,7 @@ class ApiGateway {
1184
const startTime = new Date().getTime();
1185
const compilerApi = await this.getCompilerApi(context);
1186
1187
- const normalizedQueriesPreRewrite: NormalizedQuery[] = queries.map((currentQuery) => normalizeQuery(currentQuery, persistent));
+ const normalizedQueriesPreRewrite: NormalizedQuery[] = queries.map((currentQuery) => remapToQueryAdapterFormat(normalizeQuery(currentQuery, persistent)));
1188
1189
let normalizedQueries: NormalizedQuery[] = await Promise.all(
1190
queries.map(
0 commit comments