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
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
The text was updated successfully, but these errors were encountered:
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
pass
ingThe text was updated successfully, but these errors were encountered: