Skip to content

Commit

Permalink
replace Dag with Pipeline in main crate
Browse files Browse the repository at this point in the history
  • Loading branch information
intarga committed Oct 2, 2024
1 parent 1883aa7 commit 3408219
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 584 deletions.
4 changes: 2 additions & 2 deletions proto/rove.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ message ValidateRequest {
// no spatial restriction at all
google.protobuf.Empty all = 8;
}
// list of the names of tests to be run on the data
repeated string tests = 9;
// name of the pipeline of checks to be run on the data
string pipeline = 9;
// optional string containing extra information to be passed to the data
// connector, to further specify the data to be QCed
optional string extra_spec = 10;
Expand Down
327 changes: 0 additions & 327 deletions src/dag.rs

This file was deleted.

Loading

0 comments on commit 3408219

Please sign in to comment.