Skip to content

Commit

Permalink
testing Deployconfig changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Nov 22, 2024
1 parent e3a02b3 commit 7e68ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schemachange/config/DeployConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_session_kwargs(self) -> dict:
"query_tag": self.query_tag
}

snowflake_password = get_snowflake_password()
if snowflake_password is not None and snowflake_password:
session_kwargs["password"] = snowflake_password
#snowflake_password = get_snowflake_password()
#if snowflake_password is not None and snowflake_password:
# session_kwargs["password"] = snowflake_password
return {k: v for k, v in session_kwargs.items() if v is not None}

0 comments on commit 7e68ecf

Please sign in to comment.