bamaer commented on issue #5182:
URL: https://github.com/apache/hop/issues/5182#issuecomment-2808774780
it will require an additional pipeline, but what you could do is read your
SQL query from a file ("Load file content in memory" transform) and pass the
query as a parameter to a second pipeline. In that second pipeline, you can
pick up the query that was passed to that pipeline as a parameter. Your query
field would then a single variable, e.g. `${PRM_QUERY}`.
--
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]