Re: [D] User Java Class Step "Cannot determine simple type name "StepMetaInterface"" (hop)

2025-04-10 Thread via GitHub
GitHub user UEMravamo added a comment to the discussion: User Java Class Step "Cannot determine simple type name "StepMetaInterface"" Correct, sorry — my mistake . I copied the code incorrectly from another example. Here's the one I'm working with now, ``` java String firstnameField; String l

Re: [D] Pseudo-CDC - polled pipeline runs? (hop)

2025-04-10 Thread via GitHub
GitHub user bamaer added a comment to the discussion: Pseudo-CDC - polled pipeline runs? You usually want to process the changed data and e.g. write it out to a target table where you can pick it up. In general we don't store _any_ data in Apache Hop. The transform you're looking for would b

Re: Apache Hop not responding

2025-04-10 Thread Matt Casters (i-Bridge)
Hi John Marc, The most important thing is to tell us more about the circumstances in which this occurs. Ideally you would describe the problem and it's reproduction path so that we can see what the actual cause is, and obviously fix it. Thanks in advance! Cordiallement, Matt Op ma 7 apr 2025 1

Re: [D] Locking or Password-Protecting Excel Files in Hop (Post Excel Writer Step) (hop)

2025-04-10 Thread via GitHub
GitHub user bamaer added a comment to the discussion: Locking or Password-Protecting Excel Files in Hop (Post Excel Writer Step) there is a "Protected by user" option that lets you specify a password in the "Sheet & Template" tab of the Excel Writer transform. GitHub link: https://github.co

Re: [D] Parquet (hop)

2025-04-10 Thread via GitHub
GitHub user bamaer added a comment to the discussion: Parquet use variables. Also, I don't have a clue what your question really is GitHub link: https://github.com/apache/hop/discussions/5159#discussioncomment-12799558 This is an automatically sent email for users@hop.apache.org. To unsu

Re: [D] Can Hop Gui run in a container? (hop)

2025-04-10 Thread via GitHub
GitHub user bamaer added a comment to the discussion: Can Hop Gui run in a container? the only options would be hop web or a full blown virtual machine afaik. GitHub link: https://github.com/apache/hop/discussions/5158#discussioncomment-12799578 This is an automatically sent email for

Re: [D] Parquet (hop)

2025-04-10 Thread via GitHub
GitHub user ggrohmann added a comment to the discussion: Parquet Sounds like something for a meta injection? GitHub link: https://github.com/apache/hop/discussions/5159#discussioncomment-12800067 This is an automatically sent email for users@hop.apache.org. To unsubscribe, please send an

Re: [D] Can Hop Gui in a container? (hop)

2025-04-10 Thread via GitHub
GitHub user rbrenchley edited a discussion: Can Hop Gui in a container? I'm very new to the container world, I know there is a Hop Web for a gui, however I was interested to see if anyone has managed to run hop_gui.sh from a container on their local windows machine. 1. Is this something that i

Re: [D] Can Hop Gui run in a container? (hop)

2025-04-10 Thread via GitHub
GitHub user rbrenchley edited a discussion: Can Hop Gui run in a container? I'm very new to the container world, I know there is a Hop Web for a gui, however I was interested to see if anyone has managed to run hop_gui.sh from a container on their local windows machine. 1. Is this something th

Re: [D] Pseudo-CDC - polled pipeline runs? (hop)

2025-04-10 Thread via GitHub
GitHub user casesolved-co-uk added a comment to the discussion: Pseudo-CDC - polled pipeline runs? > let me disagree on your view on Debezium as a consistent way of managing CDC That's not what I said: "In certain circumstances it may not be desirable to go to the complication" GitHub link

Re: [D] Pseudo-CDC - polled pipeline runs? (hop)

2025-04-10 Thread via GitHub
GitHub user casesolved-co-uk added a comment to the discussion: Pseudo-CDC - polled pipeline runs? > *) Table input to get the last updated date/id/whatever from the target > table. This date/id should return a single row that is fed into a second > table input transform that fetches everythi