Hello, Is this your first time deploying Airbyte: ...
# troubleshooting
i
Hello, Is this your first time deploying Airbyte: Yes OS Version / Instance: Digital Ocean Droplet - Ubuntu Memory / Disk: 8Gb / 80Gb Airbyte Version: 0.35.32 Source name/version: MongoDB Destination name/version: BigQuery Step: sync successful but destination empty Description: We ran a sync of 22 elements. It ended with success status (9.64 KB | 22 emitted records | 22 committed records | 11s | Sync) but the destination table is empty and there is a validation error in the log file:
2022-02-21 154040 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.
errors: $: null found, object expected
2022-02-21 154040 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null
I used the exact same JSON schema with Redshift as destination and it worked. So i'm not sure whats wrong ?
m
Hey is it failing with Bigquery intermittently or always?
yes it's always failing (with BigQuery)
c
Do you have any ideas ?
j
Copy code
2022-02-21 15:40:41 [32mINFO[m i.a.w.DefaultReplicationWorker(run):227 - sync summary: io.airbyte.config.ReplicationAttemptSummary@2f03ee29[status=completed,recordsSynced=22,bytesSynced=9870,startTime=1645458031073,endTime=1645458041018,totalStats=io.airbyte.config.SyncStats@3adebd32[recordsEmitted=22,bytesEmitted=9870,stateMessagesEmitted=0,recordsCommitted=22],streamStats=[io.airbyte.config.StreamSyncStats@6d1b3540[streamName=preprod_events,stats=io.airbyte.config.SyncStats@11afe137[recordsEmitted=22,bytesEmitted=9870,stateMessagesEmitted=<null>,recordsCommitted=22]]]]