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
Right now get_transformation_results has no retries set up, so if it doesn't get a response within the default timeout (5s) it will raise an exception and terminate the downloads for a transformation. It should use the same retry setup as the more resilient calls (e.g. get_transforms) and I would also suggest have its timeout raised (a la submit_transform).