🚀 DAY 4 OF LAUNCH WEEK:Introducing Socket Scanning for OpenVSX Extensions.Learn more →
Socket
Book a DemoInstallSign in
Socket

@codefresh-io/cubejs-backend-bigquery-driver-yosi1

Package Overview
Dependencies
Maintainers
13
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codefresh-io/cubejs-backend-bigquery-driver-yosi1

Cube.js BigQuery database driver

latest
Source
npmnpm
Version
0.30.81
Version published
Maintainers
13
Created
Source

Cube.js

Website • Docs • Blog • Slack • Discourse • Twitter

npm version GitHub Actions

Cube.js BigQuery Database Driver

Pure Javascript BigQuery driver.

Learn more

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.

FAQs

Package last updated on 16 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts