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 d87c869 commit aca7330Copy full SHA for aca7330
packages/cubejs-firebolt-driver/src/FireboltDriver.ts
@@ -78,7 +78,7 @@ export class FireboltDriver extends BaseDriver implements DriverInterface {
78
} = {},
79
) {
80
// Set connection timeout to 2 minutes to allow the engine to start if it's stopped
81
- super({testConnectionTimeout: 120000, ...config});
+ super({ testConnectionTimeout: 120000, ...config });
82
83
const dataSource =
84
config.dataSource ||
0 commit comments