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 ab8ad2b commit 9effea9Copy full SHA for 9effea9
packages/cubejs-schema-compiler/src/adapter/PreAggregations.js
@@ -166,7 +166,7 @@ export class PreAggregations {
166
return false;
167
}
168
169
- if (td.dimension === foundPreAggregation.references.timeDimensions[0].dimension) {
+ if (td.dimension?.split('.')[1] === foundPreAggregation.references.timeDimensions[0].dimension?.split('.')[1]) {
170
return true;
171
172
0 commit comments