digdag icon indicating copy to clipboard operation
digdag copied to clipboard

[Q] Depend on the past

Open kakoni opened this issue 7 years ago • 18 comments

Apache airflow has this feature called depends_on_past, where "task instances will depend on the success of the preceding task instance".

I find this extremely usable in my usecase where I've got daily recurring tasks, so task running on 20170806 depends on success of 20170805.

Not sure, can you do something similar with digdag?

kakoni avatar Aug 06 '17 07:08 kakoni