I\'m developing a python program to use like Google Dataflow template.
What I\'m doing is writing the data in BigQuery from PubSub:
pipeline_options
This was the problem:
beam.io.Write(beam.io.BigQuerySink
It should be:
beam.io.WriteToBigQuery
The first work well while I was reading from a file, the second while I read from pub/sub