-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.wontfixThis will not be worked onThis will not be worked on
Description
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 directorysamples/desktopapp
or something?
Related issues:
- There are still code samples that haven't been moved to subdirectories: standardize samples directory layout #790
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.wontfixThis will not be worked onThis will not be worked on