[Feature][*] Sql task extension, support multiple sql statement query
See original GitHub issue*For better global communication, please give priority to using English description, thx! *
Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.
Background
At present, the SQL task only supports the execution of one statement, that is, the SQL Statement
in the picture below currently only support one statement.
Describe the feature Support multiple sql statement query
- Design requirements:
- Multiple SQL statements input by SQL Statement can be split into multiple statements;
- Batch execution through jdbc
- Support multiple data sources oracle, hive, postgresql, mysql
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
[Feature][*] Sql task extension, support multiple sql statement query ...
At present, the SQL task only supports the execution of one statement, that is, the SQL Statement in the picture below currently only...
Read more >Work with multi-statement queries | BigQuery - Google Cloud
A multi-statement query job contains information about a multi-statement query that has been executed. Some common tasks that you can perform with job...
Read more >Execute SQL Task in SSIS: SqlStatementSource Expressions ...
This article gives an overview of SSIS Execute SQL Task and it illustrates some of the difference between writing an expression to evaluate ......
Read more >SQL-based ingestion concepts - Apache Druid
The druid-multi-stage-query extension adds a multi-stage query (MSQ) task engine that executes SQL statements as batch tasks in the indexing service, ...
Read more >Productivity Features for SSMS and Visual Studio in SQL ...
With the multi scripts feature, you can select databases on the current server and execute a script against them from one query window....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Looking forward to submitting pr
Thank you