Skip to content

Commit f6f72b6

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ 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[CUBEJS_DB_NAME]: ', process.env["CUBEJS_DB_NAME"]);
89+
console.log('env[DRIVERS_TESTS_FIREBOLT_CUBEJS_FIREBOLT_ENGINE_NAME]: ', process.env["DRIVERS_TESTS_FIREBOLT_CUBEJS_FIREBOLT_ENGINE_NAME"]);
90+
console.log('env[CUBEJS_FIREBOLT_ENGINE_NAME]: ', process.env["CUBEJS_FIREBOLT_ENGINE_NAME"]);
91+
8792
const username = getEnv('dbUser', { dataSource });
8893
const auth = username.includes('@')
8994
? { username, password: getEnv('dbPass', { dataSource }) }

0 commit comments

Comments
 (0)