Skip to content

totalBytesProcessed is not exposed from RowIterator #1996

Closed
@bnaul

Description

@bnaul

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 a total_bytes_processed property to access self.totalBytesProcessed. It would be nice if as many as possible of the same attributes were present to make transitioning to query_and_wait() from query() as smooth as possible.

I'm sure there are other attributes too but this is the one that I ran into first.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions