Skip to content

Raise exception if retry-backoff fails to pass predicate. - #2380

Merged
tseaver merged 2 commits into
googleapis:masterfrom
tseaver:2315-retry_instance_state-retry_result-raise
Sep 21, 2016
Merged

Raise exception if retry-backoff fails to pass predicate.#2380
tseaver merged 2 commits into
googleapis:masterfrom
tseaver:2315-retry_instance_state-retry_result-raise

Conversation

@tseaver

Copy link
Copy Markdown
Contributor

Closes#2315.

Updates coming to remove redundant tests of assertions after retry.

@tseavertseaver added testing do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Sep 21, 2016
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 21, 2016
@dhermes

Copy link
Copy Markdown
Contributor

LGTM pending Travis

@tseaver

Copy link
Copy Markdown
ContributorAuthor

@dhermes Follow-on commit pending to clean out redundant assertions (I just need to let the system tests pass locally one more time).

@tseavertseaver removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 21, 2016
@dhermes

Copy link
Copy Markdown
Contributor

Thanks for the residual clean up! Still LGTM

@tseaver
tseaver merged commit 0c4fca3 into googleapis:masterSep 21, 2016
@tseaver
tseaver deleted the 2315-retry_instance_state-retry_result-raise branch September 21, 2016 20:39
parthea pushed a commit that referenced this pull request Apr 1, 2026
…2380)
This change introduces support for BigQuery ObjectRef functions:
- `OBJ.FETCH_METADATA`
- `OBJ.GET_ACCESS_URL`
- `OBJ.MAKE_REF`
These are exposed via a new `bigframes.bigquery.obj` module.
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-dataframes/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)
Replaces
google/bigframes#2340
🦕
parthea pushed a commit that referenced this pull request Apr 1, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.
Librarian Version: v0.7.0
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:e7cc6823efb073a8a26e7cefdd869f12ec228abfbd2a44aa9a7eacc284023677
<details><summary>bigframes: 2.33.0</summary>
##
[2.33.0](google/bigframes@v2.32.0...v2.33.0)
(2026-01-22)
### Features
* add bigquery.ml.transform function (#2394)
([1f9ee373](google/bigframes@1f9ee373))
* Add dark mode to anywidget mode (#2365)
([2763b41d](google/bigframes@2763b41d))
* Add max_columns control for anywidget mode (#2374)
([34b5975f](google/bigframes@34b5975f))
* Configure Biome for Consistent Code Style (#2364)
([81e27b3d](google/bigframes@81e27b3d))
* Add BigQuery ObjectRef functions to `bigframes.bigquery.obj` (#2380)
([9c3bbc36](google/bigframes@9c3bbc36))
* Stabilize interactive table height to prevent notebook layout shifts
(#2378)
([a634e976](google/bigframes@a634e976))
### Bug Fixes
* implement retry logic for cloud function endpoint fetching (#2369)
([0f593c27](google/bigframes@0f593c27))
* Throw if write api commit op has stream_errors (#2385)
([7abfef05](google/bigframes@7abfef05))
### Performance Improvements
* Avoid requery for some result downsample methods (#2219)
([95763ff2](google/bigframes@95763ff2))
</details>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@tseaver@dhermes@daspecster@googlebot