-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
An error occurred in the code in the validation check of the writer parameter after submitting the task
code
Map<String, Object> writerParameter = reader.getParameter();
Preconditions.checkNotNull(
writerParameter,
"[parameter] under [writer] in the task script is empty, please check the configuration of the task script.");
This should be to verify the writer parameters but inherit the reader
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working