Join Slack
Powered by
What if I don't want to store a result? Is it poss...
# ask-community
j
Joseph Loss
05/12/2021, 10:09 PM
What if I don't want to store a result? Is it possible to store in memory just in that one run? My concern is that running this data loader every day, I was seeing 1GB result files each day
a
Amanda Wee
05/12/2021, 10:33 PM
You can turn off checkpointing for that particular result. See the task decorator:
https://docs.prefect.io/core/concepts/persistence.html#persisting-output
upvote
2
👍 2
j
Joseph Loss
05/13/2021, 3:13 PM
#saved 🙂
Open in Slack
Previous
Next