Hi Maximilian, There is no code being generated in Hop, not even for Beam. What happens is that the Java Beam SDK is being used to construct a pipeline which is run on the Dataflow runner. The transforms are the standard Hop transforms you would use in any other scenario. This is the reason why you can unit test these pipeline with high confidence. There are some specific things we did to make this possible, like a Hop Coder and so on, but there's no code being generated.
HTH, Matt Op do 14 sep. 2023 12:38 schreef Maximilian Leitschuh < [email protected]>: > Hello, > > > > I have a question regarding apache beam within hop. For example, when I > run pipelines with dataflow-runner, the beam api converts the visual > pipeline in hop into code that is then executed within dataflow. Is it > possible to see or export the generated code? Be it in Hop directly or in > Dataflow. How is the data forwarded to Dataflow? > > Best regards, > > Maximilian Leitschuh > > > HINWEIS: Dies ist eine vertrauliche Nachricht und nur für den Adressaten > bestimmt. Es ist nicht erlaubt, diese Nachricht zu kopieren oder Dritten > zugänglich zu machen. Sollten Sie diese Nachricht irrtümlich erhalten > haben, bitte ich um Ihre Mitteilung per E-Mail oder unter der oben > angegebenen Telefonnummer. >
