|
|
@ -1,4 +1,4 @@ |
|
|
|
package org.apache.dolphinscheduler.plugin.task.python;/* |
|
|
|
/* |
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more |
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more |
|
|
|
* contributor license agreements. See the NOTICE file distributed with |
|
|
|
* contributor license agreements. See the NOTICE file distributed with |
|
|
|
* this work for additional information regarding copyright ownership. |
|
|
|
* this work for additional information regarding copyright ownership. |
|
|
@ -15,6 +15,8 @@ package org.apache.dolphinscheduler.plugin.task.python;/* |
|
|
|
* limitations under the License. |
|
|
|
* limitations under the License. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package org.apache.dolphinscheduler.plugin.task.python; |
|
|
|
|
|
|
|
|
|
|
|
import org.apache.dolphinscheduler.plugin.task.api.TaskChannel; |
|
|
|
import org.apache.dolphinscheduler.plugin.task.api.TaskChannel; |
|
|
|
import org.apache.dolphinscheduler.plugin.task.api.TaskChannelFactory; |
|
|
|
import org.apache.dolphinscheduler.plugin.task.api.TaskChannelFactory; |
|
|
|
import org.apache.dolphinscheduler.spi.params.base.PluginParams; |
|
|
|
import org.apache.dolphinscheduler.spi.params.base.PluginParams; |
|
|
|