Description
Submitting BigQuery queries with BATCH priority allows queries to be started when idle resources are available and allows queries submitted from Beam to not count toward a project's concurrent rate limit.
The Java BigQueryIO enables configuring the query priority. We should enable the same configuration in the Python ReadFromBigQuery.