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 e2491cb commit 60c543aCopy full SHA for 60c543a
packages/cubejs-schema-compiler/src/adapter/PreAggregations.js
@@ -166,10 +166,6 @@ export class PreAggregations {
166
return false;
167
}
168
169
- if (td.dimension === foundPreAggregation.references.timeDimensions[0].dimension) {
170
- return true;
171
- }
172
-
173
if (td.dimension === foundPreAggregation.preAggregation.rollupLambdaTimeDimensionReference?.[0]?.dimension) {
174
return true;
175
0 commit comments