diff --git a/packages/cubejs-query-orchestrator/src/orchestrator/PreAggregations.ts b/packages/cubejs-query-orchestrator/src/orchestrator/PreAggregations.ts index 361070449665c..9e0c5cd90beae 100644 --- a/packages/cubejs-query-orchestrator/src/orchestrator/PreAggregations.ts +++ b/packages/cubejs-query-orchestrator/src/orchestrator/PreAggregations.ts @@ -664,7 +664,7 @@ export class PreAggregationLoader { }; } - if (!this.waitForRenew) { + if (!this.waitForRenew && !this.forceBuild) { const versionEntryByStructureVersion = versionEntries.byStructure[`${this.preAggregation.tableName}_${structureVersion}`]; if (versionEntryByStructureVersion) { const targetTableName = this.targetTableName(versionEntryByStructureVersion);