digdag
digdag copied to clipboard
[Q] Depend on the past
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?