Class DataplexTableSpec (3.8.0)

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

Entry specification for a Dataplex table.

Attributes

NameDescription
external_tables Sequence[google.cloud.datacatalog_v1.types.DataplexExternalTable]
List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems.
dataplex_spec google.cloud.datacatalog_v1.types.DataplexSpec
Common Dataplex fields.
user_managed bool
Indicates if the table schema is managed by the user or not.

Inheritance

builtins.object > proto.message.Message > DataplexTableSpec