You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/19 14:24:31 UTC

[GitHub] [incubator-seatunnel] hailin0 opened a new issue, #2796: [Feature][Connector-v2] Enhance Assert sink connector

hailin0 opened a new issue, #2796:
URL: https://github.com/apache/incubator-seatunnel/issues/2796

   ### 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
   
   Thoughts on enhance Assert sink connector:
   - [ ] Support check the number of rows
       - check rows not empty
       - check minimum number of rows
       - check maximum number of rows
   - [ ] Support direct define of data values(row)
   
   ### 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: commits-unsubscribe@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] hailin0 commented on issue #2796: [Feature][Connector-v2] Enhance Assert sink connector

Posted by GitBox <gi...@apache.org>.
hailin0 commented on issue #2796:
URL: https://github.com/apache/incubator-seatunnel/issues/2796#issuecomment-1251097808

   Anyone willing to help?
   
   @TyrantLucifer 
   
   Please help to add `help wanted` label


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] liugddx commented on issue #2796: [Feature][Connector-v2] Enhance Assert sink connector

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #2796:
URL: https://github.com/apache/incubator-seatunnel/issues/2796#issuecomment-1260618149

   i will resolve the second point in another pr.


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] Hisoka-X closed issue #2796: [Feature][Connector-v2] Enhance Assert sink connector

Posted by GitBox <gi...@apache.org>.
Hisoka-X closed issue #2796: [Feature][Connector-v2] Enhance Assert sink connector 
URL: https://github.com/apache/incubator-seatunnel/issues/2796


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] liugddx commented on issue #2796: [Feature][Connector-v2] Enhance Assert sink connector

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #2796:
URL: https://github.com/apache/incubator-seatunnel/issues/2796#issuecomment-1251730666

   please assigned to me.thanks @TyrantLucifer 
   


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-seatunnel] liugddx commented on issue #2796: [Feature][Connector-v2] Enhance Assert sink connector

Posted by GitBox <gi...@apache.org>.
liugddx commented on issue #2796:
URL: https://github.com/apache/incubator-seatunnel/issues/2796#issuecomment-1256027040

   please expain the second  and third point,thanks.
   
   `Support setting parallelism as 1` means force setting  parallelism as 1 like `
   if (seaTunnelSink.getPluginName().equals("Assert")){
                   stream.getExecutionEnvironment().setParallelism(1);
               }
   `
   ![image](https://user-images.githubusercontent.com/48236177/191938487-4f2af61b-c61e-4a89-b9a2-ef2e72174344.png)
   
   I was going to use Metric to Amount of calculated data,but Metric does not work.
   
   @hailin0 
   
   
   


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org