Evaluating Airbyte 0.35.4-alpha docker image with ...
# ask-community-for-troubleshooting
s
Evaluating Airbyte 0.35.4-alpha docker image with destination as Redshift. I get airbyte/destination-redshift-0.3.23 image does not exist. Not sure if I missed any pre-requisite steps or if the image has a defect
1
u
Hey, how much disk do you have and what OS are you deploying Airbyte?
s
AWS-Linux 2022-01-13 013133 [32mINFO[m i.a.c.i.LineGobbler(voidCall):82 - Checking if airbyte/destination-redshift:0.3.23 exists... 2022-01-13 013133 [32mINFO[m i.a.c.i.LineGobbler(voidCall):82 - airbyte/destination-redshift:0.3.23 not found locally. Attempting to pull the image... 2022-01-13 013134 [32mINFO[m i.a.c.i.LineGobbler(voidCall):82 - Image does not exist. 2022-01-13 013134 [32mINFO[m i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$2):177 - Completing future exceptionally... io.airbyte.workers.WorkerException: Error while getting checking connection. at io.airbyte.workers.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:84) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at io.airbyte.workers.DefaultCheckConnectionWorker.run(DefaultCheckConnectionWorker.java:27) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:174) ~[io.airbyte-airbyte-workers-0.35.4-alpha.jar:?]
u
This errors happens sometimes: when you dont have disk space or permission restriction to pull docker images. Make sure you have both. If not, you can try download manually the image:
docker pull airbyte/destination-redshift:0.3.23
👍 1
s
I will try with a larger instance