Class SchemaPaths (0.7.0)

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

Represents an ordered set of paths within the table schema.

Attributes

Name Description
table_fqn str
The service-qualified full resource name of the table Ex: bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
paths MutableSequence[str]
The ordered list of paths within the table schema.