factotum icon indicating copy to clipboard operation
factotum copied to clipboard

A system to programmatically run data pipelines

Results 48 factotum issues
Sort by recently updated
recently updated
newest added

Currently it only talks about job_updates, @ihortom was not aware of the task_updates!

Something to the extent of software tags in the factfile that can then be used to lookup a docker image with the same software.

Running on Mac doesn't seem to work if options for the script are specified in "arguments". I had to put the whole command into one line in "command" property to...

Would it possible to enable multiple files validation? For example, ``` $ ~/factotum validate $ ~/factotum validate path/to/*.factfile $ ls *.factfile | ~/factotum validate ```

Currently Factotum does not allow starting from some points in the DAG - specifically if a dependant task requires a task from "above" the starting task. It would be nice...

stdout: ``` [31mTask 'storage-loader': failed after 0.0s. Reason: the task exited with a value not specified in continue_job - 127 (task expects one of the following return codes to continue...

Current behavior is to simply write out the raw macro value: ``` vagrant@factotum:/vagrant$ target/debug/factotum ./vars.factotum Task 'Say something' was started at 2016-06-13 16:05:51.901468438 UTC Task 'Say something' stdout: {{ message...

Windows will require a bit of thought as the shell runner (sh) doesn't exist unless running in cygwin or similar.