Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
fanxishu opened this issue Nov 6, 2024 · 0 comments
Open
3 tasks done

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

fanxishu opened this issue Nov 6, 2024 · 0 comments

Comments

@fanxishu
Copy link

fanxishu commented Nov 6, 2024

Search before asking

  • I had searched in the feature and found no similar feature requirement.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant