Skip to main content

class  pixeltable.VersionMetadata

Metadata for a specific version of a Pixeltable table.

attr  change_type

change_type: Literal['data', 'schema']
The type of table transformation that this version represents ('data' or 'schema').

attr  computed

computed: int
The number of computed values calculated in this version.

attr  created_at

created_at: datetime.datetime
The timestamp when this version was created.

attr  deletes

deletes: int
The number of rows deleted in this version.

attr  errors

errors: int
The number of errors encountered during this version.

attr  inserts

inserts: int
The number of rows inserted in this version.

attr  schema_change

schema_change: str | None
A description of the schema change that occurred in this version, if any.

attr  updates

updates: int
The number of rows updated in this version.

attr  user

user: str | None
The user who created this version, if defined.

attr  version

version: int
The version number.