Dataflow template that reads input and schema from GCS as runtime arguments
问题 I am trying to create a custom dataflow template that takes 3 runtime arguments. An input file and schema file location from gcs and bigquery datasink table. The input file seems to be read properly using the beam.io.textio.ReadFromText method. However, I need to feed the schema file (instead of hard-coding it inside the template by reading that from gcs as well. This schema also needs to be passed to beam.io.WriteToBigQuery This is my first time working with Dataflow and I am struggling to