tabsdata.DestinationPlugin

class DestinationPlugin

Bases: object

Parent class for subscriber connectors.

trigger_output(
working_dir,
*args,
**kwargs,
)

Trigger the exporting of the data. This function will receive the resulting data from the dataset function and must store it in the desired location.

__init__()

Methods

__init__()

chunk(working_dir, *results)

Trigger the exporting of the data to local parquet chunks.

stream(working_dir, *results)

Trigger the exporting of the data.

write(files)

Given a file or a list of files, write to the desired destination.