mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
isGeneratedScript TODO
This commit is contained in:
@@ -44,7 +44,7 @@ export async function exportQuickExportFile(dataName, reader, format, columnMap
|
||||
script.copyStream(sourceVar, targetVar, colmapVar);
|
||||
script.put();
|
||||
|
||||
const resp = await apiCall('runners/start', { script: script.getScript() });
|
||||
const resp = await apiCall('runners/start', { script: script.getScript(), isGeneratedScript: true });
|
||||
const runid = resp.runid;
|
||||
let isCanceled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user