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.
