-
Notifications
You must be signed in to change notification settings - Fork 7
Error: Unable to connect to Snowflake #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, the environment variables looks fine. You can check the exact names or hardcode the values to the config file here: https://github.com/starschema/starsnow_request/blob/master/serverless.yml#L21 The error you have is a generic timeout issue. Can you connect to other websites from your terminal? Are you in a locked-down corporate network that requires a proxy server? |
"The error you have is a generic timeout issue. Can you connect to other websites from your terminal? Are you in a locked-down corporate network that requires a proxy server?" Yes no problems with this, no not on a corporate network and no proxy servers involved. |
can you confirm, that
|
OK thanks - think thats fixed it. |
This is what I have now:
However, when I run this from the example:
I get an unkown function error My Snowflake config looks like this:
Does my instance need to be running on AWS for this to work ? |
I guess you should, as far as I know, external functions are only supported on AWS and Azure instances Still strange, that it does not give you an error message when deploying your functions. Did you use the same user and current role as configured in serverless when you checked the function? |
just a note, I will test this tomorrow on my GCP instance (for the first time) and let you know the results |
Hi,
I'm looking at you excellent blog post and trying to get the demo working, however I'm getting the following error:
Could you clarify exactly what these environment variables are:
The text was updated successfully, but these errors were encountered: