Skip to main content
Version: 1.3.0

TableOutput

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.