Hi, there was this one error, I could not find wha...
# feedback-and-requests
b
Hi, there was this one error, I could not find what is cause of it. It show the following error
Copy code
ERROR () LineGobbler(voidCall):65 - Exception in thread "main" java.lang.RuntimeException: com.google.cloud.bigquery.BigQueryException: Error while reading data, error message: JSON table encountered too many errors, giving up. Rows: 1; errors: 1. Please look into the errors[] collection for more details.
u
Found the cause of the error, There is a timestamp field
created_at
, but the airbyte schema marks it as string. And the job fails on converting the field to string
b
How can I overcome this?
u
Hi @Boopathy Raja there is issue https://github.com/airbytehq/airbyte/issues/6638 about the problem. It's in our prioritization and should be solved soon!