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.
dataSource
1 parent c128417 commit d7e7a57Copy full SHA for d7e7a57
packages/cubejs-server-core/core/RefreshScheduler.js
@@ -14,7 +14,7 @@ class RefreshScheduler {
14
const orchestratorApi = this.serverCore.getOrchestratorApi({ ...context, dataSource });
15
const [startDate, endDate] =
16
await Promise.all(
17
- query
+ compilerApi.createQueryByDataSource(compilers, queryingOptions, dataSource)
18
.preAggregationStartEndQueries(preAggregation.cube, preAggregation.preAggregation)
19
.map(sql => orchestratorApi.executeQuery({
20
query: sql[0],
0 commit comments