Perfect. Thanks
From: Robert Bradshaw [mailto:[email protected]] Sent: Friday, April 29, 2016 6:15 PM To: [email protected] Subject: Re: PythonSDK -- glossary These are the various PTransforms, documented at https://cloud.google.com/dataflow/model/transforms (you need to be whitelisted to see the Python code samples). On Fri, Apr 29, 2016 at 4:48 PM, Thom Rogers <[email protected]> wrote: I'm experimenting with the Dataflow Python SDK and would like some sort of reference as to what the various commands do, their required args and their recommended syntax. So after I import google.cloud.dataflow as df Where can I read up on df.Create, df.Write, df.FlatMap, df.CombinePerKey, etc. ? Has anybody put together such a reference? Is there any place (link please) where all the possible Apache Beam / Dataflow commands are collected and explained? Thanks.
