Skip to content

Manually adding docs for 0.18.2 and 0.18.3.#2408

Merged
dhermes merged 1 commit intogoogleapis:gh-pagesfrom
dhermes:add-0.18.x-docs
Sep 23, 2016
Merged

Manually adding docs for 0.18.2 and 0.18.3.#2408
dhermes merged 1 commit intogoogleapis:gh-pagesfrom
dhermes:add-0.18.x-docs

Conversation

@dhermes
Copy link
Copy Markdown
Contributor

@dhermes dhermes commented Sep 23, 2016

Done in a similar manner to #2282.

/cc @bjwatson

@dhermes dhermes added the docs label Sep 23, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 23, 2016
@daspecster
Copy link
Copy Markdown
Contributor

LGTM AFAICT.

@dhermes dhermes merged commit 3457368 into googleapis:gh-pages Sep 23, 2016
@dhermes dhermes deleted the add-0.18.x-docs branch September 23, 2016 20:25
parthea pushed a commit that referenced this pull request Mar 2, 2026
**Description**

This PR fixes a crash when handling `_InactiveRpcError` during retry
logic and ensures proper `timeout` propagation in
`RowIterator.to_dataframe`.

**Fixes**

**Retry Logic Crash**: Addressed an issue in
`google/cloud/bigquery/retry.py` where `_should_retry` would raise a
`TypeError` when inspecting unstructured `gRPC` errors (like
`_InactiveRpcError`). The fix adds robust error inspection to fallback
gracefully when `exc.errors` is not subscriptable.

**Timeout Propagation**: Added the missing `timeout` parameter to
`RowIterator.to_dataframe` in `google/cloud/bigquery/table.py`. This
ensures that the user-specified `timeout` is correctly passed down to
the underlying `to_arrow` call, preventing the client from hanging
indefinitely when the Storage API is unresponsive.

**Changes**

Modified `google/cloud/bigquery/retry.py`: Updated `_should_retry` to
handle `TypeError` and `KeyError` when accessing `exc.errors`.
Modified `google/cloud/bigquery/table.py`: Updated
`RowIterator.to_dataframe` signature and implementation to accept and
pass the `timeout` parameter.

The first half of this work was completed in PR #2354
parthea pushed a commit that referenced this pull request Mar 2, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.

Librarian Version: v0.8.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620
<details><summary>google-cloud-bigquery: 3.40.1</summary>

## [3.40.1](https://togithub.com/googleapis/python-bigquery/compare/v3.40.0...v3.40.1) (2026-02-12)

### Bug Fixes

* updates timeout/retry code to respect hanging server (#2408) ([24d45d0d](https://togithub.com/googleapis/python-bigquery/commit/24d45d0d))

* add timeout parameter to to_dataframe and to_arrow met… (#2354) ([4f67ba20](https://togithub.com/googleapis/python-bigquery/commit/4f67ba20))

### Documentation

* clarify that only jobs.query and jobs.getQueryResults are affec… (#2349) ([73228432](https://togithub.com/googleapis/python-bigquery/commit/73228432))

</details>
parthea pushed a commit that referenced this pull request Apr 1, 2026
…_table (#2408)

This PR introduces ApiDeprecationWarning (which inherits from
FutureWarning) to the following APIs to notify users of their
  upcoming removal in a future release:

- `Series.blob` accessor: Added a warning to the property getter in
bigframes/series.py.
- `read_gbq_object_table`: Added a warning to the implementation in
bigframes/session/Session. This will also trigger when called via
bigframes.pandas.read_gbq_object_table.

Fixes #<478952368> 🦕
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.34.0</summary>

##
[2.34.0](googleapis/python-bigquery-dataframes@v2.33.0...v2.34.0)
(2026-02-02)


### Features

* add `bigframes.pandas.options.experiments.sql_compiler` for switching
the backend compiler (#2417)
([7eba6ee03f07938315d99e2aeaf72368c02074cf](googleapis/python-bigquery-dataframes@7eba6ee))
* add bigquery.ml.generate_embedding function (#2422)
([35f3f5e6f8c64b47e6e7214034f96f047785e647](googleapis/python-bigquery-dataframes@35f3f5e))
* add bigquery.create_external_table method (#2415)
([76db2956e505aec4f1055118ac7ca523facc10ff](googleapis/python-bigquery-dataframes@76db295))
* add deprecation warnings for .blob accessor and read_gbq_object_table
(#2408)
([7261a4ea5cdab6b30f5bc333501648c60e70be59](googleapis/python-bigquery-dataframes@7261a4e))
* add bigquery.ml.generate_text function (#2403)
([5ac681028624de15e31f0c2ae360b47b2dcf1e8d](googleapis/python-bigquery-dataframes@5ac6810))


### Bug Fixes

* broken job url (#2411)
([fcb5bc1761c656e1aec61dbcf96a36d436833b7a](googleapis/python-bigquery-dataframes@fcb5bc1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants