You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2019/11/05 01:30:35 UTC

[beam] branch tvalentyn-patch-1 created (now 2bfac6f)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a change to branch tvalentyn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 2bfac6f  [BEAM-8555] Update Python streaming limitations.

This branch includes the following new commits:

     new 2bfac6f  [BEAM-8555] Update Python streaming limitations.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: [BEAM-8555] Update Python streaming limitations.

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 2bfac6f108c207748caf58039cad24c645337b2b
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Mon Nov 4 17:30:27 2019 -0800

    [BEAM-8555] Update Python streaming limitations.
---
 website/src/documentation/sdks/python-streaming.md | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/website/src/documentation/sdks/python-streaming.md b/website/src/documentation/sdks/python-streaming.md
index ea08da9..f15d6a1 100644
--- a/website/src/documentation/sdks/python-streaming.md
+++ b/website/src/documentation/sdks/python-streaming.md
@@ -136,17 +136,17 @@ This runner is not yet available for the Python SDK.
 
 {:.runner-flink-local}
 ```
-This runner is not yet available for the Python SDK.
+See https://beam.apache.org/roadmap/portability/#python-on-flink for more information.
 ```
 
 {:.runner-flink-cluster}
 ```
-This runner is not yet available for the Python SDK.
+See https://beam.apache.org/documentation/runners/flink/ for more information.
 ```
 
 {:.runner-spark}
 ```
-This runner is not yet available for the Python SDK.
+See https://beam.apache.org/roadmap/portability/#python-on-spark for more information.
 ```
 
 {:.runner-dataflow}
@@ -185,11 +185,3 @@ These unsupported Beam features apply to all runners.
 - Handling of late data
 - User-defined custom merging `WindowFn` (with fnapi)
 
-### DataflowRunner specific features
-
-Additionally, `DataflowRunner` does not currently support the following Cloud
-Dataflow specific features with Python streaming execution.
-
-- Cloud Dataflow Templates
-
-