Radeity commented on code in PR #15145:
URL:
https://github.com/apache/dolphinscheduler/pull/15145#discussion_r1390234432
##########
docs/docs/en/guide/parameter/context.md:
##########
@@ -92,6 +92,9 @@ For example

+
+Attention: When the variable value contains the `\n` identifier, such as `
value = "hello \n world" `, value needs to be carried out in a special way. You
need to use `print('${setValue(key=%s)}' % repr(value))`, otherwise the
argument cannot be passed to the subsequent flow.
Review Comment:
Some humble suggestion, what do you think using:
value should remain unescaped, such as using `print('${setValue(key=%s)}' %
repr(value))` ...
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]