Skip to content

Instantly share code, notes, and snippets.

@brachi-wernick
Last active February 5, 2020 11:58
Show Gist options
  • Save brachi-wernick/832e882278d90904f34f02a085c61e9a to your computer and use it in GitHub Desktop.
Save brachi-wernick/832e882278d90904f34f02a085c61e9a to your computer and use it in GitHub Desktop.
simple pipline
p.apply("BQ-write", BigQueryIO.write()
.to(tableSpec)
.withCreateDisposition(BigQueryIO.Write.CreateDisposition.CREATE_NEVER)
.withWriteDisposition(BigQueryIO.Write.WriteDisposition.WRITE_APPEND);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment