df

Dataform

Analytics & IoTGCP
General

General information about the service.

Description

Dataform is a service for data analysts to develop, test, version control, and schedule complex SQL workflows for data transformation in BigQuery.

Service ID

dataform.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/repositories/{repository}

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

df-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

regional

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_dataform_repository" "main" {
2 provider = google-beta
3 name = "df-${var.workload}-${var.environment}"
4 region = var.region
5}
Utilities

Utilities to support app deployment or configuration.