|
|
|
@@ -214,7 +214,7 @@ public class NewDatasetServiceImpl implements NewDatasetService { |
|
|
|
addDatasetSourceToDataVo(datasetVo); |
|
|
|
|
|
|
|
YamlUtils.generateYamlFile(JsonUtils.objectToMap(datasetVo), localPath, "dataset"); |
|
|
|
|
|
|
|
dvcUtils.pushNewBranchToRemote(localPath, gitLinkUsername, gitLinkPassword, branchName); |
|
|
|
CompletableFuture.supplyAsync(() -> { |
|
|
|
try { |
|
|
|
//dvc数据跟踪 |
|
|
|
@@ -225,7 +225,6 @@ public class NewDatasetServiceImpl implements NewDatasetService { |
|
|
|
dvcUtils.dvcConfigS3Credentials3(localPath, secretAccessKey); |
|
|
|
// dvc 跟踪 |
|
|
|
dvcUtils.dvcAdd(localPath, "dataset"); |
|
|
|
dvcUtils.pushNewBranchToRemote(localPath, gitLinkUsername, gitLinkPassword, branchName); |
|
|
|
//dvc push 到远程S3 |
|
|
|
dvcUtils.dvcPush(localPath); |
|
|
|
} catch (Exception e) { |
|
|
|
|