Skip to content

Instantly share code, notes, and snippets.

@Quantisan
Created February 26, 2012 09:27
Show Gist options
  • Save Quantisan/1915638 to your computer and use it in GitHub Desktop.
Save Quantisan/1915638 to your computer and use it in GitHub Desktop.
cascalog-checkpoint sample
(workflow [tmp-path]
step-A ([:tmp-dirs stage-a]
(query-A input stage-a))
step-B ([:deps step-A]
(query-B input stage-a output-b)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment