Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove experimental note about streaming. #29652

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading