public static interface ParserPlugin.Control
Modifier and Type | Method and Description |
---|---|
void |
run(TaskSource taskSource,
Schema schema)
Runs the following tasks of the Parser Plugin.
|
void run(TaskSource taskSource, Schema schema)
It would be executed at the end of ParserPlugin.transaction(org.embulk.config.ConfigSource, ParserPlugin.Control)
.
taskSource
- TaskSource
processed for tasks from ConfigSource
schema
- Schema
to be parsed to