The Python SDK will hang for multiple minutes at a time retrying requests for invalid queries.
The default retry handler always retries internal server errors, which is what we return for jobs endpoints
What did you expect to happen?
Python SDK to raise an invalid error immediately
How can we reproduce it (as minimally and precisely as possible)?
What happened?
The Python SDK will hang for multiple minutes at a time retrying requests for invalid queries. The default retry handler always retries internal server errors, which is what we return for jobs endpoints
What did you expect to happen?
Python SDK to raise an invalid error immediately
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
n/a