nodejs-bigtable
nodejs-bigtable copied to clipboard
Node.js client for Google Cloud Bigtable: Google's NoSQL Big Data database service.
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 470911839 Source-Link: https://github.com/googleapis/googleapis/commit/352756699ebc5b2144c252867c265ea44448712e Source-Link: https://github.com/googleapis/googleapis-gen/commit/f16a1d224f00a630ea43d6a9a1a31f566f45cdea Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjE2YTFkMjI0ZjAwYTYzMGVhNDNkNmE5YTFhMzFmNTY2ZjQ1Y2RlYSJ9 feat: accept google-gax instance as a parameter Please see the documentation of the client...
:robot: I have created a release *beep* *boop* --- ## [4.0.3](https://github.com/googleapis/nodejs-bigtable/compare/v4.0.2...v4.0.3) (2022-08-31) ### Bug Fixes * Wait for instances to get created in all samples ([#1149](https://github.com/googleapis/nodejs-bigtable/issues/1149)) ([c9dd9c6](https://github.com/googleapis/nodejs-bigtable/commit/c9dd9c614b963763b361394332ad227a86eb0de9)) --- This PR...
- OS: Windows 10 - Node.js version: 16.13.2 - npm version: 8.3.2 - `@google-cloud/bigtable` version: 4.0.0 Some certain `Uint8Array` will store correctly to BigTable, but when attempting to retrieve that...
This PR is written to include a new test that ensures grpc errors bubble up to the user after the total amount of retries are exhausted for a retryable error.
This PR ensures that the ids used in system tests have a date attached to them so that cleanup is easy. Fixes #1084
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....
This pull request is dependent on https://github.com/googleapis/nodejs-bigtable/pull/1093. This PR is the 4th of a series of PRs for refactoring the conversion of cluster input parameters `key` and `encryption` into one...
This is the third of a series of PRs for refactoring the createReadStream function
This is another refactor to make the createReadStream function smaller and more modular.