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
When trying to fetch the results of a job obtained through workspace.list_jobs(), the call might fail due to the storage token being expired, for example, when getting the results from the last job:
When trying to fetch the results of a job obtained through workspace.list_jobs(), the call might fail due to the storage token being expired, for example, when getting the results from the last job:
The workaround is to explifictly fetch the job again from the service:
Ideally,
get_results
should automatically does this for the user.The text was updated successfully, but these errors were encountered: