I'm trying setup snowflake source or destination a...
# ask-community-for-troubleshooting
l
I'm trying setup snowflake source or destination and I get "The connection tests failed. non-json response" What am I doing wrong?
j
When I had this bug, it turned out my vm wasn`t connected to the internet. It was returning a html with a message of timeout, what explained the 'non-json response'. So make sure you have network.
l
Yes, I had to restart docker.
Well, I spoke too soon. I was able to create a snowflake source but I still get the same error when trying to create it as a destination. I'm trying to use internal staging. It says in the documentation that I need usage "Make sure the database and schema have the
USAGE
privilege." airbyte_user already has ownership permissions. So I'm not sure what that is about.
s
@Leo G šŸ¤” Are both connectors configured with the same snowflake credentials? Often this error is a connectivity issue, if you using an external stage such as s3 there may be additional networking config needed
l
I followed the tutorial and used it to a T. No S3, just internal stage.
s
If you are using the same credentials, can you try running a sync from the working Snowflake source to a different destination to test? Local JSON destination connector is usually good for troubleshooting