Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incosistent Snowflake Defaults #403

Open
LumaC0 opened this issue May 2, 2024 · 0 comments
Open

Incosistent Snowflake Defaults #403

LumaC0 opened this issue May 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@LumaC0
Copy link

LumaC0 commented May 2, 2024

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
@LumaC0 LumaC0 added the bug Something isn't working label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant