| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
In particular, updating the class docstring and passing the current cluster in when creating a new Operation from a cluster operation. These were noticed when updating the system tests in the gcloud-python-bigtable project.
|
LGTM |
Sorry, something went wrong.
Put finishing touches on Bigtable Cluster.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* feat(x-goog-spanner-request-id): introduce AtomicCounter This change introduces AtomicCounter, a concurrency/thread-safe counter do deal with the multi-threaded nature of variables. It permits operations: * atomic_counter += 1 * value = atomic_counter + 1 * atomic_counter.value that'll be paramount to bringing in the logic for x-goog-spanner-request-id in much reduced changelists. Updates #1261 Carved out from PR #1264 * Tests for with_request_id * chore: remove sleep * chore: remove unused import --------- Co-authored-by: Knut Olav Løite <koloite@gmail.com>
| Back | FazBrowse Home | New Git URL |
In particular, updating the class docstring and passing the current cluster in when creating a new Operation from a cluster operation.
These were noticed when updating the system tests in the gcloud-python-bigtable project.