Documentation Index
Fetch the complete documentation index at: https://docs.pixeltable.com/llms.txt
Use this file to discover all available pages before exploring further.
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 created_at
created_at: datetime.datetime
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
schema_change: str | None
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.