tabsdata.DestinationPlugin#
- class DestinationPlugin[source]#
Bases:
object
Abstract class for output plugins.
- 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. This method will
stream
(working_dir, *results)Trigger the exporting of the data. This method will receive the resulting data
write
(files)Given a file or a list of files, write to the desired destination. Note: this