Skip to content

Commit

Permalink
Fix for default visible in connection add (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jsikorski authored Nov 25, 2024
1 parent 8479359 commit a97d5ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

## Fixes and improvements


# v3.2.0

## Deprecations
Expand Down
1 change: 1 addition & 0 deletions src/snowflake/cli/_plugins/connection/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a97d5ad

Please sign in to comment.