You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change behavior for delivery_dir = None, adding clarity
Added truth table to README for clarity
Made delivery_dir throw an assertion if it is None
(should not happen since this scenario would only happen if dry-run is False, in which case both export_dir and delivery_dir have to be specified.
| 5 | false | yes | X | Y != X | None | delete CSV from X |
65
+
| 6 | false | yes | X | Y != X | Z | move CSV from X to Z |
66
+
46
67
### Customization
47
68
48
69
All of the user-changable parameters are stored in the `validation` field of the indicator's `params.json` file. If `params.json` does not already include a `validation` field, please copy that provided in this module's `params.json.template`.
0 commit comments