https://dagster.io/ logo
a

Alexander Verbitsky

02/17/2020, 1:12 PM
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

abhi

02/17/2020, 3:11 PM
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

alex

02/17/2020, 4:25 PM
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.