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
We have validate_query(). It might be nice to call this on the query before sending it to the server. This would allow us to give better error messages.
The text was updated successfully, but these errors were encountered:
We could consider tying it a validate kwarg-only argument to get_query(), though right now I think I'd want it to default to True. There's not a lot of point in sending a query we know will fail (except for testing maybe).
We have
validate_query()
. It might be nice to call this on the query before sending it to the server. This would allow us to give better error messages.The text was updated successfully, but these errors were encountered: