GitHub user jrslhelcom edited a comment on the discussion: Tutorial for Hop 
development to production workflow

So, 
a) running the pipeline by itself works fine. the ETL goes from excel to DB.
b) I though about the excel not being available but there is no ay to check. 
The workflow should zip all needed and send it to the server right?
c) PROJECT_HOME isn't that supposed to be a know variable? see here: 
https://hop.apache.org/manual/latest/pipeline/pipeline-run-configurations/native-remote-pipeline-engine.html
""
Export linked resources to server
This option sends not just the parent pipeline to the server but also all other 
referenced pipelines and workflows. For example if you have mapping pipelines 
or workflows referenced they will be sent to the server as well. All the used 
pipelines and workflows together with the XML presentation of the pipeline 
execution configuration will be sent over to the server in the form of a ZIP 
archive. The server receives this archive and without unzipping runs the 
pipeline. To make this function correctly, Hop changes the references as well 
as references to filenames. For example ${PROJECT_HOME}/mapping.hpl will be 
changed to ${Internal.Entry.Current.Folder}/mapping.hpl. This means that it 
will try to use a relative path to the parent file.
""
c) what were the changes you made in the compose yaml that made it work?

GitHub link: 
https://github.com/apache/hop/discussions/6157#discussioncomment-15220029

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to