@codefresh-io/cubejs-backend-bigquery-driver-yosi1
v0.30.81
Published
Cube.js BigQuery database driver
Downloads
1
Maintainers
Keywords
Readme
Website • Docs • Blog • Slack • Discourse • Twitter
Cube.js BigQuery Database Driver
Pure Javascript BigQuery driver.
Credentials
CUBEJS_DB_BQ_PROJECT_ID=gcp-project-id
CUBEJS_DB_BQ_KEY_FILE=/path/to/key-file.json
Or get base64 version of your key file json using
$ cat /path/to/key-file.json | base64
And then put base64 string in .env:
CUBEJS_DB_BQ_PROJECT_ID=gcp-project-id
CUBEJS_DB_BQ_CREDENTIALS=<base_64_credentials_json>
License
Cube.js BigQuery Database Driver is Apache 2.0 licensed.