https://prefect.io logo
c

Cody Webb

08/17/2023, 8:02 PM
hello i have a local flow generating a zip file, how can i retrieve the zip file from my run? im serving it in the browser via streamlit
1
nvm got it... storage = LocalFileSystem.load("local-storage") @flow(name="retrieval flow", persist_result=True, result_storage=storage)