zhuangchong opened a new pull request #4094:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/4094
## What is the purpose of the pull request
fix #4093
fix #3990
1.Support for stored procedures and stored function calls
2. Task node page data source parameters can support the selection of a
variety of data sources, rather than currently only limited to mysql, Oracle
and other data sources
3. When the calling script is filled in on the page, there will be subtle
differences between the calling scripts corresponding to various data sources
## Brief change log
1.Task node page data source parameters can be selected for more types of
data sources, such as DB2
2.Task node page script parameters write the SQL script directly, rather
than spelling the SQL script in the back end, which can better support
different data script changes
## Verify this pull request
This change added tests and can be verified as follows:
- *Manually verified the change by testing locally.*
---
## pull request的目的是什么
1.支持存储过程和存储函数调用
2.任务节点页面数据源参数可以支持选择多种类型数据源,而不是现在只限制mysql,oracle等几个数据源
3.调用脚本在页面填写,各个数据源对应的调用脚本会存在细微区别
## 简短的更改日志
1.任务节点页面数据源参数可以选择更多类型数据源,如DB2
2.任务节点页面脚本参数直接写sql脚本,而不是在后端去拼出sql脚本,这样可以更好的支持不同数据的脚本变化
## 验证此pull request
此更改添加了测试,并可以验证如下:
- *通过本地测试手动验证更改
----------------------------------------------------------------
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]