You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| private_key | False | None | The private key contents. For KeyPair authentication either private_key or private_key_path must be provided. |
21
+
| private_key_path | False | None | Path to file containing private key. For KeyPair authentication either private_key or private_key_path must be provided. |
21
22
| private_key_passphrase | False | None | Passphrase to decrypt private key if encrypted. |
22
23
| account | True | None | Your account identifier. See [Account Identifiers](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html). |
23
24
| database | True | None | The initial database for the Snowflake session. |
0 commit comments