Hi, I am new here. I just setup Airbytes and also ...
# ask-community-for-troubleshooting
v
Hi, I am new here. I just setup Airbytes and also configured hubspot as source and mysql (8.0.27) as destination. I am using the Basic Normalization option. After syncing data, I have always been getting this error: Caused by: io.airbyte.workers.WorkerException: Normalization Failed. Please find the logs below. Please I need help
1
u
Hi @Victor, your error happens because the output of the basic normalization tries to create a row which is above the hard limit set by MySQL on row size:
65535
. You could try to find a workaround implementing a custom transformation to handle the normalization differently by running a custom transformation. You'll find a guide about this here. If it's an option for you I'd suggest also to try another destination.
v
Thanks @[DEPRECATED] Augustin Lafanechere I will take a look and revert.