-
Notifications
You must be signed in to change notification settings - Fork 316
show progress bar in %%bigquery magics #389
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
Comments
This may be as simple as setting
but ideally we would want the ability to change to |
Follow-up to #343 which added the progress bar for waiting for the query to finish. |
|
Let's start with this. Plus, let's add
Let's file a separate issue for that. I don't want to get too magic in our magics. :-) |
Is your feature request related to a problem? Please describe.
When running the
%%bigquery
magics, there is no indication of progress.Describe the solution you'd like
Show a progress bar using
tqdm
ortqdm_notebook
.Describe alternatives you've considered
N/A
Additional context
tqdm_notebook
is ideal, as it uses the ability to embed HTML for a nicer-looking progress bar, but this is not always available.tqdm
should be the default, but perhaps overridable via thegoogle.cloud.bigquery.magics.context
settings.The text was updated successfully, but these errors were encountered: