Skip to content Skip to sidebar Skip to footer

Unable To Connect To Snowflake

I am trying to connect to snowflake from python. It's very simple straight forward, but unfortunately I'm unable to succeed. Same piece of code works in other machines (when my fri

Solution 1:

Try updating your PyOpenssl to latest - 18.0.0. For version requirements you can refer this page

Solution 2:

The best way to connect to snowflakes from Jupyter - https://github.com/sat28/jupyter-snowflakes

A simple python package that adds the snowflakes connection capability as an IPython cell magic.

Post a Comment for "Unable To Connect To Snowflake"