Abacn commented on PR #35219: URL: https://github.com/apache/beam/pull/35219#issuecomment-2980709594
it appears this breaks Playground CI Nightly: https://github.com/apache/beam/actions/runs/15573291125/job/43853452844 ``` [2025-06-11 00:51:27,291] ERROR [root._verify_examples:220] Example: /runner/_work/beam/beam/./sdks/python/apache_beam/examples/snippets/transforms/elementwise/pardo_dofn_methods.py has execution error: error: exit status 1 output: Traceback (most recent call last): File "/opt/playground/backend/executable_files/c083e851-f21a-4437-b6ad-031003ffff5f/c083e851-f21a-4437-b6ad-031003ffff5f.py", line 86, in <module> pardo_dofn_methods() File "/opt/playground/backend/executable_files/c083e851-f21a-4437-b6ad-031003ffff5f/c083e851-f21a-4437-b6ad-031003ffff5f.py", line 69, in pardo_dofn_methods with beam.Pipeline(runner) as pipeline: File "/usr/local/lib/python3.10/site-packages/apache_beam/pipeline.py", line 210, in __init__ runner = create_runner(runner) File "/usr/local/lib/python3.10/site-packages/apache_beam/runners/runner.py", line 97, in create_runner raise ValueError( ValueError: Unexpected pipeline runner: FnApiRunner. Valid values are DataflowRunner, BundleBasedDirectRunner, DirectRunner, SwitchingDirectRunner, InteractiveRunner, FlinkRunner, PortableRunner, PrismRunner, SparkRunner, TestDirectRunner, TestDataflowRunner or the fully qualified name of a PipelineRunner subclass. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org