Skip to content

Commit

Permalink
fix: Empty array for BigQuery in serverless GCP deployment (#155)
Browse files Browse the repository at this point in the history
To fix bug with empty bigquery results in google cloud serverless mode (issue: #153)

Fixes #153
  • Loading branch information
landyrev authored and paveltiunov committed Jul 5, 2019
1 parent c606095 commit 045094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-bigquery-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@cubejs-backend/query-orchestrator": "^0.10.11",
"@google-cloud/bigquery": "^2.1.0",
"@google-cloud/bigquery": "^4.1.4",
"ramda": "^0.26.1"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit 045094c

Please sign in to comment.