totalBytesProcessed is not exposed from RowIterator #1996
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
RowIterator resulting from
query_and_wait()
for the new short query mode exposes most of its internal state via properties (cf. e.g.num_dml_affected_rows
) but does not provide atotal_bytes_processed
property to accessself.totalBytesProcessed
. It would be nice if as many as possible of the same attributes were present to make transitioning toquery_and_wait()
fromquery()
as smooth as possible.I'm sure there are other attributes too but this is the one that I ran into first.
The text was updated successfully, but these errors were encountered: