Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't pass read_session to BQ Storage API rows from to_dataframe and to_arrow #742

Closed
tswast opened this issue Jul 8, 2021 · 0 comments · Fixed by #748
Closed

don't pass read_session to BQ Storage API rows from to_dataframe and to_arrow #742

tswast opened this issue Jul 8, 2021 · 0 comments · Fixed by #748
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: process A process-related concern. May include testing, release, or the like.

Comments

@tswast
Copy link
Contributor

tswast commented Jul 8, 2021

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 the read_session to rows, so that we can more loudly deprecate it (googleapis/python-bigquery-storage#229)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant