apache / beam

Apache Beam is a unified programming model for Batch and Streaming data processing.
https://beam.apache.org/
Apache License 2.0
7.68k stars 4.19k forks source link

[Task]: Validate playground snippets in website documentation #31780

Open Amar3tto opened 3 days ago

Amar3tto commented 3 days ago

What needs to happen?

Playground snippet example:

{{< playground height="700px" >}} {{< playground_snippet language="py" path="SDK_PYTHON_FlatMapLambda" show="flatmap_lambda" >}} {{< /playground >}}

We need to check that there is a correct .py file with name: FlatMapLambda and it has [START flatmap_lambda] and [END flatmap_lambda]. This validation is needed for all Python/Java playground snippets.

Issue Priority

Priority: 2 (default / most normal work should be filed as P2)

Issue Components

Amar3tto commented 3 days ago

.take-issue