How to Fix Alibaba DataX Table Field Info Retrieval Failure
How to Fix DataX MySQL Sync Error: Failed to Retrieve Table Column Info
When using DataX to sync MySQL, an error occurs: Failed to retrieve table column information.
Solution: Check the relevant table and column names based on the error message, as shown below:
The message above indicates that the column “seting” in the table could not be retrieved. Upon inspection, the original column should actually be “sett …