Thanks. Caching sounds nice but I don’t need the whole data cached (since I persist it), only the indication that it went well…
I can check in the load phase but since the extract and load tasks are separate and I’d like to keep them independent, it makes little sense for the extract task to check if it exists, which means that the extract phase will occur and only the load phase will be skipped. WDYT?