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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,9 +141,12 @@ class Snowfakery(BaseSalesforceApiTask):
141
141
"Defaults to False."
142
142
},
143
143
"validate_only": {
144
-
"description": "Boolean: if True, only validate the generated mapping against the org schema without loading data. "
144
+
"description": "Boolean: if True, validates snowfakery recipe and generated mapping against the org schema without loading data. "
145
145
"Defaults to False."
146
146
},
147
+
"strict_mode": {
148
+
"description": "Boolean: If True, validates the Snowfakery recipe and generated mapping against the org schema (strict mode) and then proceeds with the run",
0 commit comments