Charles Leung
04/01/2024, 8:34 PMNate
04/01/2024, 9:50 PMCharles Leung
04/01/2024, 10:06 PMCharles Leung
04/01/2024, 10:07 PMNate
04/01/2024, 10:08 PMNate
04/01/2024, 10:09 PMCharles Leung
04/01/2024, 10:15 PMCharles Leung
04/01/2024, 10:15 PMNate
04/01/2024, 10:18 PMpersist_result=True
it will be saved to whatever result storage you have, by default local storage at like ~/.prefect/storage/*
wherever you're running but you can set that on a per task basis or set PREFECT_DEFAULT_RESULT_STORAGE_BLOCK=s3/some-block
as needed
if you want stuff in the UI I'd check out artifacts, which are meant to be displayed in the UICharles Leung
04/01/2024, 10:28 PMCharles Leung
04/01/2024, 10:28 PM