pasteur.metadata.TableMeta#

class pasteur.metadata.TableMeta(name, meta)[source]#

Attributes

Methods

check(data)

Run a key check to ensure metadata and table have the same keys

COLUMN_CLS#

alias of ColumnMeta

check(data)[source]#

Run a key check to ensure metadata and table have the same keys

property cols: dict[str | tuple[str, ...], ColumnMeta]#
property columns: dict[str | tuple[str, ...], ColumnMeta]#