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
{{ message }}
This repository was archived by the owner on Apr 4, 2022. It is now read-only.
Automatic rate limiting will cause tasks to block; the rate limit delay should cause the task to be requeued with a "start time" set appropriately
The SparkApiError constructor now only accepts a requests.Response object as an argument; can no longer simply pass an http status code. This breaks a number of unit tests.