hey all - attempting to use airbyte to replicate d...
# ask-community-for-troubleshooting
o
hey all - attempting to use airbyte to replicate data from s3 to postgres. I was able to successfully do this with the raw json but it fails on normalization. in the logs I found this: 2022-06-24 024406 [32mINFO[m i.a.w.DefaultNormalizationWorker(run):46 - Running normalization. 2022-06-24 024406 [32mINFO[m i.a.w.n.DefaultNormalizationRunner(runProcess):122 - Running with normalization version: airbyte/normalization:0.1.71 2022-06-24 024406 [32mINFO[m i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/normalization:0.1.71 exists... 2022-06-24 024406 [32mINFO[m i.a.c.i.LineGobbler(voidCall):82 - airbyte/normalization:0.1.71 not found locally. Attempting to pull the image... 2022-06-24 024417 [32mINFO[m i.a.c.i.LineGobbler(voidCall):82 - Image does not exist. 2022-06-24 024417 [32mINFO[m i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$2):158 - Completing future exceptionally... io.airbyte.workers.WorkerException: Normalization Failed. Should airbyte/normalization have been part of the install or is it something else that needs to be added seperately?