Skip to main content

class  pixeltable.VersionMetadata

Metadata for a specific version of a Pixeltable table.

attr  change_type

The type of table transformation that this version represents ('data' or 'schema').

attr  created_at

The timestamp when this version was created.

attr  deletes

The number of rows deleted in this version.

attr  errors

The number of errors encountered during this version.

attr  inserts

The number of rows inserted in this version.

attr  schema_change

A description of the schema change that occurred in this version, if any.

attr  updates

The number of rows updated in this version.

attr  user

The user who created this version, if defined.

attr  version

The version number.
Last modified on January 15, 2026