Skip to content

Commit

Permalink
Merge pull request #39 from electrolux-oss/38/fix-gcp-location
Browse files Browse the repository at this point in the history
#38 no need to specify location for a bigquery
  • Loading branch information
gluckzhang authored Jul 11, 2024
2 parents f530f06 + 912b314 commit adf9027
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"engines": {
"node": "18 || 20"
Expand Down
2 changes: 1 addition & 1 deletion plugins/infrawallet-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrolux-oss/plugin-infrawallet-backend",
"version": "0.1.5",
"version": "0.1.6",
"backstage": {
"role": "backend-plugin"
},
Expand Down
1 change: 0 additions & 1 deletion plugins/infrawallet-backend/src/service/GCPClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export class GCPClient extends InfraWalletClient {
// Run the query as a job
const [job] = await client.createQueryJob({
query: sql,
location: 'US',
});

// Wait for the query to finish
Expand Down
2 changes: 1 addition & 1 deletion plugins/infrawallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrolux-oss/plugin-infrawallet",
"version": "0.1.5",
"version": "0.1.6",
"backstage": {
"role": "frontend-plugin"
},
Expand Down

0 comments on commit adf9027

Please sign in to comment.