quick question: is dagster's asset caching/memoiza...
# ask-community
a
quick question: is dagster's asset caching/memoization limited to the most recent materialization, or can it keep track of all versions?
s
Currently it is limited to the most recent memoization, though you could potentially use partitions to sort of simulate a sequence of versions.
👍 1