At least one pipeline parameter must be specified

pull/3772/head
rmoff 4 months ago
parent 49f3356390
commit a3216265f9

@ -116,3 +116,5 @@ The following config options of Data Pipeline level are supported:
| name | The name of the pipeline, which will be submitted to the Flink cluster as the job name. | optional |
| parallelism | The global parallelism of the pipeline. Defaults to 1. | optional |
| local-time-zone | The local time zone defines current session time zone id. | optional |
NOTE: Whilst the above parameters are each individually optional, at least one of them must be specified. The `pipeline` section is mandatory and cannot be empty.

Loading…
Cancel
Save