dolphinscheduler icon indicating copy to clipboard operation
dolphinscheduler copied to clipboard

[Improvement][Parameter passing] SQL component passing parameters cannot be directly passed into the entire SQL statement

Open dzygoon opened this issue 2 months ago • 2 comments

Search before asking

  • [X] I had searched in the issues and found no similar feature requirement.

Description

当我使用上游节点传入整个SQL语句时,下游接收此参数的SQL组件无法直接执行这个SQL语句,因为它将其作为字符串接收了,使用了引号进行了包裹,导致SQL执行失败 image

以下是问题的机器翻译: When I pass in the entire SQL statement using the upstream node, the downstream SQL component that receives this parameter cannot execute the SQL statement directly because it received it as a string, wrapped it in quotation marks, and the SQL execution fails.

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

dzygoon avatar Dec 02 '24 08:12 dzygoon