File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
packages/cubejs-firebolt-driver/src Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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 } ) }
You can’t perform that action at this time.
0 commit comments