vagetablechicken opened a new issue, #9950: URL: https://github.com/apache/dolphinscheduler/issues/9950
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description I want to add the OpenMLDB task-plugin to support run cmds on OpenMLDB. There're some ways to impl it. 1. If we impl it like zeppelin, we'll add openmldb jdbc dependency. openmldb jdbc will use openmldb-native jar which has c++ shared lib in it. The released package will contain it. [openmldb-native jar is 156.9MB](https://mvnrepository.com/artifact/com.4paradigm.openmldb/openmldb-native/0.5.0-allinone), a little big. 2. If we impl it like datax or python task, we can let users to install openmldb python sdk later, won't add it in releases. Plz help me decide on which way to impl the task. ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
