Skip to content

STORAGE: Moving get_bucket, create_bucket and delete_bucket off of Connection. - #721

Merged
dhermes merged 3 commits into
googleapis:masterfrom
dhermes:storage-move-bucket-methods
Mar 13, 2015
Merged

STORAGE: Moving get_bucket, create_bucket and delete_bucket off of Connection.#721
dhermes merged 3 commits into
googleapis:masterfrom
dhermes:storage-move-bucket-methods

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

NOTE: Has #720 as diffbase.

Follows on to work done in #716.

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 12, 2015
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling f21cacf on dhermes:storage-move-bucket-methods into d9e2156 on GoogleCloudPlatform:master.

@dhermesdhermes added the api: storage Issues related to the Cloud Storage API. label Mar 12, 2015
@dhermes
dhermesforce-pushed the storage-move-bucket-methods branch from f21cacf to ef75066CompareMarch 13, 2015 16:28
@tseaver

Copy link
Copy Markdown
Contributor

LGTM (ignore my deleted comment on dda6735)

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling ef75066 on dhermes:storage-move-bucket-methods into ab642a3 on GoogleCloudPlatform:master.

dhermes added a commit that referenced this pull request Mar 13, 2015
STORAGE: Moving get_bucket, create_bucket and delete_bucket off of Connection.
@dhermes
dhermes merged commit 447bba1 into googleapis:masterMar 13, 2015
@dhermes
dhermes deleted the storage-move-bucket-methods branch March 13, 2015 16:59
@dhermesdhermes mentioned this pull request Mar 13, 2015
parthea pushed a commit that referenced this pull request Aug 21, 2025
Source-Link: googleapis/synthtool@3551acd
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:230f7fe8a0d2ed81a519cfc15c6bb11c5b46b9fb449b8b1219b3771bcb520ad2
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Sep 16, 2025
Source-Link: googleapis/synthtool@3551acd
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:230f7fe8a0d2ed81a519cfc15c6bb11c5b46b9fb449b8b1219b3771bcb520ad2
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Sep 18, 2025
The minimum version of google-cloud-bigquery was updated to 3.3.5 in pandas-gbq
version 0.18.0 (released November 2022). This change updates the runtime check
in features.py to reflect that minimum version and removes some dead code for
feature checks that are no longer relevant.
parthea pushed a commit that referenced this pull request Nov 24, 2025
parthea pushed a commit that referenced this pull request Nov 24, 2025
…mplates/python_library/.kokoro (#721)
Source-Link: googleapis/synthtool@30bd01b
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9bc5fa3b62b091f60614c08a7fb4fd1d3e1678e326f34dd66ce1eefb5dc3267b
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
Amazon has this variable documented, and apparently people are trying to use it, so we should support it
parthea pushed a commit that referenced this pull request Mar 6, 2026
Source-Link: googleapis/synthtool@26558ba
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:99d90d097e4a4710cc8658ee0b5b963f4426d0e424819787c3ac1405c9a26719
parthea pushed a commit that referenced this pull request Mar 6, 2026
…nown failures to specific failures. (#721)
* docs: lint fix for samples
* feat: enable foreign key support
* feat: add support for spanner fk
* feat: disable foreign key as without on delete cascade the db cleanup process fails
* fix: add comment as to why foreign key creation is disabled in django
* fix: move test_check_constraints_sql_keywords to django3.2 skipped tests
* chor: cleanup tests
* tests: add failing tests in skipped test
parthea pushed a commit that referenced this pull request Mar 9, 2026
* feat: enable SQLAlchemy 2.0's insertmany feature
- Enable the use_insertmanyvalues flag on the dialect to support
SQLAlchemy 2.0's insertmany feature, which allows multiple ORM
objects to be inserted together in bulk, even if the table has
server-side generated values which must be included in a THEN RETURN
clause
- Provide an example for using the feature with client-side supplied
UUIDs and insert_sentinel columns.
- Ensure that the feature is not enables for bit-reversed primary
keys. In other dialects, an incrementing primary key can be used
rather than a sentinel column. In Spanner, the bit-reversed integers
do not meet the ordering requirement to be used as implicit
sentinels
https://docs.sqlalchemy.org/en/20/core/internals.html#sqlalchemy.engine.default.DefaultDialect.use_insertmanyvalueshttps://docs.sqlalchemy.org/en/20/core/connections.html#insert-many-values-behavior-for-insert-statementshttps://docs.sqlalchemy.org/en/20/core/connections.html#configuring-sentinel-columnsFixes: #720
* chore: update tests for multiplexed sessions
* chore: make sample runnable
* fix: exclude commit_timestamp col from THEN RETURN
---------
Co-authored-by: Knut Olav Løite <koloite@gmail.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
* tests (fileio): add tarfile based test case for reader seek
Background info: googleapis/python-storage#462
* fix: Patch blob reader to return correct seek/tell values (#462)
Co-authored-by: Andrew Gorcester <gorcester@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
Source-Link: googleapis/synthtool@1b71c10
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storageIssues related to the Cloud Storage API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dhermes@coveralls@tseaver@googlebot