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 6fcaff4 commit 738dbdeCopy full SHA for 738dbde
packages/cubejs-query-orchestrator/src/orchestrator/PreAggregations.ts
@@ -664,7 +664,7 @@ export class PreAggregationLoader {
664
};
665
}
666
667
- if (!this.waitForRenew) {
+ if (!this.waitForRenew && !this.forceBuild) {
668
const versionEntryByStructureVersion = versionEntries.byStructure[`${this.preAggregation.tableName}_${structureVersion}`];
669
if (versionEntryByStructureVersion) {
670
const targetTableName = this.targetTableName(versionEntryByStructureVersion);
0 commit comments