GitHub user bamaer added a comment to the discussion: Tutorial for Hop development to production workflow
Each and every documentation page has this "edit this page" button that makes it as easy as possible to contribute and improve the documentation: <img width="383" height="153" alt="image" src="https://github.com/user-attachments/assets/380fdd31-d94a-44aa-9563-2ab86914db76" /> Regarding the files and availability: you're using a local Excel file. It would be perfectly fine to send these over the next work to the server. That wouldn't work if you have multiple GBs or even TBs of data to process. A mount in your container could be a quick and easy solution for your problem. You can map source and target folders in your remote run configuration, I point to that earlier. The pipeline seems to work: is that local or remote? If remote: did you change the "required" flag to "Y" and/or did you verify if the data gets actually loaded to your table? GitHub link: https://github.com/apache/hop/discussions/6157#discussioncomment-15257337 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
