lhyundeadsoul commented on code in PR #2071:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2071#discussion_r909147009


##########
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       | -     |
+|  field_type        | `String` | no       | -          |
+|  field_value | ConfigList | no       | -             |
+|   rule_type         | `String`    | no       | -             |
+|   rule_value         | double    | no       | -             |
+
+
+### rules

Review Comment:
   sorry, I don't understand this suggestion. The type is just after the name 
now.



-- 
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]

Reply via email to