From 8415ea92a08e2ed948bedfe1cf04cb34384d4348 Mon Sep 17 00:00:00 2001 From: Jan Sikorski <132985823+sfc-gh-jsikorski@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:38:24 +0100 Subject: [PATCH] Fix for default visible in connection add (#1886) --- RELEASE-NOTES.md | 1 - src/snowflake/cli/_plugins/connection/commands.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 90ec95a801..10fb003577 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -22,7 +22,6 @@ ## Fixes and improvements - # v3.2.0 ## Deprecations diff --git a/src/snowflake/cli/_plugins/connection/commands.py b/src/snowflake/cli/_plugins/connection/commands.py index 3b40b4e6b7..050a90e782 100644 --- a/src/snowflake/cli/_plugins/connection/commands.py +++ b/src/snowflake/cli/_plugins/connection/commands.py @@ -258,6 +258,7 @@ def add( default="", value_proc=lambda x: None if not x else x, hide_input=option == "password", + show_default=False, ) if isinstance(connection_options[option], str): connection_options[option] = strip_if_value_present(