This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new d0142499715 Remove (long) obsolete declaration of unsupported features
that are now supported. (#33239)
d0142499715 is described below
commit d01424997156915821561bd3ee80c7b9277da0eb
Author: Robert Bradshaw <[email protected]>
AuthorDate: Wed Nov 27 11:10:03 2024 -0800
Remove (long) obsolete declaration of unsupported features that are now
supported. (#33239)
---
.../www/site/content/en/documentation/sdks/python-streaming.md | 8 --------
1 file changed, 8 deletions(-)
diff --git a/website/www/site/content/en/documentation/sdks/python-streaming.md
b/website/www/site/content/en/documentation/sdks/python-streaming.md
index 2d0bdfa9500..7122cc8b9ae 100644
--- a/website/www/site/content/en/documentation/sdks/python-streaming.md
+++ b/website/www/site/content/en/documentation/sdks/python-streaming.md
@@ -155,11 +155,3 @@ about executing streaming pipelines:
- [DirectRunner streaming
execution](/documentation/runners/direct/#streaming-execution)
- [DataflowRunner streaming
execution](/documentation/runners/dataflow/#streaming-execution)
- [Portable Flink runner](/documentation/runners/flink/)
-
-## Unsupported features
-
-Python streaming execution does not currently support the following features:
-
-- Custom source API
-- User-defined custom merging `WindowFn` (with fnapi)
-- For portable runners, see [portability support
table](https://s.apache.org/apache-beam-portability-support-table).