Hello,
Recently a question was posted in SO asking about the return params of the fetch_data method of `QueryResults' in BigQuery client.
As it seems, the return is no longer a tuple with 3 values but rather an object of the class HTTPIterator. Looks like the docstrings needs to be updated (if it could describe some quick example of how to use the iterator it'd be quite helpful :)!)
Thanks,
Hello,
Recently a question was posted in SO asking about the return params of the
fetch_datamethod of `QueryResults' in BigQuery client.As it seems, the return is no longer a tuple with 3 values but rather an object of the class
HTTPIterator. Looks like the docstrings needs to be updated (if it could describe some quick example of how to use the iterator it'd be quite helpful :)!)Thanks,