Optional Key Authentication Passphrase

In the class SnowflakeConnector, it should allow Key Pair authentication for keys without passphrases.

A simple conditional could be added to check if the key_passphrase was given, and if not, the key file decoding (function generate_private_key) should be done without using the password.

Otherwise, for keys without passphrase, an error is thrown: image