GitHub user jrslhelcom added a comment to the discussion: Tutorial for Hop development to production workflow
thank you for that. as I see it, I might have missed it. this is the pipeline run configuration form: <img width="768" height="500" alt="image" src="https://github.com/user-attachments/assets/b79d4024-7cd2-4591-814a-c214f8a0a3cd" /> so there is a engine type, a server and yet another (the wobbly part) run configuration. The documentation is unclear to me. I think it needs a few examples explaining the combinations possible. concerning the running on a remote dockerized or not server, the issue of making the files accessible is huge as it renders all null, unusable. (maybe not so dramatic) the root folder, held by a variable used in the gui, only exists for the gui. yet all other depend on it. this value will NEVER be the same in 2 different systems, because its Hop installation available only. This is a major issue. I don't see in the docs how to make files available to different systems/environments. So the question is: why is the excel input taking a variable relative URL to the used file(s) when that variable value is never passed to the execution engine? At least for a workflow. The pipeline sems to work. How come it knows where the excel is and the workflow running the same pipeline does not know it? GitHub link: https://github.com/apache/hop/discussions/6157#discussioncomment-15257130 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
