BackendMetastore(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a backend metastore for the federation.
Attributes
Name | Description |
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: - Dataplex - projects/{project_id}/locations/{location}/lakes/{lake_id}
- BigQuery
- projects/{project_id}
- Dataproc Metastore
- projects/{project_id}/locations/{location}/services/{service_id}
|
metastore_type |
google.cloud.metastore_v1alpha.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. BIGQUERY (2): The backend metastore is BigQuery. DATAPROC_METASTORE (3): The backend metastore is Dataproc Metastore.