GoogleCloudPlatform / DataflowJavaSDK

Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
http://cloud.google.com/dataflow
855 stars 324 forks source link

filling getoutput() #544

Closed demousteven closed 7 years ago

demousteven commented 7 years ago

how can I fill getoutput() whether it's on bigquery level of or GCS level please these are some of the scenarios: private static interface Options extends PipelineOptions { @Description("Path of the file to write to") @Validation.Required String getOutput(); void setOutput(String value);

@Description("Table to write to, specified as "

i am getting errors thanks

davorbonaci commented 7 years ago

Sounds like a duplicate of #545; closing.