Skip to content

Commit

Permalink
Remove experimental note about streaming. (#29652)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored Dec 7, 2023
1 parent 33a122c commit 51d71c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions website/www/site/content/en/documentation/runners/direct.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/www/site/content/en/documentation/sdks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51d71c0

Please sign in to comment.