Understanding generic error messages in Airbyte sync logs

Hi,
I am using Airbyte & very frequently i see the following errors. Can you please let me know what each error message indicates and what are the expected reasons for each of these errors.
-Sync worker failed
-JSON schema validation failed
-Normalization Failed

Hello there! You are receiving this message because none of your fellow community members has stepped in to respond to your topic post. (If you are a community member and you are reading this response, feel free to jump in if you have the answer!) As a result, the Community Assistance Team has been made aware of this topic and will be investigating and responding as quickly as possible.
Some important considerations that will help your to get your issue solved faster:

  • It is best to use our topic creation template; if you haven’t yet, we recommend posting a followup with the requested information. With that information the team will be able to more quickly search for similar issues with connectors and the platform and troubleshoot more quickly your specific question or problem.
  • Make sure to upload the complete log file; a common investigation roadblock is that sometimes the error for the issue happens well before the problem is surfaced to the user, and so having the tail of the log is less useful than having the whole log to scan through.
  • Be as descriptive and specific as possible; when investigating it is extremely valuable to know what steps were taken to encounter the issue, what version of connector / platform / Java / Python / docker / k8s was used, etc. The more context supplied, the quicker the investigation can start on your topic and the faster we can drive towards an answer.
  • We in the Community Assistance Team are glad you’ve made yourself part of our community, and we’ll do our best to answer your questions and resolve the problems as quickly as possible. Expect to hear from a specific team member as soon as possible.

Thank you for your time and attention.
Best,
The Community Assistance Team

Hey @MahakUrooj,

Thanks for making this post. Apologies for significant delays in responding to all of your posts, we’re definitely working on improving response time.

  • Sync worker failed: This is a fairly generic error message that could be the result of many things. Workers can fail for any number of reasons, out of memory, or something wrong happening with the fetching of data or a regression in the underlying API for the connector, etc. You can only really understand this error in the context of the full sync logs.

  • JSON schema validation failed - This is usually a warning and not an error but the team is still investigating this further. More info here: https://github.com/airbytehq/airbyte/issues/12616

  • Normalization failed - This again can be due to many things. Worker processes not being able to access the destination models, or SQL errors or errors in data types for conversion, etc. This is also something that can only be determined in the context of the logs and even then it may be something platform related due to a dependency or something.

I hope these answers make sense and help you understand the importance of the logs and why you might be getting these errors. Eventually, when we have enough data points for errors, we should be able to telegraph causes more effectively to the developer. For now, this is what you can expect. Feel free to post additional questions here in the forums or create issues in our Github. Thanks!