-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: implement restore table to a different instance feature (#830) #863
Conversation
* feat: implement restore table to a different instance feature * chore: docs * chore: add system test * fix(samples): region tag * fix: docs
Here is the summary of changes. You are about to add 1 region tag.
You are about to delete 1 region tag.
This comment is generated by snippet-bot.
|
@liubonan fyi |
Codecov Report
@@ Coverage Diff @@
## master #863 +/- ##
=======================================
Coverage 99.22% 99.22%
=======================================
Files 18 18
Lines 17416 17496 +80
Branches 1025 960 -65
=======================================
+ Hits 17281 17361 +80
Misses 132 132
Partials 3 3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of BigTable magic I can't say much about, but this looks good to me on a Node front.
One interesting observation around loading instances from... an Id? To get back to its name
? That was a bit unclear.
feat: implement restore table to a different instance feature
chore: docs
chore: add system test
fix(samples): region tag
fix: docs