apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
8.06k stars 1.83k forks source link

[Feature][connector-cdc-mysql] Ignore SQL fields #7988

Open fanxishu opened 2 weeks ago

fanxishu commented 2 weeks ago

Search before asking

Description

When MySQL CDC (Change Data Capture) synchronizes data for updates and inserts, to achieve the functionality of ignoring specific fields in a table when synchronizing to the sink database while still performing updates and inserts, you need to implement field exclusion during the synchronization process. 当mysqlcdc 同步数据更新 插入 时候在同步到sink端数据库时候实现忽略某个表中字段实现 更新 1730945034801 "For example, in the scenario depicted above, when performing an INSERT operation, the subsequent UPDATE statement does not require an id value. When executing the UPDATE statement, there is no need to include the id field in the SET clause." 例如上面的图insert的时候插入语句后面update不需要id值 更新语句的时候不需要set id字段

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

Code of Conduct