Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: ticdc增量同步灵活指定表

[Test Environment for TiDB] Testing
[TiDB Version] V7.5.0
When configuring ticdc for incremental synchronization, can the downstream tables be flexibly specified, or can ticdc only automatically match the target database?
cdc cli changefeed create --server=http://10.0.10.25:8300 --sink-uri=“mysql://root:123456@127.0.0.1:3306/” --changefeed-id=“simple-replication-task”
It seems that the official examples and configuration files can only specify the source database and tables to be filtered. How should the target database and tables be specified?