- 
                Notifications
    
You must be signed in to change notification settings  - Fork 95
 
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Is your feature request related to a problem? Please describe.
The naming of the "iterator" classes & modules is misleading.
Describe the solution you'd like
Add a __next__ method so that a paged iterator can be used as an iterator.
Describe alternatives you've considered
Rename classes to "iterable" instead of iterator. This would be a breaking change, though.
Additional context
- Internal issue 186097906
 - BigQuery: RowIterator is not an iterator, it is an Iterable google-cloud-python#9259
 
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.