Class TableSchema (2.19.0)

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

Schema of a table. This schema is a subset of google.cloud.bigquery.v2.TableSchema containing information necessary to generate valid message to write to BigQuery.

Attribute

NameDescription
fields MutableSequence[google.cloud.bigquery_storage_v1.types.TableFieldSchema]
Describes the fields in a table.