Implementing Cluster.create(). by dhermes · Pull Request #1257 · googleapis/google-cloud-python

@dhermes

@googlebot googlebot added the cla: yes

This human has signed the Contributor License Agreement.

label

Dec 1, 2015

dhermes added a commit that referenced this pull request

Dec 4, 2015
Implementing Cluster.create().

@dhermes dhermes deleted the bigtable-cluster-create branch

December 4, 2015 17:13

parthea added a commit that referenced this pull request

Nov 24, 2025
Co-authored-by: Anthonios Partheniou <partheniou@google.com>

parthea pushed a commit that referenced this pull request

Nov 26, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

parthea pushed a commit that referenced this pull request

Mar 9, 2026
* feat: introduce OpenTelemetry Tracing decorators (#1257)

* feat: introduce OpenTelemetry Tracing decorators

* update test coverage

* add tests, update fixture

* update noxfile, extras; remove print

* update unit test

* review comments

* feat: instrument metadata ops with OTel tracing (#2) (#1267)

* feat: instrument metadata ops with Otel tracing

* update README plus test

* update decorator name per review session

* fix typo in readme

* feat: OTel tracing media ops initial instrumentation (#1280)

* feat: OTel tracing media ops initial instrumentation

* use download class name as span name

* avoid asserting filtered warnings from otel per open-telemetry/opentelemetry-python#3164

* add copyright and preview note

* comments

parthea pushed a commit that referenced this pull request

Mar 9, 2026
If the cursor.execute(sql, args) function was called with an empty array
instead of None, it would raise an AttributeError like this:

AttributeError: 'list' object has no attribute 'items'

This is for example automatically done by SQLAlchemy when executing a
raw statement on a dbapi connection.