Skip to content

Commit 0a83426

Browse files
committed
fix
1 parent 0422492 commit 0a83426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class PrestoDriver extends BaseDriver implements DriverInterface {
321321
const tableWithCatalogAndSchema = `${this.config.catalog}.${schema}.${tableName}`;
322322

323323
const protocol = {
324-
gcs: 'gc',
324+
gcs: 'gs',
325325
s3: this.config.exportBucketS3AdvancedFS ? 's3a' : 's3'
326326
}[bucketType || 'gcs'];
327327

0 commit comments

Comments
 (0)