validate_path funct returns None #1359
Unanswered
pafechet
asked this question in
Potential bug
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The new function validate_path takes a path as urgument but returns None. This function only raises an error if the path is incorrect.
It is used when the connection is set using
VERTICAPY_CONNECTIONenv variable .Here the
validated_pathbecameNonewhich lead to an error.I believe we can simply add a return value to validate_path func, if all the tests are ok, then return the path parameter.
Here a stack trace showing the error when I try to list all available connections.
Beta Was this translation helpful? Give feedback.
All reactions