I'm reading data from partitioned and clustered BigQuery table. The only way to get exactly the 'Bytes processed' value is to actually run the query.
Now if I'm reading the same data using python client library for Storage API, (taking setup from https://github.com/googleapis/python-bigquery-storage/blob/master/samples/quickstart.py)
How can I get 'bytes processed' in this case?