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.comResource Pattern
projects/{project}/locations/{location}/repositories/{repository}References
Chat
Powered by AITalk 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 Documentation
terraform
1resource "google_dataform_repository" "main" {2 provider = google-beta3 name = "df-${var.workload}-${var.environment}"4 region = var.region5}
Utilities
Utilities to support app deployment or configuration.