pixano.app.models.table_info
TableInfo(**data)
Bases: BaseModel
The information of a table.
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
Table name. |
group |
str
|
Group of the schema associated with the table. |
base_schema |
str
|
Base Pixano schema stored in the registry. |
Raises ValidationError
if the input data cannot be
validated to form a valid model.
self
is explicitly positional-only to allow self
as a field name.