Class CreateTables<DestinationT,ElementT>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<KV<DestinationT,ElementT>>,PCollection<KV<TableDestination,ElementT>>>
org.apache.beam.sdk.io.gcp.bigquery.CreateTables<DestinationT,ElementT>
All Implemented Interfaces:
Serializable, HasDisplayData

public class CreateTables<DestinationT,ElementT> extends PTransform<PCollection<KV<DestinationT,ElementT>>,PCollection<KV<TableDestination,ElementT>>>
Creates any tables needed before performing streaming writes to the tables. This is a side-effect DoFn, and returns the original collection unchanged.
See Also: