nodejs-bigtable
nodejs-bigtable copied to clipboard
Node.js client for Google Cloud Bigtable: Google's NoSQL Big Data database service.
Work towards https://github.com/googleapis/nodejs-bigtable/issues/991
This PR includes changes in the veneer layer that implement the new copy backup feature which allows users to copy a backup of a table to a cluster of their...
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 PR includes the changes for table deletion protection. In the createTable method we allow the user to provide a deletionProtection parameter and we pass it along at the table...
I'm trying to stream a large amount of data for processing using: ``` table.createReadStream({prefix: `prefix`}).on("data", row => { ... }) ``` I'm receiving a lot of rows, but each of...
Test `should silently resume after server or network error test` was failing. Binary search on google-gax versions revealed that google gax v4.3.1 broke this test. That google-gax version upgrades grpc...
The modified test is timing out. This change may allow the test to work more consistently so that the CI/CD pipeline isn't blocked.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gapic-tools](https://togithub.com/googleapis/gax-nodejs) | [`^0.1.8` -> `^0.2.0`](https://renovatebot.com/diffs/npm/gapic-tools/0.1.8/0.2.0) | [](https://docs.renovatebot.com/merge-confidence/)...
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 620381983 Source-Link: https://github.com/googleapis/googleapis/commit/a70aa2c04ddad801a518be4f5b67345cf758a6ba Source-Link: https://github.com/googleapis/googleapis-gen/commit/e3fb57f9dd4a10b6c20359ec92a72e87631991b8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTNmYjU3ZjlkZDRhMTBiNmMyMDM1OWVjOTJhNzJlODc2MzE5OTFiOCJ9 BEGIN_NESTED_COMMIT feat: add feature flag for client side metrics PiperOrigin-RevId: 619540187 Source-Link: https://github.com/googleapis/googleapis/commit/cbe62016a4eb24e71186899b79b9a4736f858653 Source-Link:...