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: schema.json
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -438,5 +438,18 @@
438
438
"type": "string"
439
439
}
440
440
}
441
-
}
441
+
},
442
+
"snapshotParametersDefinition": {
443
+
"type" : "object",
444
+
"additionalProperties" : false,
445
+
"required": ["resync"],
446
+
"properties" : {
447
+
"resync" : {
448
+
"type": "boolean",
449
+
"default": true,
450
+
"prettyName": "Resynchronize dSource",
451
+
"description": "Resynchronizing dSource will force a non-incremental load of data from the source. This operation is similar to creating a new dSource, but avoids duplicating storage requirements and maintains timeflow history."
0 commit comments