Skip to main content

table

superduper.components.table

Source code

Table​

Table(self,
identifier: str,
db: dataclasses.InitVar[typing.Optional[ForwardRef('Datalayer')]] = None,
uuid: str = None,
*,
artifacts: 'dc.InitVar[t.Optional[t.Dict]]' = None,
schema: superduper.components.schema.Schema,
primary_id: str = 'id') -> None
ParameterDescription
identifierIdentifier of the leaf.
dbDatalayer instance.
uuidUUID of the leaf.
artifactsA dictionary of artifacts paths and DataType objects
schemaThe schema of the table
primary_idThe primary id of the table

A component that represents a table in a database.