-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bigtable instance undelete doesn't exist #2209
Comments
Thanks for the report! The artifacts you are seeing are fossils (in the |
OK. I was testing code that stands up a new instance, I ended up just using a random instance id instead of trying to resurrect the same one. |
…-docs-samples#2209) Makes code copy-pastable runnable
…-docs-samples#2209) Makes code copy-pastable runnable
…-docs-samples#2209) Makes code copy-pastable runnable
…-docs-samples#2209) Makes code copy-pastable runnable
The documentation and some code comments think there should be an undelete for bigtable instances:
https://github.com/GoogleCloudPlatform/gcloud-python/blob/e63b1d8bd24a826c28865a21766ee7537ce87285/gcloud/bigtable/instance.py#L283
https://googlecloudplatform.github.io/gcloud-python/stable/bigtable-instance.html
but AFAICT looking at code it appears to be unimplemented.
The text was updated successfully, but these errors were encountered: