pub1212 opened a new issue #1390: [Feature] general jdbc datasource set
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1390
 
 
   **Is your feature request related to a problem? Please describe.**
   now ,any type jdbc datasource set ui are  different from others,and the 
Driver Classname is write in the class by hard code. 
   if we want add a datasource that not in the supply list,we must to write 
code.
   if we want to use cdh and use official jdbc jar,but the driverclass name not 
match with your classname string 
   
   **Describe the solution you'd like**
   before we begining ,we can see the ui about KETTLE'S JDBC datasource.
   user can select and load custom driver jar file
   user can input :
   DriverClass:     like this   ru.yandex.clickhouse.ClickHouseDriver
   jdbc url:jdbc:clickhouse://host:port/database
   paramlist
   
   **Additional context**
   load thirdparty jdbc jar
   load other version jar
   use other future database

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to