What if I don't want to store a result? Is it poss...
# ask-community
j
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
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
#saved 🙂