Hi all, please tell me is there any way to persist...
# announcements
a
Hi all, please tell me is there any way to persistent store results between runs? I would like that tasks that already have satisfied results should not to run, like luigi targets. As i understand i can write own
system_storage
, is it correct assumption?
a
That is correct. If you setup your dagster home and configure your system storage, you should be able to persist artifacts between runs, we have some documentation on this which should explain what's going on under the hood. https://dagster.readthedocs.io/en/latest/sections/deploying/instance.html#configuring-the-instance
a
I would like that tasks that already have satisfied results should not to run, like luigi targets.
At this time there is no “out of the box” way to achieve this behavior. You would have to implement this logic yourself in your solids.