Skip to main content

class  pixeltable.TableNode

A table/view/snapshot/replica entry in a TreeNode tree.

attr  base

base: str | None
Path of the immediate base table for views/snapshots; None for plain tables.

attr  error_count

error_count: int
Cumulative error count as recorded in table’s history.

attr  kind

kind: TableKind
⚠️ No documentation

attr  name

name: str
⚠️ No documentation

attr  path

path: str
⚠️ No documentation

attr  version

version: int | None
⚠️ No documentation
Last modified on May 6, 2026