https://prefect.io logo
Title
c

Choenden Kyirong

04/17/2023, 10:33 PM
^ following up my issue described above for those interested. I resolved the issue by using
result_storage="block_type/block_name"
(the storage block slug) instead of
result_storage=S3(...)
as described in the documentation.
@flow(task_runner=DaskTaskRunner, persist_result=True, 
      result_storage="block_type/block_name")
It now correctly persists results into S3. I wonder if this is an error in the documentation or I was incorrectly following/using the approach described in the docs.
1