Skip to content

Commit

Permalink
review fixes 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pjob committed Mar 18, 2024
1 parent d3d488f commit 98386a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/cli/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Empty:
class ConnectionConfig:
account: Optional[str] = None
user: Optional[str] = None
password: Optional[str] = None
password: Optional[str] = field(default=None, repr=False)
host: Optional[str] = None
region: Optional[str] = None
port: Optional[int] = None
Expand Down

0 comments on commit 98386a9

Please sign in to comment.