hansva commented on issue #5182: URL: https://github.com/apache/hop/issues/5182#issuecomment-2812377690
Another way would be to use the new variable resolvers, which can run a pipeline to resolve a variable. I am not against the idea of reading the SQL from a file I am just wondering what problem does that solve in this case? The SQL is usually tightly coupled to the pipeline. Do you want to externalize it because of its reusability? Is it because of maintainability, because you write the SQL in a different tool and just want to point to the same file for both? How do you solve the initialization of the variable during pipeline development? You will still have to copy and paste the query in the default variable during development, otherwise, you have no metadata from the table input. -- 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]
