use_avro_logical_types is supported for load jobs: https://github.com/googleapis/google-cloud-python/blob/89eaedb4a40bd1268df134cc40a4063d6cf8b823/bigquery/google/cloud/bigquery/job.py#L1318 We should add the same mapping for extract jobs. BigQuery already supports it in the API backend.
use_avro_logical_types is supported for load jobs:
google-cloud-python/bigquery/google/cloud/bigquery/job.py
Line 1318 in 89eaedb
We should add the same mapping for extract jobs. BigQuery already supports it in the API backend.