@@ -9,6 +9,7 @@ from the Python programming language.
99
1010## Table of Contents
1111 * [ Status of this Release] ( #status-of-this-release )
12+ * [ Signing up for Alpha Batch Cloud Execution] ( #signing-up-for-alpha-batch-cloud-execution )
1213 * [ Overview of Dataflow Programming] ( #overview-of-dataflow-programming )
1314 * [ Getting Started] ( #getting-started )
1415 * [ Setting up an environment] ( #setting-up-an-environment )
@@ -37,8 +38,8 @@ from the Python programming language.
3738
3839## Status of this Release
3940
40- This is the Google Cloud Dataflow SDK for Python version 0.2.0.
41- It is still early in its development, and significant changes
41+ This is a version of Google Cloud Dataflow SDK for Python that is
42+ still early in its development, and significant changes
4243should be expected before the first stable version.
4344
4445Google recently
@@ -52,6 +53,16 @@ The SDK for Java is actively transitioning to
5253an ASF incubator project. The SDK for Python will be added
5354to Apache Beam soon after. Expect many renames.
5455
56+ ## Signing up for Alpha Batch Cloud Execution
57+
58+ Google Cloud Dataflow now provides Alpha support for Batch pipelines written
59+ with the SDK for Python. This Alpha program is designed to give customers access
60+ to the service for early testing. Customers are advised
61+ not to use this feature in production systems. If you are interested in
62+ being considered to participate in the Alpha program,
63+ please submit this [ form] ( http://goo.gl/forms/o4w14whz9x ) .
64+ Note that filling the form does not guarantee entry to the Alpha program.
65+
5566## Overview of Dataflow Programming
5667
5768For an introduction to the programming model, please read
0 commit comments