update stop
This commit is contained in:
parent
e7caa48e04
commit
04cb370107
|
@ -65,7 +65,7 @@ class CsvSave extends ConfigurableStop{
|
||||||
.displayName("Partition")
|
.displayName("Partition")
|
||||||
.description("The partition of csv file,you can specify the number of partitions saved as csv or not")
|
.description("The partition of csv file,you can specify the number of partitions saved as csv or not")
|
||||||
.defaultValue("")
|
.defaultValue("")
|
||||||
.required(true)
|
.required(false)
|
||||||
.example("3")
|
.example("3")
|
||||||
descriptor = partition :: descriptor
|
descriptor = partition :: descriptor
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue