update stop

This commit is contained in:
bao319 2020-04-28 10:48:31 +08:00
parent e7caa48e04
commit 04cb370107
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class CsvSave extends ConfigurableStop{
.displayName("Partition")
.description("The partition of csv file,you can specify the number of partitions saved as csv or not")
.defaultValue("")
.required(true)
.required(false)
.example("3")
descriptor = partition :: descriptor