Class BackendMetastore (1.15.2)

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

Represents a backend metastore for the federation.

Attributes

NameDescription
name str
The relative resource name of the metastore that is being federated. The formats of the relative resource names for the currently supported metastores are listed below: - BigQuery - projects/{project_id} - Dataproc Metastore - projects/{project_id}/locations/{location}/services/{service_id}
metastore_type google.cloud.metastore_v1beta.types.BackendMetastore.MetastoreType
The type of the backend metastore.

Classes

MetastoreType

MetastoreType(value)

The type of the backend metastore.

Values: METASTORE_TYPE_UNSPECIFIED (0): The metastore type is not set. DATAPLEX (1): The backend metastore is Dataplex. BIGQUERY (2): The backend metastore is BigQuery. DATAPROC_METASTORE (3): The backend metastore is Dataproc Metastore.