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
defdownload_csv(self, job_id: str) ->ExecutionResultCSV:
""" Retrieves the CSV content of the execution results for `job_id` This is just an alias for `get_result_csv` """returnself.get_result_csv(job_id)
but should come in only after #64 lands (the function renaming).
The text was updated successfully, but these errors were encountered:
Function will look like this
but should come in only after #64 lands (the function renaming).
The text was updated successfully, but these errors were encountered: