xdu-chenrj commented on PR #14434:
URL:
https://github.com/apache/dolphinscheduler/pull/14434#issuecomment-1614899140
@EricGao888
I want to obtain the type parameter of the zeppelin task, but I am not sure
how it is transmitted from the front-end. In order to quickly advance, I
directly wrote a fixed value.
When building connection parameters in DataSourceUtils, it will be built
based on the type of task.
```java
DataSourceUtils.buildConnectionParams(DbType.valueOf("ZEPPELIN"),
zeppelinTaskExecutionContext.getConnectionParams());
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]