don't pass read_session
to BQ Storage API rows
from to_dataframe
and to_arrow
#742
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: process
A process-related concern. May include testing, release, or the like.
googleapis/python-bigquery-storage#228 makes
read_session
optional and quietly deprecates it.If a new enough
google-cloud-bigquery-storage
client is installed, I'd like to avoid passing theread_session
torows
, so that we can more loudly deprecate it (googleapis/python-bigquery-storage#229)The text was updated successfully, but these errors were encountered: