I think in principle we could update the release process to do that, but it would require adjusting how we build the staging version of the playground to accommodate how each SDK handles RCs.
At present it's very geared towards building from released versions. On Thu, Feb 8, 2024, 9:18 AM Joey Tran <joey.t...@schrodinger.com> wrote: > Ah that makes sense. Does the new version of Playground get staged for > release validation? > > On Thu, Feb 8, 2024 at 12:08 PM Robert Burke <rob...@frantil.com> wrote: > >> We redeploy the playground along with the release, so once 2.54.0 RC2 has >> been validated and voted on, I'll be redeploying it with 2.54.0. >> >> On Thu, Feb 8, 2024, 7:18 AM Joey Tran <joey.t...@schrodinger.com> wrote: >> >>> 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 >>>>> >>>>