File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ def test_get_config_schema(self):
2121 "disable_rollback" ,
2222 "dry_run" ,
2323 "excluded_variables" ,
24+ "force_new" ,
2425 "fixed_dims" ,
2526 "included_variables" ,
2627 "logging" ,
Original file line number Diff line number Diff line change 674674 "type" : "object" ,
675675 "additionalProperties" : True ,
676676 },
677+ force_new = {
678+ "description" : (
679+ "If set, an existing target dataset will be deleted at the"
680+ " location specified by `target_dir` before appending of slice"
681+ " datasets begins. WARNING: This operation cannot be rolled back!"
682+ ),
683+ "type" : "boolean" ,
684+ "default" : False ,
685+ },
677686 disable_rollback = {
678687 "description" : (
679688 "Disable rolling back dataset changes on failure."
You can’t perform that action at this time.
0 commit comments