DUNE / dist-comp

Action items for DUNE distributed computing, and common scripts that are used.
2 stars 0 forks source link

Implement command to return query from a given justin workflow #180

Open calcuttj opened 3 months ago

calcuttj commented 3 months ago

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

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_