Recently while testing MySQL synchronization with DataX, an error occurred during the second execution. The error message is as follows:

The cause: "writeMode": "update" . By default, if not specified, it does not insert, so running it again will trigger an error.
After modification, it is as follows:
