Skip to content

Commit

Permalink
fix: RefreshScheduler refreshes pre-aggregations during cache key ref…
Browse files Browse the repository at this point in the history
…resh
  • Loading branch information
paveltiunov committed Apr 12, 2020
1 parent aa82256 commit 51d1214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cubejs-server-core/core/RefreshScheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class RefreshScheduler {
const orchestratorApi = this.serverCore.getOrchestratorApi({ ...context, dataSource: sqlQuery.dataSource });
await orchestratorApi.executeQuery({
...sqlQuery,
preAggregations: [],
query: 'SELECT 1', // TODO get rid off it
continueWait: true,
renewQuery: true,
Expand Down

0 comments on commit 51d1214

Please sign in to comment.