Create a Snowflake session using RSA key pair authentication from
environment variables.
Reads all credentials from environment variables:
- SNOWFLAKE_ACCOUNT: Account identifier (required)
- SNOWFLAKE_USER: Username (required)
- SNOWFLAKE_PRIVATE_KEY_PATH: Path to private key file (required)
- SNOWFLAKE_PRIVATE_KEY_PASSPHRASE: Passphrase for encrypted private key (optional)
- SNOWFLAKE_WAREHOUSE: Warehouse (optional)
- SNOWFLAKE_DATABASE: Database (optional)
- SNOWFLAKE_SCHEMA: Schema (optional)