Class ColumnDescriptor (0.2.1)

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

Describes a column.

Attributes

NameDescription
path Sequence[str]
The identifier for the column. Each entry in ``path`` represents one level of nesting.
description str
A textual description of the column.
bigquery_policy_tags Sequence[str]
A list of BigQuery policy tags that will be applied to the column.

Inheritance

builtins.object > proto.message.Message > ColumnDescriptor