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.
With the switch to query_and_wait in googleapis/python-bigquery-pandas#722, we lost the progress bar for long-running queries.
query_and_wait
It'd be nice to restore this so that the notebook doesn't seem stuck.
In BigQuery DataFrames (bigframes) we print a link to the running job so folks can see progress in the BigQuery web UI.
With the switch to
query_and_waitin googleapis/python-bigquery-pandas#722, we lost the progress bar for long-running queries.It'd be nice to restore this so that the notebook doesn't seem stuck.
Alternatives considered
In BigQuery DataFrames (bigframes) we print a link to the running job so folks can see progress in the BigQuery web UI.