Skip to content

Commit f935978

Browse files
committed
dev
1 parent 59717fd commit f935978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cubejs-prestodb-driver/src/PrestoDriver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export class PrestoDriver extends BaseDriver implements DriverInterface {
9595
ssl: this.getSslOptions(dataSource),
9696
bucketType: getEnv('dbExportBucketType', { supported: ['gcs'], dataSource }),
9797
exportBucket: getEnv('dbExportBucket', { dataSource }),
98+
credentials: getEnv('dbExportGCSCredentials', { dataSource }),
9899
...config
99100
};
100101
this.catalog = this.config.catalog;

0 commit comments

Comments
 (0)