Guest User

Untitled

a guest
Jan 23rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. [..]
  2. PipelineOptionsFactory.register(DataflowPipelineOptions.class);
  3. DataflowPipelineOptions options = PipelineOptionsFactory
  4. .fromArgs(args)
  5. .withValidation()
  6. .as(DataflowPipelineOptions.class);
  7. Pipeline pipeline = Pipeline.create(options);
  8. pipeline.apply("read_from_gcs", TextIO.read().from("gs://batch-pipeline-sql/input/*"))
  9. [..]
Add Comment
Please, Sign In to add comment