ruanwenjun opened a new issue, #1912: URL: https://github.com/apache/incubator-seatunnel/issues/1912
### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Right now, if we want to test a transform/sink plugin we can use a fake source plugin to generate data, and validate the data in the target sink database. If we want to test a source/transform plugin, we have the below two ways: 1. Use the console sink plugin, and see the data in console. 2. Start a sink database and validate the data in the database. These two-way is not convenient at IT, this issue want to import an AssertSink plugin, this plugin is similier with ConsoleSink plugin, but will not print data in console, it will validate the data with some rule, e.g: data rows, data type, data value... ### Usage Scenario _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
