Skip to content

Commit 9941945

Browse files
committed
Fix bug #403
1 parent 3c85a0b commit 9941945

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dss-appconn/linkis-appconn-engineplugin/src/main/scala/com/webank/wedatasphere/linkis/manager/engineplugin/appconn/executor/AppConnEngineConnExecutor.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
package com.webank.wedatasphere.linkis.manager.engineplugin.appconn.executor
1818

1919
import java.util
20+
import java.util.Map
2021

2122
import com.webank.wedatasphere.dss.appconn.core.AppConn
2223
import com.webank.wedatasphere.dss.appconn.core.ext.OnlyDevelopmentAppConn
2324
import com.webank.wedatasphere.dss.appconn.manager.AppConnManager
24-
import com.webank.wedatasphere.dss.common.label.EnvDSSLabel
25+
import com.webank.wedatasphere.dss.common.label.{EnvDSSLabel, LabelKeyConvertor}
26+
import com.webank.wedatasphere.dss.common.utils.DSSCommonUtils
2527
import com.webank.wedatasphere.dss.standard.app.development.listener.common.{AsyncExecutionRequestRef, CompletedExecutionResponseRef}
2628
import com.webank.wedatasphere.dss.standard.app.development.ref.ExecutionRequestRef
2729
import com.webank.wedatasphere.dss.standard.app.sso.Workspace

0 commit comments

Comments
 (0)