QueryJob only has to_arrow(), not to_arrow_iterable(). Must call query_job.result() first to get RowIterator, which has the streaming to_arrow_iterable() method. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| adapter.py | ||
| client.py | ||
QueryJob only has to_arrow(), not to_arrow_iterable(). Must call query_job.result() first to get RowIterator, which has the streaming to_arrow_iterable() method. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| adapter.py | ||
| client.py | ||