[Question] support multi-queries in single sql transformation task
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.
Describe the question
I think in sql transformation task, multi-queries separated by ;
need supported in single sql transformation task, regardless of any driver or any connection.
the SQLs parsed in the sql task can be executed in order, and when one SQL in the task failed, this task need fails too.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (9 by maintainers)
Top Results From Across the Web
Multiple SQL statements SQL Transformation
Need help/ideas to execute multiple SQL statements in a SQL Transform. I have multiple SQL statements coming from a file that need to...
Read more >SQL transformation: multiple rows to one row - Stack Overflow
Oracle supports the standard function. Postgres has string_agg() : string_agg(product, ', ' order by product). SQL Server:
Read more >5 Query Transformations
The view contains subqueries in the SELECT list. The outer query block contains PL/SQL functions. The view participates in an outer join, and...
Read more >How to use SQL Transformation in Informatica Cloud mapping ...
Access stored procedure and functions in a database.- Stored procedure & function names are case sensitive.- Pre-requisite: 1.
Read more >Using a SQL query to transform data - AWS Glue Studio
A SQL transform node can have multiple datasets as inputs, but produces only a single dataset as output. In contains a text field,...
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
Then I got it wrong, what you said will be prepared in the next version, currently you can use shell/python to call sql files
那我理解错了,你说的这个在下个版本准备做了,目前可以使用shell/python 调用sql 文件的方式
这个问题困扰了很久,不然一段sql要分成几段去执行,不是很方便