From f9c9a9265aeea73e11d161b59f93e0c5b3a73409 Mon Sep 17 00:00:00 2001 From: Tyler White <90005851+sfc-gh-twhite@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:48:16 -0400 Subject: [PATCH] chore: fix typo snowsql --- snowflake/ml/utils/connection_params.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowflake/ml/utils/connection_params.py b/snowflake/ml/utils/connection_params.py index 44e1f323..02ee97ea 100644 --- a/snowflake/ml/utils/connection_params.py +++ b/snowflake/ml/utils/connection_params.py @@ -150,7 +150,7 @@ def SnowflakeLoginOptions(connection_name: str = "", login_file: Optional[str] = >> session = Session.builder.configs(SnowflakeLoginOptions()).create() Usage Note: - Ideally one should have a snoqsql config file. Read more here: + Ideally one should have a snowsql config file. Read more here: https://docs.snowflake.com/en/user-guide/snowsql-start.html#configuring-default-connection-settings Args: