google-cloud-python
google-cloud-python copied to clipboard
create_bqstorage_client argument in RowIterator to_arrow_iterable
I used to_arrow_iterable today and it was super slow. I could get a 50x or more speedup by passing in the bqstorage_client argument. Some of our APIs will create the bqstorage client for you if the package is installed. I think that to_arrow_iterable should too.