mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
feat: 可配置kettle 相关的文件是否保留
This commit is contained in:
@@ -123,8 +123,7 @@ public class ExtractDataService {
|
||||
"else\n" +
|
||||
" echo $result\n" +
|
||||
" exit 1\n" +
|
||||
"fi\n" +
|
||||
"rm -rf %s\n";
|
||||
"fi\n";
|
||||
|
||||
public synchronized boolean existSyncTask(DatasetTable datasetTable, DatasetTableTask datasetTableTask, Long startTime) {
|
||||
datasetTable.setSyncStatus(JobStatus.Underway.name());
|
||||
|
||||
Reference in New Issue
Block a user