Skip to content

Commit 448d185

Browse files
committed
fix
1 parent 4e408f7 commit 448d185

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cubejs-snowflake-driver/src/SnowflakeDriver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ export class SnowflakeDriver extends BaseDriver implements DriverInterface {
289289
oauthTokenPath: getEnv('snowflakeOAuthTokenPath', { dataSource }),
290290
privateKeyPath: getEnv('snowflakePrivateKeyPath', { dataSource }),
291291
privateKeyPass: getEnv('snowflakePrivateKeyPass', { dataSource }),
292-
privateKey,
293292
...(privateKey ? { privateKey } : {}),
294293
exportBucket: this.getExportBucket(dataSource),
295294
resultPrefetch: 1,

0 commit comments

Comments
 (0)