Validator plugin shouldn't care if you have the error dataset configured
Description
Release Notes
None
Activity
Show:
Russ Savage December 22, 2016 at 10:46 PM
When you don't configure the dataset, there is an warning logged in the logs but the pipeline doesn't fail. it is behaving as expected. Note: there is no "default error dataset", so if none is configured, nothing will be written to any dataset
Shashank December 19, 2016 at 6:30 AMEdited
Validator plugins has below behavior for error records:
If error dataset is configured then all the errored rows, if present, will be committed
to the specified error dataset. If not configured, the errored rows will be committed to default error dataset and continues to process next row.
Cannot Reproduce
Pinned fields
Click on the next to a field label to start pinning.
Created September 14, 2016 at 2:52 PM
Updated April 27, 2017 at 6:57 AM
Resolved December 22, 2016 at 10:46 PM
If you are using the validator plugin to filter, and you don't care about the error records, the validator shouldn't fail if it is not defined. It should just show a warning maybe and continue.