Hi everyone! I keep getting the “JSON Schema valid...
# ask-community-for-troubleshooting
h
Hi everyone! I keep getting the “JSON Schema validation failed” when syncing a MySQL table with BigQuery using default settings • sync mode: Incremental | Append • normalization and transformation: Raw data, no normalization
s
🤔 can you double check that you're using the latest connector and airbyte version?
h
I’m still on • 0.33.11-alpha But when I try to run the same sync with the same configuration on a test table (the same table but smaller size) everything works out fine, so I wonder if the table size (it’s around 400 GB) has anything to do with.
I actually found a similar issue although the source and the destination are different in my case. It works on a smaller size test table but raises the error when trying to replicate the production table of much bigger size https://github.com/airbytehq/airbyte/issues/10047
Copy code
2022-11-06 02:22:34 INFO () JsonSchemaValidator(test):56 - JSON schema validation failed. 
errors: $: null found, object expected
Is there a way to disable validation of this kind when syncing tables? Maybe it would solve my problem
s
Hey, this may be due to outdated Airbyte platform and connectors. Can you try upgrading? Airbyte is at v0.40.18 now