googleapis / googleapis/google-cloud-python

Support hot backups

Abierto
#15,300 1 comentario 0 reacciones 1 asignado Reclamado por @markduffett Ver en GitHub
api: bigtable
Lenguaje dominante
Python
Estrellas
5.4k
Forks
1.8k
Merge medio
3 d 4 h
PR fusionados (30 d)
122

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.