| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Just two things left
|
Sorry, something went wrong.
Per Loading Data into BigQuery, the name is used to fill a URI in the form gs://<bucket>/<object>. Per https://cloud.google.com/bigquery/docs/reference/v2/jobs#configuration.load, that URE can have the glob character only at the end. That value is populated into a repeatable JSON field, configuration.load.sourceUris. We want to support multiple values, any of which might be globbed.
Maybe so. There might even be a call to use it in pubsub (for a pull-mode subscription) or storage (does it have pull-mode change notification?). I don't really see it as a blocker for this PR, though. |
Sorry, something went wrong.
|
Pull idiom not a blocker for this PR, but maybe we should file a tracking issue? As for the rest, the question is about the appropriate name for the variable, not about the feature. I already understood the URI from your previous comment. object_name does not capture the possibility of a group of files (via a glob) so I'm proposing we consider object_names or object_expression as the variable name. |
Sorry, something went wrong.
|
object_names doesn't work -- it implies a sequence. object_name_glob, maybe? |
Sorry, something went wrong.
|
It's rightly a regex, yes? |
Sorry, something went wrong.
|
Nope (there is no preceding ., for instance). It really is a prefix-only glob pattern. |
Sorry, something went wrong.
|
OK. SGTM. Change it to your choice of more descriptive variable name and LGTM. |
Sorry, something went wrong.
Sorry, something went wrong.
|
SGTM. We're all good to merge then, right? |
Sorry, something went wrong.
|
Yup |
Sorry, something went wrong.
Add usage docs for jobs: query and load.
* fix: fix thread cleanup when destroying Watch instance * added test for on_snapshot while closing
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Issue discovered while investigating what properties are needed in #967
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-pandas/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.8.3 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 <details><summary>pandas-gbq: v0.34.0</summary> ## [v0.34.0](googleapis/python-bigquery-pandas@v0.33.0...v0.34.0) (2026-03-05) ### Features * support biglake tables in pandas_gbq.sample (#1014) ([16d08696](googleapis/python-bigquery-pandas@16d08696)) ### Bug Fixes * support pandas 3.0 (prerelease) (#998) ([4ea2d57f](googleapis/python-bigquery-pandas@4ea2d57f)) ### Documentation * Update bigframes links to new homepage (#1028) ([72f772ec](googleapis/python-bigquery-pandas@72f772ec)) </details>
| Back | FazBrowse Home | New Git URL |
No description provided.