i.e. I want to run over the files from a given workflow/query which were not successfully processed, an easy way to do this would be to do the following
old_query=`justin show-workflow-query --workflow-id 0001`
justin simple-workflow \
--mql "$old_query - parents(files from wf0001_scope:wf0001_output where dune.output_status='confirmed')" \
_other options_
This would be useful for makeup workflows.
i.e. I want to run over the files from a given workflow/query which were not successfully processed, an easy way to do this would be to do the following