Hisoka-X commented on code in PR #2071: URL: https://github.com/apache/incubator-seatunnel/pull/2071#discussion_r909139863
########## docs/en/connector/sink/Assert.md: ########## @@ -0,0 +1,105 @@ +# Assert + +> # Sink plugin: Assert [Flink] + +## Description + +A flink sink plugin which can assert illegal data by user defined rules + +:::tip + +Engine Supported and plugin name + +* [ ] Spark +* [x] Flink: AssertSink + +::: + +## Options + +| name | type | required | default value | +| ----------------------- | -------- | -------- | ------------- | +| rules | ConfigList | yes | - | +|  field_name | `String` | yes | - | Review Comment: > `  ` is for the indentation because field_name is sub property of rules . So what's proper substitute of `  `. how about `rules.field_name`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
