Class Schema (3.9.2)

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

Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.

Attribute

NameDescription
columns Sequence[google.cloud.datacatalog_v1.types.ColumnSchema]
The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.

Inheritance

builtins.object > proto.message.Message > Schema