I'm using the java api, trying to load data from avro files into BigQuery. When creating external tables, BigQuery automatically detects the schema from the .avro files. Is there a way to specify a schema/data file in GCS when creating a regular BigQuery table for data to be loaded into?
thank you in advance