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 d4f1648 commit 6789ab8Copy full SHA for 6789ab8
packages/cubejs-server-core/src/core/OrchestratorApi.ts
@@ -297,7 +297,6 @@ export class OrchestratorApi {
297
return this.orchestrator.cancelPreAggregationQueriesFromQueue(queryKeys, dataSource);
298
}
299
300
-
301
public async updateRefreshEndReached() {
302
return this.orchestrator.updateRefreshEndReached();
303
0 commit comments