Fina Silva-Santisteban
02/05/2021, 12:15 AM*.prefect_result
files instead of a workbook. How can we fix that? This is the code snippet:
flow.result = S3Result(bucket=bucket)
prefect local agent
and a LocalResult()
and that had worked fine. Now we’re using prefect docker agent
and docker storage, that’s why we need to be able to upload the file.Zanie
Fina Silva-Santisteban
02/05/2021, 12:56 AMChris White
Marvin
02/05/2021, 1:02 AM