public static interface OutputPlugin.Control
Modifier and Type | Method and Description |
---|---|
List<TaskReport> |
run(TaskSource taskSource)
Runs the following tasks of the Output Plugin.
|
List<TaskReport> run(TaskSource taskSource)
It would be executed at the end of
OutputPlugin.transaction(org.embulk.config.ConfigSource, org.embulk.spi.Schema, int, OutputPlugin.Control)
.
taskSource
- TaskSource
processed for tasks from ConfigSource