How to synchronize TiDB tables with Paimon

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: TIDB的表如何同步paimon

| username: TiDBer_5WmcfWST

Paimon can perform most operations using paimon-flink-action, but it does not directly support TiDB table synchronization.
Available actions:
clone
compact
compact_database
drop_partition
delete
merge_into
rollback_to
create_tag
delete_tag
reset_consumer
migrate_table
migrate_database
remove_orphan_files
query_service
expire_partitions
mark_partition_done
create_branch
delete_branch
fast_forward
mysql_sync_table
mysql_sync_database
kafka_sync_table
kafka_sync_database
pulsar_sync_table
pulsar_sync_database
mongodb_sync_table
mongodb_sync_database
postgres_sync_table
For detailed options of each action, run --help

How to use paimon-flink-action to synchronize TiDB tables to Paimon