migrate to query_and_wait
for lower-latency small queries
#15
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-magics API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Similar to googleapis/python-bigquery-pandas#722, let's use
query_and_wait
to issue queries.Note: We may want to update
query_and_wait
to support progress bars on queries that last longer than the first call tojobs.query
before doing this.Thought: I wonder if migrating to use
pandas-gbq
to issue queries would make the most sense, given the desire to reduce redundancies?The text was updated successfully, but these errors were encountered: