How to use targets to cache task run results based on a presence of a specific file (i.e. how to use Makefile or Luigi type file-based caching)?

@simon_mackenzie I have the same issue. I ended up writing custom results which get a special treatment from a customized JSONSerializer. I described my approach here. Would be happy to get your feedback!

2 Likes