I want to create beam dataflow job to load data from GCS to Bigquery, I will have 100s of files from different folders in GCS in Parquet format, is it possible to load files from different folders in GCS and is it possible to create source dataset and tables in the beam code itself.
My end goal is to create pipeline to load data from GCS to Bigquery thanks in advance.