https://linen.dev logo
Title
a

Akshay Mahajan

05/25/2023, 6:30 PM
Hi there - I have Airbyte deployed on an HVM EC2 t2.large and am trying to connect to snowflake - running into the following error
Could not find image: airbyte/destination-snowflake:1.0.2
when trying to add snowflake as a destination. Does anyone have an idea why?
u

user

05/25/2023, 6:30 PM
A message from kapa.ai
u

user

05/25/2023, 6:31 PM
It seems like Airbyte is having trouble downloading the image for the Snowflake destination connector. This could be due to network firewalls blocking the operation. You can try pulling the image manually using the following command:
docker pull airbyte/destination-snowflake:1.0.2
This will allow you to continue working while you investigate the root cause. A similar issue was resolved by manually pulling the image in this [Slack conversation](https://airbytehq.slack.com/archives/C021JANJ6TY/p1671578322507609).
a

Akshay Mahajan

05/25/2023, 6:39 PM
This command doesn’t work, I’m getting this error: failed to register layer: Error processing tar file(exit status 1): write /airbyte/destination-snowflake.tar: no space left on device
I’m also running this on Airbyte 0.44.5
2023-05-25 18:44:43 INFO i.a.c.i.LineGobbler(voidCall):149 - Checking if airbyte/destination-snowflake:1.0.2 exists...
2023-05-25 18:44:43 INFO i.a.c.i.LineGobbler(voidCall):149 - airbyte/destination-snowflake:1.0.2 not found locally. Attempting to pull the image...
2023-05-25 18:45:08 INFO i.a.c.i.LineGobbler(voidCall):149 - Image does not exist.
e

elly kadenyo

05/25/2023, 7:29 PM
@Akshay Mahajan the error says no space left on the device - most likely you don't have enough space so increase your storage to be able to accomodate the image