Skip to content

Commit

Permalink
feat(workflow): add datasets-save pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 7, 2023
1 parent 837b9d9 commit 7a9f1d1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/workflow/corprep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ defaults:
- /pipeline@similar: datasets-similar
- /pipeline@filter: datasets-filter
- /pipeline@dtest: datasets-test
- /pipeline@dsave: datasets-save
- override /project: corprep

workflow_name: corprep
verbose: true
pipelines:
- noun
- similar
- filter
# - noun
# - similar
# - filter
# - dtest
- dsave

0 comments on commit 7a9f1d1

Please sign in to comment.