LinMingQiang commented on PR #4164:
URL: https://github.com/apache/paimon/pull/4164#issuecomment-2348191136

   ```flink run -Dexecution.runtime-mode=BATCH \
   paimon-flink-action-1.0-SNAPSHOT.jar \
   mysql_sync_table \
   --warehouse xxx \
   --database local_database \
   --table test_paimon_cdc_opt \
   --mysql_conf hostname=localhost \
   --mysql_conf username=root \
   --mysql_conf password=123456789 \
   --mysql_conf database-name=paimon \
   --mysql_conf table-name=paimon_cdc_opt \
   --mysql_conf scan.startup.mode=snapshot \
   --table_conf bucket=10 \
   --table_conf tag.automatic-creation=watermark \
   --partition_keys dt \
   --primary_keys dt,id \
   --type-mapping char-to-string```


-- 
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]

Reply via email to