dpx

Dataplex

Analytics & IoTGCP
General

General information about the service.

Description

Dataplex is an intelligent data fabric that enables organizations to centrally discover, manage, monitor, and govern their data across data lakes, data warehouses, and data marts.

Service ID

dataplex.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/lakes/{lake}

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

dpx-{workload}-{env}

Length

6-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

regional

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_dataplex_lake" "main" {
2 location = var.region
3 name = "dpx-${var.workload}-${var.environment}"
4 project = var.project_id
5}
Utilities

Utilities to support app deployment or configuration.