Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 8183879

Browse files
committed
Update the short link for the Alpha signup form
----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117579993
1 parent 20e2e6d commit 8183879

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
4243
should be expected before the first stable version.
4344

4445
Google recently
@@ -52,6 +53,16 @@ The SDK for Java is actively transitioning to
5253
an ASF incubator project. The SDK for Python will be added
5354
to 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

5768
For an introduction to the programming model, please read

google/cloud/dataflow/internal/apiclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def create_job(self, job):
468468
'your project at: %s'
469469
'\n***************************************************************\n\n',
470470
request.projectId, response.id,
471-
'https://goo.gl/jgdBe2'
471+
'http://goo.gl/forms/o4w14whz9x'
472472
)
473473

474474
return response

0 commit comments

Comments
 (0)