| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@tseaver I moved the default _chunk_size to class. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
Make storage upload/download have no chunk size by default.
…ING (#814) * fix!: `to_gbq` loads `unit8` columns to BigQuery INT64 instead of STRING fix!: `to_gbq` loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814) fix!: `to_gbq` loads object column containing bool values to BOOLEAN instead of STRING (#814) fix!: `to_gbq` loads object column containing dictionary values to STRUCT instead of STRING (#814) deps: min pyarrow is now 4.0.0 to support compliant nested types (#814) Release-As: 0.24.0
Add Retry timeout to ads and async template Co-authored-by: Dov Shlachter <dovs@google.com>
🤖 I have created a release \*beep\* \*boop\* --- ### [0.43.1](https://www.github.com/googleapis/gapic-generator-python/compare/v0.43.0...v0.43.1) (2021-03-19) ### Bug Fixes * use correct retry deadline in publisher methods ([#814](https://www.github.com/googleapis/gapic-generator-python/issues/814)) ([92a2cfc](https://www.github.com/googleapis/gapic-generator-python/commit/92a2cfc47b24c4b1a041d5bbb944d69a67a962a2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
* fixed null pointer * added test * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * removed unneeded file --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
We do not seem to use AppVeyor in our precommit checks any more. Co-authored-by: Anthonios Partheniou <partheniou@google.com>
This adds a flag `preserve_generation` to the method `bucket.delete_blobs()` - allows preserving and propagating blob generations when set to True (default False) - better ensures backwards compatibility with both `delete_blobs()` and `bucket.delete(force=True)` Fixes #814
| Back | FazBrowse Home | New Git URL |
Fixes #546.
See #606 for old discussion. This was made possible by #811.