diff --git a/website/www/site/content/en/documentation/runners/direct.md b/website/www/site/content/en/documentation/runners/direct.md index 26e23b4bd09f..85329d41d309 100644 --- a/website/www/site/content/en/documentation/runners/direct.md +++ b/website/www/site/content/en/documentation/runners/direct.md @@ -76,6 +76,10 @@ Local execution is limited by the memory available in your local environment. It ### Streaming execution +{{< paragraph class="language-py" >}} +Streaming support for Python DirectRunner is limited. For known issues, see: https://github.com/apache/beam/issues/24528. +{{< /paragraph >}} + If your pipeline uses an unbounded data source or sink, you must set the `streaming` option to `true`. ### Parallel execution diff --git a/website/www/site/content/en/documentation/sdks/python.md b/website/www/site/content/en/documentation/sdks/python.md index dc9f6a54d893..2902001066dd 100644 --- a/website/www/site/content/en/documentation/sdks/python.md +++ b/website/www/site/content/en/documentation/sdks/python.md @@ -28,7 +28,7 @@ See the [Python API reference](https://beam.apache.org/releases/pydoc/) for more ## Python streaming pipelines Python [streaming pipeline execution](/documentation/sdks/python-streaming) -is experimentally available (with some [limitations](/documentation/sdks/python-streaming/#unsupported-features)) +is available (with some [limitations](/documentation/sdks/python-streaming/#unsupported-features)) starting with Beam SDK version 2.5.0. ## Python type safety