Jave-Chen opened a new issue #1911: [Feature] Enhancement for Sql task URL: https://github.com/apache/incubator-dolphinscheduler/issues/1911 **Is your feature request related to a problem? Please describe.** For now, there are 2 limitations of Sql task: 1. can't use variable for other part of sql command, because the limitation of PreparedStatement . 2. can't execute multiple sql command in task content. **Describe the solution you'd like** 1. Replace variable firstly and then execute sql command with PreparedStatement . 2. Split multiple sql command one by one , and then execute them.
---------------------------------------------------------------- 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
