CarlosJuncher03 commented on issue #8045: URL: https://github.com/apache/hop/issues/8045#issuecomment-5427150644
The main issue I’m trying to solve is specifically related to the “Export Linked Resources to Hop Server” process in Apache Hop. If a pipeline or transform depends on an auxiliary file — for example, a CSV or JSON file — that file is currently not included in the package sent to the Hop Server, even if it is located inside the project directory. What I’m suggesting is not to automatically include every file in the project. Instead, the Hop UI could provide a way to explicitly mark specific files as resources that should be included when using Export Linked Resources to Hop Server. In other words, something like: “include this file when exporting linked resources to the Hop Server.” This would be useful for small metadata, lookup, configuration, or other auxiliary files that are required by a pipeline at runtime. I understand the concern about accidentally including very large files. That could be handled separately, for example with a configurable maximum ZIP size, a maximum individual file size, or a warning before sending the package. So the core idea is simply: allow specific project files to be explicitly included in the package generated by “Export Linked Resources to Hop Server.” -- 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]
