tabsdata.DestinationPlugin#

class DestinationPlugin[source]#

Bases: ABC

Abstract class for output plugins.

trigger_output(working_dir, *args, **kwargs)[source]#

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__()

trigger_output(working_dir, *args, **kwargs)

Trigger the exporting of the data. This function will receive the resulting data