kalisio / krawler

A minimalist (geospatial) ETL
https://kalisio.github.io/krawler/
MIT License
54 stars 13 forks source link

Add a hook to specify outputs of a task #218

Closed claustres closed 2 years ago

claustres commented 2 years ago

Outputs are automatically tracked when using write hooks but not when using e.g. run command hooks. However, if the command generates a file it would be more convenient if it would also be cleaned when using the clearOutputs hook. A addOutputs hook could do the job of adding the output after the command run.