Class Lake (0.2.1)

Lake(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A lake is a centralized repository for managing enterprise data across the organization distributed across many cloud projects, and stored in a variety of storage services such as Google Cloud Storage and BigQuery. The resources attached to a lake are referred to as managed resources. Data within these managed resources can be structured or unstructured. A lake provides data admins with tools to organize, secure and manage their data at scale, and provides data scientists and data engineers an integrated experience to easily search, discover, analyze and transform data and associated metadata.

Attributes

NameDescription
name str
Output only. The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
display_name str
Optional. User friendly display name.
uid str
Output only. System generated globally unique ID for the lake. This ID will be different if the lake is deleted and re-created with the same name.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the lake was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the lake was last updated.
labels Sequence[google.cloud.dataplex_v1.types.Lake.LabelsEntry]
Optional. User-defined labels for the lake.
description str
Optional. Description of the lake.
state google.cloud.dataplex_v1.types.State
Output only. Current state of the lake.
service_account str
Output only. Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.
metastore google.cloud.dataplex_v1.types.Lake.Metastore
Optional. Settings to manage lake and Dataproc Metastore service instance association.
asset_status google.cloud.dataplex_v1.types.AssetStatus
Output only. Aggregated status of the underlying assets of the lake.
metastore_status google.cloud.dataplex_v1.types.Lake.MetastoreStatus
Output only. Metastore status of the lake.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

Metastore

Metastore(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Settings to manage association of Dataproc Metastore with a lake.

MetastoreStatus

MetastoreStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Status of Lake and Dataproc Metastore service instance association.