Registry / database / go-bigquery

go-bigquery

JSON →
library1.77.0gogounverified

Package bigquery provides a client for interacting with Google BigQuery.

go get cloud.google.com/go/bigquery
INSTALL
IMPORT
SIG · GO-BIGQUERY
G
go-bigquery
databasegov1.77.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bigquery
cloud.google.com/go/bigquery

Create a BigQuery client for a GCP project.

package main import ( "context" "log" "cloud.google.com/go/bigquery" ) func main() { ctx := context.Background() client, err := bigquery.NewClient(ctx, "my-project") if err != nil { log.Fatal(err) } defer client.Close() }
Debug
Known issues
gotchaRequires authentication; ensure GOOGLE_APPLICATION_CREDENTIALS is set or use ADC.
fix
Set environment variable or configure credentials via client options.
affects: all
Upgrade
Version history
1.77.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
17
OpenAI (training)
1
Resources
go-bigquery — go get go-bigquery · libregistry