| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Python 3.4 test failure is due to protocolbuffers/protobuf#1352. I will work around by using a different message type. |
Sorry, something went wrong.
Sorry, something went wrong.
| :type message: Protobuf message | ||
| :param message: the message to be logged | ||
| """ | ||
| Parse(json.dumps(self.payload), message) |
|
LGTM pending docstring update |
Sorry, something went wrong.
Minor spelling correction Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com> Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
--------- Co-authored-by: Salem Boyland <salemb@google.com> Co-authored-by: Tim Swast <swast@google.com>
fix: close write object stream always. otherwise Task will remain for long time until GC kills it and it'll throw this `"Task was destroyed but it is pending!"`
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:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91 <details><summary>google-cloud-storage: 3.8.0</summary> ## [3.8.0](googleapis/python-storage@v3.7.0...v3.8.0) (2026-01-13) ### Features * expose persisted size in mrd (#1671) ([0e2961be](googleapis/python-storage@0e2961be)) * implement "append_from_file" (#1686) ([1333c956](googleapis/python-storage@1333c956)) * compute chunk wise checksum for bidi_writes (#1675) ([139390cb](googleapis/python-storage@139390cb)) * flush the last chunk in append method (#1699) ([89bfe7a5](googleapis/python-storage@89bfe7a5)) * add write resumption strategy (#1663) ([a57ea0ec](googleapis/python-storage@a57ea0ec)) * add bidi stream retry manager. (#1632) ([d90f0ee0](googleapis/python-storage@d90f0ee0)) * make flush size configurable (#1677) ([f7095faf](googleapis/python-storage@f7095faf)) ### Bug Fixes * no state lookup while opening bidi-write stream ([2d5a7b16](googleapis/python-storage@2d5a7b16)) * no state lookup while opening bidi-write stream (#1636) ([2d5a7b16](googleapis/python-storage@2d5a7b16)) * close write object stream always (#1661) ([4a609a4b](googleapis/python-storage@4a609a4b)) * add system test for opening with read_handle (#1672) ([6dc711da](googleapis/python-storage@6dc711da)) </details> --------- Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
* perf: defer query in `read_gbq` with wildcard tables
* remove obsolete comments
* use sql node instead of ibis table node to keep select * from omitting pseudocolumns
Fixes this code sample:
import bigframes.pandas as bpd
df = bpd.read_gbq("bigquery-public-data.google_analytics_sample.ga_sessions_*")
df[df["_TABLE_SUFFIX"] == "20161204"].peek()
* test with cache and to_gbq
* rename columns before caching
* remove unnecessary comment
* add missing import
* do not materialize _TABLE_SUFFIX
* fix unit tests
* correct number of columns in cache with offsets
* fix formatting
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* revert datetime change, max_results change
* add pseudocolumns to node
* fix unit tests
* actually fix unit tests
* try to rename as part of compile
* use correct node for table schema
* revert pseudocolumn addition
* revert pseudocolumn fix
* add test for warning
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Also, add a helper to parse an entry's payload into a protobuf message object.
Closes #1577