Join Slack
Powered by
hello i have a local flow generating a zip file, h...
# ask-community
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
Cody Webb
08/17/2023, 8:20 PM
nvm got it... storage = LocalFileSystem.load("local-storage") @flow(name="retrieval flow", persist_result=True, result_storage=storage)
Open in Slack
Previous
Next