We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59717fd commit f935978Copy full SHA for f935978
packages/cubejs-prestodb-driver/src/PrestoDriver.ts
@@ -95,6 +95,7 @@ export class PrestoDriver extends BaseDriver implements DriverInterface {
95
ssl: this.getSslOptions(dataSource),
96
bucketType: getEnv('dbExportBucketType', { supported: ['gcs'], dataSource }),
97
exportBucket: getEnv('dbExportBucket', { dataSource }),
98
+ credentials: getEnv('dbExportGCSCredentials', { dataSource }),
99
...config
100
};
101
this.catalog = this.config.catalog;
0 commit comments