vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://vanna.ai/docs/
MIT License
9.41k stars 691 forks source link

Incosistent Snowflake Defaults #403

Open LumaC0 opened 2 months ago

LumaC0 commented 2 months ago

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):