Guides — 12 for BigQuery

BigQuery guides

Everything we've written about BigQuery: connections, SQL patterns, imports, clients, and comparisons.

01Connect & How-To

Connect & How-To

Connect & How-ToBigQuery

How to Connect to BigQuery from Ruby

Connect to Google BigQuery from Ruby with the official google-cloud-bigquery gem. Covers Application Default Credentials, the billing-vs-data project split, named and positional query parameters, the dataset location trap, and dry-run cost caps.

6 min read
Connect & How-ToBigQuery

How to Connect to BigQuery from PHP

Connect to Google BigQuery from PHP with the google/cloud-bigquery client: composer install, ADC authentication, running queries with parameters, the location trap, dry-run cost controls, and the errors you actually hit.

4 min read
Connect & How-ToBigQuery

How to Connect to BigQuery from C# (.NET)

Connect to BigQuery from C# with Google.Cloud.BigQuery.V2: ADC and service-account auth, running queries, named and positional parameters, reading results, cost controls, and the errors you actually hit.

7 min read
Connect & How-ToBigQuery

How to Connect to BigQuery from Java

Connect to BigQuery from Java with the official google-cloud-bigquery client: authentication with Application Default Credentials, running queries, named parameters, cost controls, the location trap, and the errors you actually hit.

6 min read
Connect & How-ToBigQuery

How to Connect to BigQuery from Go

Connect to BigQuery from Go with the official cloud.google.com/go/bigquery client. Working code for the ADC auth ladder, parameterized queries, RowIterator scanning, cost controls, and the dataset-location trap.

7 min read
Connect & How-ToBigQuery

How to Connect to BigQuery from Node.js

Connect to BigQuery from Node.js with @google-cloud/bigquery. Working code for ADC and service-account auth, queries, named and positional parameters, DataFrame-free result handling, and cost controls.

6 min read
Connect & How-ToBigQuery

How to Connect to BigQuery from Python

Connect to BigQuery from Python with google-cloud-bigquery, pandas-gbq, or BigQuery DataFrames. Working code for auth (ADC and service accounts), queries, parameters, and cost controls.

7 min read
← All guides