rittmananalytics / droughty

Droughty helps keep your workflow dry
https://droughty.readthedocs.io/en/latest/
MIT License
62 stars 6 forks source link

Try/Except is hiding underlying errors #82

Open justin-fundrise opened 3 months ago

justin-fundrise commented 3 months ago

https://github.com/LewisCharlesBaker/droughty/blob/d3717794227b60f283bd9a64470de88bc0837311/droughty/droughty/droughty_docs/openai_descriptions.py#L92-L98

As a new user of this package, this try except block ends up causing the program to silently fail. After manually removing the try/except I can now see that I have snowflake connection errors that were being hidden.

It would be useful to to catch the errors and log/print them for end users to see rather than just passing