Skip to content

Commit

Permalink
sync @google-cloud/storage package used across packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Sep 27, 2024
1 parent 1b714d5 commit 67ea07a
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 203 deletions.
4 changes: 2 additions & 2 deletions packages/cubejs-base-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"dist/src/*"
],
"dependencies": {
"@azure/storage-blob": "^12.9.0",
"@aws-sdk/client-s3": "^3.49.0",
"@aws-sdk/s3-request-presigner": "^3.49.0",
"@azure/storage-blob": "^12.9.0",
"@cubejs-backend/shared": "^0.36.0",
"@google-cloud/storage": "^5.8.5",
"@google-cloud/storage": "^7.13.0",
"ramda": "^0.27.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-bigquery-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@cubejs-backend/dotenv": "^9.0.2",
"@cubejs-backend/shared": "^0.36.0",
"@google-cloud/bigquery": "^7.7.0",
"@google-cloud/storage": "^7.11.1",
"@google-cloud/storage": "^7.13.0",
"ramda": "^0.27.2"
},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions packages/cubejs-snowflake-driver/src/SnowflakeDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ export class SnowflakeDriver extends BaseDriver implements DriverInterface {
);
}

/**
* @todo Move to BaseDriver in the future?
*/
protected getExportBucket(
dataSource: string,
): SnowflakeDriverExportBucket | undefined {
Expand Down
Loading

0 comments on commit 67ea07a

Please sign in to comment.