Skip to content

Commit

Permalink
fix: Load dialect for CubeStore from schema-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Oct 19, 2022
1 parent c10b82b commit 760fef2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cubejs-server-core/src/core/OptsHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class OptsHandler {
'must be specified'
);
}

// TODO (buntarb): this assertion should be restored after documentation
// will be added.
//
Expand Down Expand Up @@ -430,8 +430,6 @@ export class OptsHandler {
// Lazy loading for Cube Store
externalDriverFactory =
() => new cubeStorePackage.CubeStoreDevDriver(cubeStoreHandler);
externalDialectFactory =
() => cubeStorePackage.CubeStoreDevDriver.dialectClass();
} else {
this.core.logger('Cube Store is not supported on your system', {
warning: (
Expand Down

0 comments on commit 760fef2

Please sign in to comment.