TableOutput
classView source ↗
class TableOutput(table: str | List[str])
Bases: DestinationPlugin
Categories: destination
Class for managing the configuration of table-based data outputs.
Attributes: table (str | List[str]): The table(s) to create. If multiple tables are provided, they must be provided as a list.
Initializes the TableOutput with the given table(s) to create.
Parameters
parameter
tablestr | List[str]The table(s) to create. If multiple tables are provided, they must be provided as a list.
Properties
property
tablestr | List[str]The table(s) to create. If multiple tables are provided, they must be provided as a list.