Skip to main content
Version: 1.9.0

TableOutput

class TableOutput(table: str | list[str])

Bases: DestinationPlugin

Categories: destination

Table-based data outputs.

Initializes the TableOutput with the given table(s) to create.

Parameters

parameter
table

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.