Hey team. Looking for some help with errors on the...
# advice-data-ingestion
a
Hey team. Looking for some help with errors on the Postgres Connector. I’ve upgraded to the latest airbyt version and am running the last Postgres Connector Version. Looking at the logs for the sync, it appear to run successfully, but no records are loaded
0 Bytes | no records | no records
. Has anyone experienced this issue?
Copy code
022-04-06 21:47:45 normalization > 21:47:45  Completed successfully
2022-04-06 21:47:45 normalization > 21:47:45  
2022-04-06 21:47:45 normalization > 21:47:45  Done. PASS=24 WARN=0 ERROR=0 SKIP=0 TOTAL=24
2022-04-06 21:47:45 INFO i.a.w.DefaultNormalizationWorker(run):69 - Normalization executed in 4 minutes 55 seconds.
2022-04-06 21:47:45 INFO i.a.w.t.TemporalAttemptExecution(get):131 - Stopping cancellation check scheduling...
2022-04-06 21:47:45 INFO i.a.w.t.TemporalUtils(withBackgroundHeartbeat):235 - Stopping temporal heartbeating...
2022-04-06 21:47:45 WARN i.a.s.p.JobNotifier(notifyJob):123 - Failed to successfully notify success:
I am seeing an error early in the logs:
Copy code
2022-04-06 21:56:24 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed. 
errors: $: null found, object expected
2022-04-06 21:56:24 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null
I see my error is actually with the version of the postgres connector I was using. I have downgraded the connector to version
0.4.4
and the integration is running successfully.
c
Ah!!! @Antonia Villa thank you SO much for posting your solution. This has been plaguing me for 2 weeks