From 0492dc4ca2c4209c05c3d4e5a07a10e3f31d5617 Mon Sep 17 00:00:00 2001 From: Isaac Ireland Date: Tue, 19 Nov 2024 16:32:03 +0000 Subject: [PATCH] docstring update - key-pair info --- .../retrievers/snowflake/snowflake_table_retriever.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/integrations/snowflake/src/haystack_integrations/components/retrievers/snowflake/snowflake_table_retriever.py b/integrations/snowflake/src/haystack_integrations/components/retrievers/snowflake/snowflake_table_retriever.py index 54099a626..f824ac265 100644 --- a/integrations/snowflake/src/haystack_integrations/components/retrievers/snowflake/snowflake_table_retriever.py +++ b/integrations/snowflake/src/haystack_integrations/components/retrievers/snowflake/snowflake_table_retriever.py @@ -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 """