Skip to content

Commit e0e7cbc

Browse files
committed
temp console.log
1 parent 80ec27a commit e0e7cbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cubejs-firebolt-driver/src/FireboltDriver.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ export class FireboltDriver extends BaseDriver implements DriverInterface {
8484
config.dataSource ||
8585
assertDataSource('default');
8686

87+
console.log('env[DRIVERS_TESTS_FIREBOLT_CUBEJS_DB_NAME]: ', process.env["DRIVERS_TESTS_FIREBOLT_CUBEJS_DB_NAME"]);
88+
console.log('env[DRIVERS_TESTS_FIREBOLT_CUBEJS_FIREBOLT_ENGINE_NAME]: ', process.env["DRIVERS_TESTS_FIREBOLT_CUBEJS_FIREBOLT_ENGINE_NAME"]);
89+
8790
const username = getEnv('dbUser', { dataSource });
8891
const auth = username.includes('@')
8992
? { username, password: getEnv('dbPass', { dataSource }) }

0 commit comments

Comments
 (0)