loading avro files with different schemas into one bigquery table
问题 I have a set of avro files with slightly varying schemas which I'd like to load into one bq table. Is there a way to do that with one line? Every automatic way to handle schema difference would be fine for me. Here is what I tried so far. 0) If I try to do it in a straightforward way, bq fails with error: bq load --source_format=AVRO myproject:mydataset.logs gs://mybucket/logs/* Waiting on bqjob_r4e484dc546c68744_0000015bcaa30f59_1 ... (4s) Current status: DONE BigQuery error in load