Append Sink#
Summary#
Append an IoSink to the available data sinks
Metadata#
Module ID: AppendSink
Module path: /home/runner/work/MoDaCor/MoDaCor/src/modacor/modules/base_modules/append_sink.py
Module version: 20260109.1
Keywords: append, sink
Required data keys#
None
Modifies#
None
Required arguments#
sink_identifier
sink_location
iosink_module
Default configuration#
{
"iosink_method_kwargs": {},
"iosink_module": "",
"sink_identifier": "",
"sink_location": ""
}
Argument specification#
Argument |
Type |
Required |
Default |
Description |
|---|---|---|---|---|
|
dict |
No |
{} |
Keyword arguments forwarded to the ioSink constructor. |
|
str |
Yes |
Fully qualified module path to the ioSink class. |
|
|
str or list |
Yes |
Identifier(s) to register the ioSink(s) under. |
|
|
str or list |
Yes |
Resource location(s) understood by the sink. |
Notes#
This adds an IoSink to the data sinks registry.