Is there a python library that converts Avro schemas to BigQuery schemas?
I noticed that the Java SDK for Apache Beam has a utility that converts from Avro to BigQuery. However, the python SDK for Apache Beam only maps in the other direction, mapping BigQuery to Avro.
Am I missing it? Does the python Beam SDK map from Avro to BigQuery? Or is there another library out there that does that?