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 aa82256 commit 51d1214Copy full SHA for 51d1214
packages/cubejs-server-core/core/RefreshScheduler.js
@@ -135,6 +135,7 @@ class RefreshScheduler {
135
const orchestratorApi = this.serverCore.getOrchestratorApi({ ...context, dataSource: sqlQuery.dataSource });
136
await orchestratorApi.executeQuery({
137
...sqlQuery,
138
+ preAggregations: [],
139
query: 'SELECT 1', // TODO get rid off it
140
continueWait: true,
141
renewQuery: true,
0 commit comments