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
Copy file name to clipboardExpand all lines: cumulusci/tasks/bulkdata/snowfakery.py
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,9 @@ class Snowfakery(BaseSalesforceApiTask):
147
147
"strict_mode": {
148
148
"description": "Boolean: If True, validates the Snowfakery recipe and generated mapping against the org schema (strict mode) and then proceeds with the run",
149
149
},
150
+
"enable_rollback": {
151
+
"description": "Boolean: When True, performs a rollback of all loaded records in case of an error. Defaults to False."
0 commit comments