Skip to content

use faster query_and_wait method when available to skip BQ Storage API if all query results are already available #710

@tswast

Description

@tswast

Similar to googleapis/python-bigquery#1745, pandas-gbq should benefit from the optimizations done in googleapis/python-bigquery#589.

This might require a progress bar feature in query_and_wait if we want to keep the progress bar for waiting for the query to finish, but we need to be careful when introducing such a progress bar to avoid timing out API requests too soon.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions