Skip to content

Commit

Permalink
docstring update - key-pair info
Browse files Browse the repository at this point in the history
  • Loading branch information
iireland-ii committed Nov 19, 2024
1 parent 3f7a045 commit 0492dc4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ def __init__(
:param db_schema: Name of the schema to use.
:param warehouse: Name of the warehouse to use.
:param login_timeout: Timeout in seconds for login. By default, 60 seconds.
:param private_key_file: Location of private key
mutually exclusive to password, if key_file is provided this auth method will be used.
:param private_key_file: Location of private key-pair file.
This is mutually exclusive to password, if key_file is provided this auth method will be used.
See Snowflake documentation on Key-Pair authentication for further information:
https://docs.snowflake.com/en/user-guide/key-pair-auth
:param private_key_file_pwd: Password for private key file
"""

Expand Down

0 comments on commit 0492dc4

Please sign in to comment.