This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch aaltay-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 740d8045ad45838a5ddb0d213e78634e145d8a71 Author: Ahmet Altay <[email protected]> AuthorDate: Mon Jun 24 10:16:28 2019 -0700 Drop experimental from python streaming in the doc R: @angoenka Drop 'experimental` qualifier from the documents which was added in 2.5.0 a while back ago. --- website/src/documentation/sdks/python-streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/documentation/sdks/python-streaming.md b/website/src/documentation/sdks/python-streaming.md index 6340fc4..37c6935 100644 --- a/website/src/documentation/sdks/python-streaming.md +++ b/website/src/documentation/sdks/python-streaming.md @@ -20,7 +20,7 @@ limitations under the License. # Python Streaming Pipelines -Python streaming pipeline execution is experimentally available (with some +Python streaming pipeline execution became available (with some [limitations](#unsupported-features)) starting with Beam SDK version 2.5.0.
