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 9274201 commit 11f5bb6Copy full SHA for 11f5bb6
packages/cubejs-server-core/src/core/CompilerApi.js
@@ -218,7 +218,7 @@ export class CompilerApi {
218
timeDimensionField: sqlGenerator.timeDimensions[0]?.dimension,
219
order: sqlGenerator.order,
220
cacheKeyQueries: sqlGenerator.cacheKeyQueries(),
221
- preAggregations: sqlGenerator.preAggregations.preAggregationsDescription(),
+ preAggregations: query.disableExternalPreAggregations ? [] : sqlGenerator.preAggregations.preAggregationsDescription(),
222
dataSource: sqlGenerator.dataSource,
223
aliasNameToMember: sqlGenerator.aliasNameToMember,
224
rollupMatchResults: includeDebugInfo ?
0 commit comments