From 8261cfbd268ae84024d59164f17edf31c1f6dad7 Mon Sep 17 00:00:00 2001 From: Valentyn Tymofieiev Date: Wed, 6 Dec 2023 17:46:02 -0800 Subject: [PATCH] Remove experimental note about streaming. --- website/www/site/content/en/documentation/runners/direct.md | 4 ++++ website/www/site/content/en/documentation/sdks/python.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/www/site/content/en/documentation/runners/direct.md b/website/www/site/content/en/documentation/runners/direct.md index 26e23b4bd09ff..85329d41d3094 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 dc9f6a54d893a..2902001066dd1 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