ruanwenjun opened a new issue, #13099: URL: https://github.com/apache/dolphinscheduler/issues/13099
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I find the jdbcUrl param doesn't work. <img width="1680" alt="image" src="https://user-images.githubusercontent.com/22415594/205591268-54859610-2fd6-4108-b362-2795c3e533cc.png"> This is due to we don't parse this params as json. https://github.com/apache/dolphinscheduler/blob/fed1e85fb833bf5dec9de36b5a539885c2da1ee3/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-mysql/src/main/java/org/apache/dolphinscheduler/plugin/datasource/mysql/param/MySQLDataSourceProcessor.java#L184-L193 ### What you expected to happen xx ### How to reproduce 1. Create a datasource using jdbc url 2. use this datasource ### Anything else _No response_ ### Version 3.1.x ### Are you willing to submit 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]
