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 ec59f57 commit e2491cbCopy full SHA for e2491cb
packages/cubejs-schema-compiler/src/adapter/PreAggregations.js
@@ -170,7 +170,7 @@ export class PreAggregations {
170
return true;
171
}
172
173
- if (td.dimension === preAggregation.rollupLambdaTimeDimensionReference?.[0]?.dimension) {
+ if (td.dimension === foundPreAggregation.preAggregation.rollupLambdaTimeDimensionReference?.[0]?.dimension) {
174
175
176
0 commit comments