SNOW-1677435: Session builder does not check for private_key_path
when connecting using key-pair authentication
#2343
Labels
bug
Something isn't working
status-triage_done
Initial triage done, will be further handled by the driver team
(must use
key_path_file
)Please answer these questions before submitting your issue. Thanks!
3.10.11
macOS-14.6.1-arm64-arm-64bit
pip freeze
)?(Cannot copy/paste)
snowflake-connector-python==3.11.0
Tried to create a session based on a connection created via the snow CLI. In short, snow CLI stores
key_path_path
in the config.tom, whereas the snowpark connector looks forkey_path_file
. Addingkey_path_file
to the relevant connection block in config.toml resolves the issue.I expected the connection created with snow CLI to work out of the box in the snowpark connector
The text was updated successfully, but these errors were encountered: