Skip to content

Commit 738dbde

Browse files
authored
fix(query-orchestrator): Job API - builds are not triggered, fix #7726 (#7909)
1 parent 6fcaff4 commit 738dbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-query-orchestrator/src/orchestrator/PreAggregations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ export class PreAggregationLoader {
664664
};
665665
}
666666

667-
if (!this.waitForRenew) {
667+
if (!this.waitForRenew && !this.forceBuild) {
668668
const versionEntryByStructureVersion = versionEntries.byStructure[`${this.preAggregation.tableName}_${structureVersion}`];
669669
if (versionEntryByStructureVersion) {
670670
const targetTableName = this.targetTableName(versionEntryByStructureVersion);

0 commit comments

Comments
 (0)