Sink Processing Data#

Summary#

Write selected ProcessingData leaves to an IoSink.

Metadata#

  • Module ID: SinkProcessingData

  • Module path: /home/runner/work/MoDaCor/MoDaCor/src/modacor/modules/base_modules/sink_processing_data.py

  • Module version: 20260901.1

  • Keywords: sink, export, write

Required data keys#

  • None

Modifies#

  • None

Required arguments#

  • target

  • data_paths

Default configuration#

{
  "data_paths": [],
  "target": ""
}

Argument specification#

Argument

Type

Required

Default

Description

data_paths

str or list

Yes

[]

ProcessingData paths to write (string or list of strings).

target

str

Yes

Sink target in the form ‘sink_id::subpath’.

Notes#

This step performs an export side-effect and returns an empty output dict.