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.
Ideally we'd have some code samples which only require the bare minimum dependencies (no pandas, no google-cloud-bigquery-storage, no protobuf, etc). The samples/snippets directory would be perfect for this, but:
There are a couple of pandas-related samples there which ideally should be moved to a samples/pandas directory.
Likewise, there is a "desktop application" sample https://github.com/googleapis/python-bigquery/blob/main/samples/snippets/user_credentials.py which ideally belongs in its own directory with its own noxfile.py and requirements.txt. This is because it's responsible for the google-auth-oauthlib dependency, which isn't required for any other samples. Maybe we call this directory samples/desktopapp or something?
Ideally we'd have some code samples which only require the bare minimum dependencies (no pandas, no google-cloud-bigquery-storage, no protobuf, etc). The
samples/snippetsdirectory would be perfect for this, but:samples/pandasdirectory.google-auth-oauthlibdependency, which isn't required for any other samples. Maybe we call this directorysamples/desktopappor something?Related issues: