You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
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 or tqdm_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 the google.cloud.bigquery.magics.context settings.