Skip to content

Commit

Permalink
Merge pull request #491 from supercoder-dev/supercoder-issues
Browse files Browse the repository at this point in the history
Attempt issue #403
  • Loading branch information
zainhoda authored Jul 25, 2024
2 parents 4699d14 + 5105f47 commit 6b5854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanna/base/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def connect_to_snowflake(
else:
raise ImproperlyConfigured("Please set your Snowflake username.")

if password == "my-password":
if password == "mypassword":
password_env = os.getenv("SNOWFLAKE_PASSWORD")

if password_env is not None:
Expand Down

0 comments on commit 6b5854c

Please sign in to comment.