Here's two: https://play.beam.apache.org/?path=SDK_PYTHON_MultipleOutputPardo&sdk=python https://play.beam.apache.org/?path=SDK_PYTHON_WordCount&sdk=python
Also, how often does playground get redeployed? I put up a PR[1] that's been merged for try to reduce the amount of logging these examples produce and I'm not sure if it's not working or if playground just hasn't been redeployed in the last month or so [1] https://github.com/apache/beam/pull/29948 On Thu, Feb 8, 2024 at 10:12 AM XQ Hu via dev <dev@beam.apache.org> wrote: > Can you provide which example you are referring to? I checked a few > examples and usually we use beam.Map(print) to display some output values. > > On Wed, Feb 7, 2024 at 8:55 PM Joey Tran <joey.t...@schrodinger.com> > wrote: > >> Hey all, >> >> I've been really trying to use Playground for educating new Beam users >> but it feels like there's something missing. A lot of examples (e.g. >> Multiple ParDo Outputs) for at least the python API don't seem to do >> anything observable. For example, the Multiple ParDo Outputs example writes >> to a file but is there any way to actually look at written out files? I >> feel like maybe I'm missing something. >> >> Best, >> Joey >> >