We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
query_and_wait
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 to jobs.query before doing this.
jobs.query
Thought: I wonder if migrating to use pandas-gbq to issue queries would make the most sense, given the desire to reduce redundancies?
pandas-gbq
Similar to googleapis/python-bigquery-pandas#722, let's use
query_and_waitto issue queries.Note: We may want to update
query_and_waitto support progress bars on queries that last longer than the first call tojobs.querybefore doing this.Thought: I wonder if migrating to use
pandas-gbqto issue queries would make the most sense, given the desire to reduce redundancies?