Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.10.0
-
None
Description
The description in the operation type parameter of the PutKudu processor doesn't show the valid choices. As far as I can tell the only place to get this information is in the code here:
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/PutKudu.java#L258
A validator that only allows the correct values should also be added:
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-kudu-bundle/nifi-kudu-processors/src/main/java/org/apache/nifi/processors/kudu/PutKudu.java#L117
Attachments
Issue Links
- links to