bq

BigQuery

Analytics & IoTGCP
General

General information about the service.

Description

Google BigQuery is a fully managed, serverless data warehouse that enables scalable analysis over petabytes of data.

Service ID

bigquery.googleapis.com

Resource Pattern

projects/{project}/datasets/{dataset}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

bq-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_bigquery_dataset" "main" {
2 dataset_id = "bq_${var.environment}"
3 location = var.region
4}
Utilities

Utilities to support app deployment or configuration.