Class DatabaseTableSpec (3.11.1)

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

Specification that applies to a table resource. Valid only for entries with the TABLE type.

Attributes

NameDescription
type_ google.cloud.datacatalog_v1.types.DatabaseTableSpec.TableType
Type of this table.
dataplex_table google.cloud.datacatalog_v1.types.DataplexTableSpec
Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.

Classes

TableType

TableType(value)

Type of the table.

Values: TABLE_TYPE_UNSPECIFIED (0): Default unknown table type. NATIVE (1): Native table. EXTERNAL (2): External table.