See: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/bigquery/google/cloud/bigquery/query.py#L363
def fetch_data(...):
"""...
:returns: ``(row_data, total_rows, page_token)``
...
"""
I would expect it to return some kind of Iterator to be consistent with the other cloud APIs.
See: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/bigquery/google/cloud/bigquery/query.py#L363
I would expect it to return some kind of Iterator to be consistent with the other cloud APIs.