usharerose opened a new issue, #6039: URL: https://github.com/apache/incubator-devlake/issues/6039
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened StarRocks plugin, which exports source data to StarRocks, supports incremental mode to sync the table which has updated records. Currently, timestamp of updating is the label. It could only cover the scenario of UPDATE and INSERT. If records were deleted, the plugin would still skip this table and StarRocks would contain dirty data compared to the source. ### What do you expect to happen Would trigger the process when the changing of table is record deletion. ### How to reproduce 1. trigger a pipeline with StarRocks plugin plan which set `update_column`, making target StarRocks database has the source records 2. delete a record from source data 3. trigger the above pipeline again ### Anything else _No response_ ### Version 37065158d80a2d67c66f77699c53feb9cdaf64f1 ### Are you willing to submit PR? - [X] 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]
