https://dagster.io/ logo
#dagster-support
Title
# dagster-support
d

Daniel Gafni

07/06/2022, 11:14 AM
Is there a way to use
Memoization
with
AssetDefinition.from_grap
? Looks like neither
graph
,
op
or the
AssetDefiniion.from_graph
provide this functionality. `Is there a way of using
s

sandy

07/06/2022, 6:38 PM
@chris - do you know the answer to this one?
c

chris

07/06/2022, 6:39 PM
memoization is not currently supported from assets, since there is no way to specify version information https://github.com/dagster-io/dagster/issues/8632.
pepehands 1
3 Views