Source
How To generate key pair using ssh-keygen command on Windows
CAUSE: If openssl for Windows cannot be utilized in your environment you can use the "ssh - keygen" command to generate the key pair by specifying the pkcs8 format (required by Snowflake) to complete the key pair authentication…
CURLerror 'SSL peer certificate or SSH remote key was not OK' using ODBC driver connection to Snowflake from PowerBI desktop
CAUSE: When a client pulls a smaller result, it directly gets the result from the Snowflake server. Whereas when the result set is larger (like over 1000 records), the client pulls the data directly from the internal Snowflake S3 bucket,…