From 0272e4440730932d0718f339f6dd319937feed82 Mon Sep 17 00:00:00 2001 From: Dmitriy Rusov Date: Fri, 22 Mar 2024 18:49:44 +0100 Subject: [PATCH] fix --- .../src/orchestrator/QueryOrchestrator.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cubejs-query-orchestrator/src/orchestrator/QueryOrchestrator.ts b/packages/cubejs-query-orchestrator/src/orchestrator/QueryOrchestrator.ts index 47d0a2c5a51e2..357f25a095604 100644 --- a/packages/cubejs-query-orchestrator/src/orchestrator/QueryOrchestrator.ts +++ b/packages/cubejs-query-orchestrator/src/orchestrator/QueryOrchestrator.ts @@ -442,6 +442,7 @@ export class QueryOrchestrator { const { external } = preAggregation; const data = await this.fetchQuery({ + dataSource: preAggregation.dataSource, continueWait: true, query, external,