SchemaType

class tracdap.metadata.SchemaType

Bases: enum.Enum

Enumeration of the available types of data schema

Currently only table schemas are supported, other schema types may be added later.

See also

SchemaDefinition

SCHEMA_TYPE_NOT_SET = 0
TABLE = 1

Tabular data