Merge branch 'devin/1744568481-add-wait-for-change-tracking'
This commit is contained in:
@@ -286,6 +286,10 @@ const extractTransform = (obj) => {
|
|||||||
obj = { ...obj, waitFor: 5000 };
|
obj = { ...obj, waitFor: 5000 };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (obj.formats?.includes("changeTracking") && obj.timeout === 30000) {
|
||||||
|
obj = { ...obj, timeout: 60000 };
|
||||||
|
}
|
||||||
|
|
||||||
if (obj.formats?.includes("json")) {
|
if (obj.formats?.includes("json")) {
|
||||||
obj.formats.push("extract");
|
obj.formats.push("extract");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user