You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The source code in VannaBase.connect_to_snowflake checks default values with a structure like my-password while all 40 Snowflake notebooks use a default value like mypassword.
~/dev/notebooks :: main
➜ ag mypassword snowflake*| wc -l
40
~/dev/notebooks :: main
➜ ag my-password snowflake*| wc -l
0
The values can either be changed 40 times across notebooks or once in the base source.
Desktop (please complete the following information where):
OS: Arch Linux
Version: [e.g. 20.04]
Python: 3.10.8
The text was updated successfully, but these errors were encountered:
Describe the bug
The source code in VannaBase.connect_to_snowflake checks default values with a structure like
my-password
while all 40 Snowflake notebooks use a default value likemypassword
.The values can either be changed 40 times across notebooks or once in the base source.
Desktop (please complete the following information where):
The text was updated successfully, but these errors were encountered: