brodul
06/15/2023, 2:05 PMbrodul
06/15/2023, 3:18 PMPREFECT_LOCAL_STORAGE_PATH
and that is currently the only supported option.Jeff Hale
06/15/2023, 5:16 PMbrodul
06/16/2023, 7:25 AMJeff Hale
06/16/2023, 12:54 PMfrom prefect.filesystems import S3
s3_block = S3.load("myawsblock")
@flow(persist_result=True, result_storage=s3_block)
def my_func():
# call tasks the cache results
brodul
06/16/2023, 1:09 PMbrodul
06/21/2023, 3:45 PM