googleapis / googleapis/google-cloud-python

Support hot backups

未关闭
#15,300 1 条评论 0 个 reaction 已指派 1 人 已被 @markduffett 认领 在 GitHub 查看
api: bigtable
主要语言
Python
星标
5.4k
派生
1.8k
平均合并
3 天 4 小时
30 天内合并 PR
122

描述

Thanks for stopping by to let us know something could be better!

**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

lack of support to hot backups is preventing automate backup creation.
[1] doesn't have the type of backup variable causing every backup created using the client library to be default.

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

Support the `backup_type` variable as it works in gcloud[2] and the API[3]

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

- Using as curl to call the API directly, however this needs to generate the token, and manage the HTTP request
- Using gcloud command, however this way doesn't scale to be automated.

**Additional context**
Add any other context or screenshots about the feature request here.

[1]: https://github.com/googleapis/python-bigtable/blob/main/google/cloud/bigtable/backup.py
[2]: https://cloud.google.com/sdk/gcloud/reference/bigtable/backups/create#:~:text=progress%20to%20complete.-,%2D%2Dbackup%2Dtype,-%3DBACKUP_TYPE
[3]: https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/projects.instances.clusters.backups#Backup:~:text=for%20the%20backup.-,backupType,-enum%20(BackupType

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。