File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
_delphi_utils_python/delphi_utils/validator Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ rm -r env
47
47
48
48
The validator can also be called using the runner, which performs the entire pipeline:
49
49
50
- * Calling the indicator's ` run ` module
51
- * Running the validator on newly obtained CSV files, if validator is specified
52
- * If validation is unsuccessful, remove or transfer current files in the run
53
- * Archive files if archiver is specified and there are no validation failures
54
- * Transfer files to delivery directory if specified in params
50
+ 1 . Calling the indicator's ` run ` module
51
+ 2 . Running the validator on newly obtained CSV files, if validator is specified
52
+ 3 . If validation is unsuccessful, remove or transfer current files in the run
53
+ 4 . Archive files if archiver is specified and there are no validation failures
54
+ 5 . Transfer files to delivery directory if specified in params
55
55
56
- The following truth table describes behavior of the third bullet point :
56
+ The following truth table describes behavior of item (3) :
57
57
58
58
| case | dry_run | validation failure | export dir | delivery dir | v failure dir | action |
59
59
| - | - | - | - | - | - | - |
You can’t perform that action at this time.
0 commit comments