Hi there - I have Airbyte deployed on an HVM EC2 t...
# ask-community-for-troubleshooting
a
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?
k
A message from kapa.ai
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:
Copy code
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
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
Copy code
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
@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