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. |
Source code in pydantic/main.py
_must_be_group(value)
classmethod
Check that the group is valid.
Source code in pixano/app/models/table_info.py
_must_be_registered(value)
classmethod
Check that the base schema is registered.