I have a collection of parquet files that I need to upload to a bq table
using the data transfer api. When I type my data for storage I use the
following pyarrow field types in syc with bq types```{ "STRING":
pa.string(), "TIMESTAMP": pa.timestamp("n...